Compare commits
4 Commits
63b05f5f77
...
cbfed67037
Author | SHA1 | Date | |
---|---|---|---|
|
cbfed67037 | ||
|
03993bfdfd | ||
|
fce7ee90b5 | ||
|
8ac8db558d |
@ -28,8 +28,8 @@ header{
|
|||||||
|
|
||||||
position: fixed;
|
position: fixed;
|
||||||
height: 100px;
|
height: 100px;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
z-index: 15;
|
z-index: 15;
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@ -38,34 +38,15 @@ header{
|
|||||||
border: 3px solid #00FF00;
|
border: 3px solid #00FF00;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#articles {
|
#articles {
|
||||||
margin-top: 100px;
|
margin-top: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#a-propos {
|
footer > a{
|
||||||
position: fixed;
|
|
||||||
bottom: 60px;
|
|
||||||
right: 10px;
|
|
||||||
z-index: 10;
|
|
||||||
|
|
||||||
border: 2px solid #000000;
|
|
||||||
border-radius: 10px;
|
|
||||||
background-color: #ffffff;
|
|
||||||
margin: 20px;
|
|
||||||
padding: 10px;
|
|
||||||
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
justify-content: center;
|
|
||||||
font-family: solidemirage;
|
|
||||||
font-size: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#telecharger {
|
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 10px;
|
bottom: 10px;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
@ -76,7 +57,7 @@ header{
|
|||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
margin: 20px;
|
margin: 20px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
@ -84,6 +65,11 @@ header{
|
|||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#a-propos {
|
||||||
|
bottom: 60px;
|
||||||
|
right: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
.vignette {
|
.vignette {
|
||||||
display: flex;
|
display: flex;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
@ -130,8 +116,8 @@ header{
|
|||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: black;
|
color: black;
|
||||||
text-decoration: unset;
|
text-decoration: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* only underline anchors inside content text */
|
/* only underline anchors inside content text */
|
||||||
@ -142,6 +128,7 @@ p a {
|
|||||||
.article-title {
|
.article-title {
|
||||||
font-family: solidemirage;
|
font-family: solidemirage;
|
||||||
font-size: 50px;
|
font-size: 50px;
|
||||||
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.article-author {
|
.article-author {
|
||||||
@ -164,6 +151,7 @@ p a {
|
|||||||
font-size: 1.3em;
|
font-size: 1.3em;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-family: mplus-regular;
|
font-family: mplus-regular;
|
||||||
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.article-img img{
|
.article-img img{
|
||||||
@ -177,7 +165,7 @@ p a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.column {
|
.column {
|
||||||
float: left;
|
float: left;
|
||||||
width: 43%;
|
width: 43%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -207,7 +195,7 @@ p a {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding-top: 100px;
|
padding-top: 100px;
|
||||||
@ -232,12 +220,12 @@ p a {
|
|||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
height:20px;
|
height:20px;
|
||||||
margin-left: 95%;
|
margin-left: 95%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#close-modal a{
|
#close-modal a{
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
#close-modal:hover {
|
#close-modal:hover {
|
||||||
@ -255,4 +243,58 @@ blockquote{
|
|||||||
width: 80%;
|
width: 80%;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-family: mplus-regular;
|
font-family: mplus-regular;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* responsive instructions */
|
||||||
|
@media only screen and (max-width:1000px) {
|
||||||
|
header > a > h1{
|
||||||
|
font-size: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
header {
|
||||||
|
width: 80%;
|
||||||
|
position: absolute;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vignette {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vignette > h2{
|
||||||
|
font-size: 1.5em;
|
||||||
|
}
|
||||||
|
.article-title {
|
||||||
|
font-size: 1.5em;
|
||||||
|
line-height: 1.5em;
|
||||||
|
word-break: break-all;
|
||||||
|
}
|
||||||
|
.article {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
.article-content {
|
||||||
|
display: block;
|
||||||
|
margin-bottom: 30px;
|
||||||
|
}
|
||||||
|
.article-img {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.column {
|
||||||
|
width: 80%;
|
||||||
|
}
|
||||||
|
footer {
|
||||||
|
position: relative;
|
||||||
|
width: 80%;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer > a {
|
||||||
|
position : unset;
|
||||||
|
margin-top : 10px;
|
||||||
|
}
|
||||||
}
|
}
|
@ -28,8 +28,8 @@ header{
|
|||||||
|
|
||||||
position: fixed;
|
position: fixed;
|
||||||
height: 100px;
|
height: 100px;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
z-index: 15;
|
z-index: 15;
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@ -38,34 +38,15 @@ header{
|
|||||||
border: 3px solid #00FF00;
|
border: 3px solid #00FF00;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#articles {
|
#articles {
|
||||||
margin-top: 100px;
|
margin-top: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#a-propos {
|
footer > a{
|
||||||
position: fixed;
|
|
||||||
bottom: 60px;
|
|
||||||
right: 10px;
|
|
||||||
z-index: 10;
|
|
||||||
|
|
||||||
border: 2px solid #000000;
|
|
||||||
border-radius: 10px;
|
|
||||||
background-color: #ffffff;
|
|
||||||
margin: 20px;
|
|
||||||
padding: 10px;
|
|
||||||
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
justify-content: center;
|
|
||||||
font-family: solidemirage;
|
|
||||||
font-size: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#telecharger {
|
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 10px;
|
bottom: 10px;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
@ -76,7 +57,7 @@ header{
|
|||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
margin: 20px;
|
margin: 20px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
@ -84,6 +65,11 @@ header{
|
|||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#a-propos {
|
||||||
|
bottom: 60px;
|
||||||
|
right: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
.vignette {
|
.vignette {
|
||||||
display: flex;
|
display: flex;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
@ -130,8 +116,8 @@ header{
|
|||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: black;
|
color: black;
|
||||||
text-decoration: unset;
|
text-decoration: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* only underline anchors inside content text */
|
/* only underline anchors inside content text */
|
||||||
@ -142,6 +128,7 @@ p a {
|
|||||||
.article-title {
|
.article-title {
|
||||||
font-family: solidemirage;
|
font-family: solidemirage;
|
||||||
font-size: 50px;
|
font-size: 50px;
|
||||||
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.article-author {
|
.article-author {
|
||||||
@ -164,6 +151,7 @@ p a {
|
|||||||
font-size: 1.3em;
|
font-size: 1.3em;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-family: mplus-regular;
|
font-family: mplus-regular;
|
||||||
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.article-img img{
|
.article-img img{
|
||||||
@ -177,7 +165,7 @@ p a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.column {
|
.column {
|
||||||
float: left;
|
float: left;
|
||||||
width: 43%;
|
width: 43%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -207,7 +195,7 @@ p a {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding-top: 100px;
|
padding-top: 100px;
|
||||||
@ -232,12 +220,12 @@ p a {
|
|||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
height:20px;
|
height:20px;
|
||||||
margin-left: 95%;
|
margin-left: 95%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#close-modal a{
|
#close-modal a{
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
#close-modal:hover {
|
#close-modal:hover {
|
||||||
@ -255,4 +243,58 @@ blockquote{
|
|||||||
width: 80%;
|
width: 80%;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-family: mplus-regular;
|
font-family: mplus-regular;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* responsive instructions */
|
||||||
|
@media only screen and (max-width:1000px) {
|
||||||
|
header > a > h1{
|
||||||
|
font-size: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
header {
|
||||||
|
width: 80%;
|
||||||
|
position: absolute;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vignette {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vignette > h2{
|
||||||
|
font-size: 1.5em;
|
||||||
|
}
|
||||||
|
.article-title {
|
||||||
|
font-size: 1.5em;
|
||||||
|
line-height: 1.5em;
|
||||||
|
word-break: break-all;
|
||||||
|
}
|
||||||
|
.article {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
.article-content {
|
||||||
|
display: block;
|
||||||
|
margin-bottom: 30px;
|
||||||
|
}
|
||||||
|
.article-img {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.column {
|
||||||
|
width: 80%;
|
||||||
|
}
|
||||||
|
footer {
|
||||||
|
position: relative;
|
||||||
|
width: 80%;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer > a {
|
||||||
|
position : unset;
|
||||||
|
margin-top : 10px;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user