-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
130 lines (99 loc) · 1.97 KB
/
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
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
table, th, td {
border: 1px solid black;
border-collapse: collapse;
padding: 10px; }
* {
box-sizing: border-box; }
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', Helvetica, sans-serif;
line-height: 1.5;
margin: 0;
color: #111;
background-color: #fff; }
img {
max-width: 100%;
height: auto; }
svg {
max-height: 100%; }
a {
color: #07c; }
h1, h2, h3,
h4, h5, h6 {
font-weight: 600;
line-height: 1.25;
margin-top: 1em;
margin-bottom: .5em; }
h1 {
font-size: 2rem; }
h2 {
font-size: 1.5rem; }
h3 {
font-size: 1.25rem; }
h4 {
font-size: 1rem; }
h5 {
font-size: .875rem; }
h6 {
font-size: .75rem; }
p, dl, ol, ul, pre, blockquote {
margin-top: 1em;
margin-bottom: 1em; }
code,
pre,
samp {
font-family: 'Roboto Mono', 'Source Code Pro', Menlo, Consolas, 'Liberation Mono', monospace; }
code, samp {
font-size: 87.5%;
padding: .125em; }
pre {
font-size: 87.5%;
overflow: scroll; }
blockquote {
font-size: 1.25rem;
font-style: italic;
background: lightgray;
padding: 1rem; }
hr {
margin-top: 1.5em;
margin-bottom: 1.5em;
border: 0;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ccc; }
h3 {
color: #169D4F; }
ul {
list-style-type: none;
padding-left: 0; }
nav ul {
font-weight: bold;
margin-top: 0;
margin-bottom: 0; }
nav ul a:hover {
text-decoration: none; }
nav li a {
display: block; }
nav ul > ul {
padding-left: 1rem;
font-weight: normal; }
nav ul > ul li {
font-size: .875rem;
xbackground-color: gray; }
nav ul > ul li a {
padding: .5rem; }
nav ul > ul li a:hover {
color: white;
background-color: #169D4F; }
ul a {
text-decoration: none; }
ul a:hover {
text-decoration: underline; }
#resources a {
font-weight: bold; }
#resources li {
margin-bottom: 2rem; }
#resources p {
margin-top: 0; }
caption {
font-size: .875rem; }
/*# sourceMappingURL=style.css.map */