quand-le-code-rencontre-lin.../2026.css
2026-06-26 08:32:56 +02:00

105 lines
No EOL
1.3 KiB
CSS

:root{
--background: #000;
--color: #FFF;
--font: "JetBrains Mono NL", monoscape;
}
body{
font-family: var(--font);
}
h1, h2, h3, h4, h5, h6{
font-weight: normal;
}
.preview{
background: var(--background);
color: var(--color);
}
.preview.texte{
background: var(--background);
color: var(--color);
padding: 10px 40px 100px 40px;
}
.preview.texte .image-wrapper{
margin-top: 20px;
margin-bottom: 80px;
}
.preview .image-wrapper{
padding-left: 20px;
padding-right: 20px;
}
.preview.texte p,
.preview.texte h1,
.preview.texte h2,
.preview.texte h3,
.preview.texte h4{
letter-spacing: 1px;
}
.preview.texte p{
font-size: 4vw;
margin:0;
}
.preview.texte h1{
font-size: 7vw;
text-align: center;
margin:0;
margin-top: 50px;
line-height: 1.2;
}
.preview.texte h2{
font-size: 1.8vw;
}
.preview.texte h3{
font-size: 3vw;
text-align: center;
margin: 0;
}
.preview.texte h4{
font-size: 3.2vw;
font-weight: normal;
}
.preview.texte h5{
font-size: 4vw;
font-weight: normal;
margin:0;
}
.preview.texte h6{
font-size: 2vw;
font-weight: normal;
}
.preview.texte a{
color: var(--color);
text-decoration: none;
}
.preview.texte a:hover{
text-decoration: underline;
}
.preview.texte ul{
font-size: 4vw;
}
.preview.texte ul li{
margin-bottom: 30px;
}
.preview.texte ul li::before{
content:"—";
margin-right: 20px;
}