blob: 641b4fe4bdb9783ee7f64ef0788aaa667a4ee55e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
---
---
html { font-size: 14px; }
h2, h3 {
font-family: 'Fira Sans';
font-weight: 200;
font-style: normal;
}
.post-title {
font-family: 'Fira Sans';
font-weight: 200;
/*font-size: 3.2em;*/
/*line-height: 1em;*/
/*line-height: 1.6em;*/
}
.post-title, .post-title:after {
position: relative;
/*left: 10px;*/
line-height: 1.6em;
background: #ffdb00;
-webkit-box-shadow: -10px 0px 0px #ffdb00, 10px 0px 0px #ffdb00;
box-shadow: -10px 0px 0px #ffdb00, 10px 0px 0px #ffdb00;
box-decoration-break: clone;
}
.author {
font-family: 'Montserrat', sans-serif;
text-transform: uppercase;
color: #b3b3b3;
}
.book-title {
font-family: 'Alegreya Sans', sans-serif;
font-weight: 700;
font-style: italic;
}
.dist-comp {
font-family: 'Alegreya Sans', sans-serif;
text-transform: uppercase;
font-weight: 900;
font-style: normal;
}
|