-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
58 lines (46 loc) · 834 Bytes
/
style.css
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
48
49
50
51
52
53
54
55
56
57
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300');
@import url('https://fonts.googleapis.com/css?family=Oswald');
pre {
border: 0;
padding: 10px;
background-color: #f8f8f8;
font-size:15px;
margin-bottom:20px;
color: black;
}
body {
margin:20px;
padding:0px;
width:100%;
font-size: 1.8em;
line-height: 180%
}
img {
margin-top: 40px;
margin-bottom: 40px
}
h1,h2,h3,h4 {
margin-bottom: 20px;
margin-top: 20px;
padding-top: 15px;
display: inline-block;
width:100%;
font-family: 'Oswald', sans-serif;
}
h1.title {
font-family: 'Oswald', sans-serif;
font-size: 30px;
line-height: 100%
}
pre code, pre, code {
margin-top: 30px;
margin-bottom: 40px
}
blockquote {
text-align: justify;
margin-top: 10px;
margin-bottom: 30px;
font-size: 1em;
line-height:130%;
background-color: #f2f2f2;
}