-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcustom.css
125 lines (105 loc) · 1.62 KB
/
custom.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
html {
font-size : 100%;
text-rendering : optimizeLegibility;
-webkit-font-smoothing : antialiased;
}
body {
font-family : "Avenir Next", sans-serif;
font-weight : normal;
font-size : 14px;
line-height : 20px;
background : #eee;
color : #333;
word-break : break-all;
word-break : break-word;
hyphens : auto;
}
#contentdiv {
padding-top : 30px;
}
h1.doctitle {
background : #444;
font-size : 17px;
font-weight : bold;
color : #ccc;
line-height : 30px;
margin : 0;
padding : 0 10px;
white-space : nowrap;
position : fixed;
top : 0;
left : 0;
right : 0;
}
a:focus {
outline: thin dotted;
}
a:active, a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b, strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
code,
kbd,
pre,
samp {
background : #ddd;
color : hsl(215, 78%, 50%);
font-family : "DejaVu Sans Mono", monospace;
font-size : 12px;
display : inline-block;
padding : 0px 4px
}
pre {
overflow:auto;
}
pre code {
border-radius: 6px;
padding: 20px;
white-space: pre;
}
q {
quotes: "\201C" "\201D" "\2018" "\2019";
}
sub,
sup {
font-size : 75%;
line-height : 0;
position : relative;
vertical-align : baseline;
}
sup {
top : -0.5em;
}
sub {
bottom : -0.25em;
}
figure {
margin : 0;
}
table {
border-collapse : collapse;
border-spacing : 0;
}
h1 {
color : #e0042d;
font-weight : 300;
font-size : 40px;
line-height : 50px
}
h2 {
color : #444;
font-weight : 600;
font-size : 26px;
line-height : 30px
}
h3 {
text-transform: uppercase;
}