MaMonnaieLibre/themes/attilax/decoration.css

36 lines
525 B
CSS

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 hsl(244.8, 86.2%, 5.7%);
}
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;
}