Transférer les fichiers vers 'themes/felicie/static/css'
This commit is contained in:
parent
a1689fa516
commit
df79a0ba94
144
themes/felicie/static/css/main-v2.css
Normal file
144
themes/felicie/static/css/main-v2.css
Normal file
@ -0,0 +1,144 @@
|
||||
@font-face {
|
||||
font-family: solidemirage;
|
||||
src: url(fonts/Solide-Mirage-master/fonts/SolideMirage-Etroit.otf);
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: libertinage;
|
||||
src: url(fonts/libertinage/fonts/Libertinage.ttf);
|
||||
}
|
||||
|
||||
|
||||
h1{
|
||||
font-family: solidemirage;
|
||||
font-size: 60px;
|
||||
}
|
||||
|
||||
header{
|
||||
position: fixed;
|
||||
z-index: 10;
|
||||
height: 50px;
|
||||
border: 3px solid #00FF00;
|
||||
border-radius: 10px;
|
||||
background-color: #ffffff;
|
||||
padding: 20px;
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
#articles {
|
||||
margin-top: 100px;
|
||||
}
|
||||
|
||||
#about {
|
||||
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;
|
||||
}
|
||||
|
||||
#download {
|
||||
position: fixed;
|
||||
bottom: 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 {
|
||||
display: flex;
|
||||
z-index: 1;
|
||||
margin: 10px;
|
||||
max-width: 70%;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-family: libertinage;
|
||||
font-size: 40px;
|
||||
bottom: 20px;
|
||||
left: 50px;
|
||||
position: absolute;
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.img-menu {
|
||||
border: 3px solid #000000;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.img-menu:hover {
|
||||
border-color: #00FF00;
|
||||
}
|
||||
|
||||
.img-menu:hover h2 {
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
a {
|
||||
color: black;
|
||||
text-decoration:unset;
|
||||
}
|
||||
|
||||
.article-title {
|
||||
font-family: libertinage;
|
||||
font-size: 50px;
|
||||
}
|
||||
|
||||
.article-author {
|
||||
color:#4d4d4d;
|
||||
text-decoration: unset;
|
||||
}
|
||||
.article-author:before{
|
||||
content:"_";
|
||||
}
|
||||
|
||||
.content{
|
||||
margin-top: 150px;
|
||||
margin-left: 13%;
|
||||
padding-left: 2em;
|
||||
padding-bottom: 5em;
|
||||
max-width: 50%;
|
||||
line-height: 1.2;
|
||||
font-size: 1.2em;
|
||||
text-align: justify;
|
||||
text-justify: inter-word;
|
||||
font-family: libertinage;
|
||||
}
|
||||
|
||||
.img-article {
|
||||
z-index: 1;
|
||||
margin: 10px;
|
||||
max-width: 70%;
|
||||
}
|
||||
|
||||
.audio {
|
||||
display: none;
|
||||
}
|
Loading…
Reference in New Issue
Block a user