MaMonnaieLibre/themes/attilax/decoration.css

50 lines
714 B
CSS

:root {
--bleu-nuit: hsla(247.5, 70.6%, 6.7%, 0.5);
}
body {
background-image: url("espace-1348w-60pcts.jpg");
background-size: cover;
background-attachment: fixed;
background-repeat: no-repeat;
color: white;
text-align: center;
font-family: "Bree Serif";
font-weight: bold;
text-shadow: 0 0 0.5rem var(--bleu-nuit);
}
body:before {
background-color: var(--bleu-nuit);
box-shadow:
-6rem 0 3rem var(--bleu-nuit),
3rem 0 3rem var(--bleu-nuit)
;
}
body > header a:after {
background-image: url("mamonnaielibre-800w.tiny.png");
}
.page-paroles-de-libristes h2 {
text-transform: uppercase;
}
.page-memes ul {
list-style: none;
margin: 0;
}
a, a:visited {
color: white;
}