-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
93 lines (68 loc) · 1.2 KB
/
styles.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
@import url('https://fonts.googleapis.com/css?family=Fjalla+One');
@import url('https://fonts.googleapis.com/css?family=Pontano+Sans');
html, body {
font-family: 'Pontano Sans', sans-serif;
font-size: 1.05em;
line-height: 1.6em;
color: #333333;
}
h1, h2, h3, h4, h5 {
font-family: 'Fjalla One', sans-serif;
}
h2 {
font-family: 'Fjalla One', sans-serif;
font-style: normal;
color: #4d934b;
}
h3 {
font-family: 'Fjalla One', sans-serif;
font-style: normal;
color: #8e9191;
}
.figure {
border: none;
margin: 0.5em;
padding: 0.5em; 0.5em; 1.5em; 0.5em
}
.caption {
font-size: 14px;
text-align: right;
padding: 0.25em; 0em; 0em; 0.1em;
}
blockquote {
padding: 10px 20px;
margin: 0 0 20px;
font-size: 14px;
border-left: 5px solid #eee;
}
.tocify {
font-size: 12px;
}
p {
padding-bottom: 15px;
}
p #nospace{
margin: 0px;
padding: 0px;
}
@media (max-width: 767px) {
html, body{
font-size: 1em;
}
.container-fluid {
padding-left: 1px;
padding-right: 2px;
}
.sourceCode pre {
font-size: 60%;
}
.listing pre {
font-size: 60%;
}
.caption {
font-size: 14px;
}
blockquote {
font-size: 14px;
}
}