2014-03-25 23:45:35 +01:00
|
|
|
body {
|
2015-06-10 23:14:04 +02:00
|
|
|
background-color: #f5efdb;
|
2014-03-25 23:45:35 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
color: #7D5D5E;
|
|
|
|
text-align: center;
|
|
|
|
font-family: 'Gilda Display', serif;
|
|
|
|
font-size: 6em;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: #3F544B;
|
|
|
|
}
|
|
|
|
a:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
body > p {
|
|
|
|
width: 70%;
|
|
|
|
border-top: 3px solid #3F544B;
|
|
|
|
padding: 5px 0 25px 0;
|
|
|
|
font-family: 'Gilda Display', serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
body > p,
|
|
|
|
#covers {
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cover-item {
|
|
|
|
width: 265px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
border: 1px solid #FFE5C6;
|
|
|
|
}
|
|
|
|
.cover-item:hover {
|
|
|
|
opacity: 0.7;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cover-item img {
|
|
|
|
width: 265px;
|
|
|
|
vertical-align: top;
|
2020-11-02 10:30:12 +01:00
|
|
|
}
|