Compare commits
No commits in common. "cbfed67037adfb43b8531c4ea66c18de7ad7bb64" and "63b05f5f77a8d67ad04225fbd55478f9f381df63" have entirely different histories.
cbfed67037
...
63b05f5f77
@ -46,9 +46,9 @@ header{
|
|||||||
margin-top: 100px;
|
margin-top: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer > a{
|
#a-propos {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 10px;
|
bottom: 60px;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
|
|
||||||
@ -65,9 +65,23 @@ footer > a{
|
|||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#a-propos {
|
#telecharger {
|
||||||
bottom: 60px;
|
position: fixed;
|
||||||
|
bottom: 10px;
|
||||||
right: 10px;
|
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
.vignette {
|
.vignette {
|
||||||
@ -128,7 +142,6 @@ 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 {
|
||||||
@ -151,7 +164,6 @@ 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{
|
||||||
@ -244,57 +256,3 @@ blockquote{
|
|||||||
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;
|
|
||||||
}
|
|
||||||
}
|
|
@ -46,9 +46,9 @@ header{
|
|||||||
margin-top: 100px;
|
margin-top: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer > a{
|
#a-propos {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 10px;
|
bottom: 60px;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
|
|
||||||
@ -65,9 +65,23 @@ footer > a{
|
|||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#a-propos {
|
#telecharger {
|
||||||
bottom: 60px;
|
position: fixed;
|
||||||
|
bottom: 10px;
|
||||||
right: 10px;
|
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
.vignette {
|
.vignette {
|
||||||
@ -128,7 +142,6 @@ 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 {
|
||||||
@ -151,7 +164,6 @@ 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{
|
||||||
@ -244,57 +256,3 @@ blockquote{
|
|||||||
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