fel_website/themes/felicie/static/css/main-v2.css

258 lines
3.9 KiB
CSS
Raw Normal View History

@font-face {
font-family: solidemirage;
src: url(fonts/SolideMirage-Etroit.otf);
}
@font-face {
font-family: libertinage;
src: url(fonts/Libertinage.ttf);
}
2020-05-19 14:35:54 +00:00
@font-face {
font-family: mplus-regular;
src: url(fonts/mplus/2p/mplus-2p-regular.ttf)
}
@font-face {
font-family: mplus-thin;
2020-05-19 21:27:23 +00:00
src: url(fonts/mplus/2p/mplus-2p-light.ttf)
2020-05-19 14:35:54 +00:00
}
h1{
font-family: solidemirage;
font-size: 60px;
}
header{
position: fixed;
height: 100px;
background-color: white;
z-index: 15;
display: flex;
flex-direction: column;
justify-content: center;
border: 3px solid #00FF00;
border-radius: 10px;
margin: 5px;
top: 0px;
}
#articles {
margin-top: 100px;
}
2020-05-31 18:07:54 +00:00
#a-propos {
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;
}
2020-05-31 18:07:54 +00:00
#telecharger {
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;
2020-05-05 16:11:10 +00:00
font-size: 15px;
}
.vignette {
display: flex;
z-index: 1;
margin: 10px;
max-width: 70%;
position: relative;
2020-05-19 16:13:23 +00:00
justify-content: center;
align-items: center;
}
2020-05-05 16:11:10 +00:00
.vignette:hover h2{
visibility: visible;
opacity: 1;
2020-05-08 11:49:16 +00:00
color: #0ff000;
2020-05-05 16:11:10 +00:00
}
.img-menu {
width: 100%;
}
2020-05-05 16:11:10 +00:00
.vignette h2{
2020-05-19 14:35:54 +00:00
font-family: solidemirage;
2020-05-19 16:13:23 +00:00
font-size: 80px;
2020-05-24 21:52:42 +00:00
line-height: 90px;
position: absolute;
2020-05-05 16:11:10 +00:00
visibility: visible;
opacity: 0;
2020-05-19 16:13:23 +00:00
text-align: center;
}
.img-menu {
border: 3px solid #000000;
border-radius: 10px;
/* for chrome and safari support */
}
.img-menu:hover {
border-color: #00FF00;
}
.img-menu:hover h2 {
visibility: visible;
opacity: 1;
}
a {
color: black;
text-decoration: unset;
}
/* only underline anchors inside content text */
p a {
text-decoration: underline;
}
.article-title {
2020-05-19 21:27:23 +00:00
font-family: solidemirage;
font-size: 50px;
}
.article-author {
color:#4d4d4d;
text-decoration: unset;
}
.article-author:before{
content:"_";
}
2020-05-24 21:52:42 +00:00
.article {
display: flex;
}
.content{
margin-top: 150px;
2020-05-19 21:27:23 +00:00
padding-left: 40px;
padding-bottom: 5em;
2020-05-24 21:52:42 +00:00
line-height: 1.4em;
font-size: 1.3em;
text-align: left;
2020-05-19 14:35:54 +00:00
font-family: mplus-regular;
}
.article-img img{
2020-05-24 21:52:42 +00:00
width: 95%;
2020-05-17 13:07:43 +00:00
padding-bottom: 20px;
2020-05-24 21:52:42 +00:00
padding-top: 25px;
2020-05-17 13:07:43 +00:00
}
.article-img img:hover {
opacity: 0.7;
}
2020-05-24 21:52:42 +00:00
.column {
float: left;
width: 43%;
}
.gallery-img {
width: 100%;
padding-bottom: 30px;
}
.audio {
display: none;
}
.gallery {
display: block;
width: 80%;
}
.article::after {
2020-05-05 16:11:10 +00:00
display: block;
clear: both;
}
2020-05-16 17:58:00 +00:00
#slide-container {
display: none;
width: 100%;
min-height: 100%;
2020-05-16 17:58:00 +00:00
position: absolute;
left: 0;
top: 0;
overflow: hidden;
background-color: #000000;
text-align: center;
padding-top: 100px;
padding-bottom: 200px;
2020-05-16 17:58:00 +00:00
}
.slide {
/* hide by default */
display: none;
position: relative;
margin-left: auto;
margin-right: auto;
max-width: 80%;
max-height: 80%;
width: auto;
height: auto;
2020-05-16 17:58:00 +00:00
background-color: black;
}
#close-modal {
position: fixed;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
width: 20px;
height:20px;
margin-left: 95%;
}
#close-modal a{
color: white;
}
2020-05-16 17:58:00 +00:00
#close-modal:hover {
font-size: larger;
2020-05-19 14:35:54 +00:00
}
blockquote{
2020-05-19 21:27:23 +00:00
color: rgb(95, 94, 94);
2020-05-19 14:35:54 +00:00
font-size: 18px;
width: 70%;
font-family: mplus-thin;
}
.page-content {
width: 80%;
font-size: 18px;
font-family: mplus-regular;
}