-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcss.css
97 lines (85 loc) · 2.55 KB
/
css.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
html {
font-family: "Lato", sans-serif;
font-size: 1rem;
color: #444;
padding: 10%;
padding-top: 5%;
line-height: 1.5rem;
}
h1 {
border-bottom: 1px solid #DDD;
line-height: 3rem;
margin-bottom: 2rem;
position: relative;
font-weight: 400;
}
h2 {
margin-top: 3rem;
line-height: 2.6rem;
font-weight: 400;
border-bottom: 1px solid #DDD;
}
code {
background-color: #EEE;
color: rgb(51, 51, 51);
font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
p code {
display: inline;
word-wrap: break-word;
padding: 0.3rem;
font-size: 0.8rem;
line-height: 1.4rem;
box-sizing: border-box;
border-radius: 0.3rem;
}
pre code {
display: inline;
word-wrap: normal;
overflow: scroll;
padding-top: 0.3rem;
padding-bottom: 0.3rem;
font-size: 0.6rem;
line-height: 1.3rem;
}
pre {
background-color: #EEE;
padding: .8rem;
border-radius: 0.3rem;
overflow: scroll;
}
a {
background-color: transparent;
color: #2A75BA;
text-decoration: none;
}
a:hover,
a:active {
color: #2A75BA;
outline: 0px none;
text-decoration: underline;
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 300;
src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v11/22JRxvfANxSmnAhzbFH8PgLUuEpTyoUstqEm5AMlJo4.woff2) format('woff2'), url(https://fonts.gstatic.com/s/lato/v11/kcf5uOXucLcbFOydGU24WALUuEpTyoUstqEm5AMlJo4.woff) format('woff');
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 400;
src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v11/MDadn8DQ_3oT6kvnUq_2r_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2'), url(https://fonts.gstatic.com/s/lato/v11/qIIYRU-oROkIk8vfvxw6QvesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 700;
src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v11/MgNNr5y1C_tIEuLEmicLmwLUuEpTyoUstqEm5AMlJo4.woff2) format('woff2'), url(https://fonts.gstatic.com/s/lato/v11/qdgUG4U09HnJwhYI-uK18wLUuEpTyoUstqEm5AMlJo4.woff) format('woff');
}
@font-face {
font-family: 'Lato';
font-style: italic;
font-weight: 400;
src: local('Lato Italic'), local('Lato-Italic'), url(https://fonts.gstatic.com/s/lato/v11/1KWMyx7m-L0fkQGwYhWwuuvvDin1pK8aKteLpeZ5c0A.woff2) format('woff2'), url(https://fonts.gstatic.com/s/lato/v11/RYyZNoeFgb0l7W3Vu1aSWOvvDin1pK8aKteLpeZ5c0A.woff) format('woff');
}