-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyle.css
121 lines (103 loc) · 1.62 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
hr {
opacity: 0;
page-break-after: always;
}
body {
color: #073763;
font-family: Roboto, "Open Sans", Arial, sans-serif;
font-size: 100%;
line-height: 1.7;
padding: 1em;
margin: auto;
background: #fefefe;
}
h1 {
color: #3d85c6;
line-height: 125%;
font-weight: normal;
font-size: 200%;
}
h2 {
color: #3d85c6;
margin-top: 1.5em;
line-height: 125%;
font-weight: normal;
font-size: 133%;
}
h3 {
color: #3d85c6;
margin-top: 1.5em;
line-height: 125%;
font-weight: bold;
font-size: 100%;
}
h4 {
color: #073763;
line-height: 100%;
font-weight: bold;
font-size: 100%;
}
blockquote {
color: #073763;
margin: 0;
padding-left: 3em;
border-left: 0.5em #EEE solid;
}
pre, code, kbd, samp {
color: #674ea7;
font-family: monospace, monospace;
_font-family: Consolas, "Courier New", monospace;
font-size: 100%;
font-weight: bold;
}
footer {
font-size: 85%;
text-align: center;
margin-top: 2em;
color: #999;
}
.compact li {
font-size: 100%;
line-height: 1.5;
}
.compact h2 {
margin-top: 2em;
}
.loose {
font-size: 140%;
line-height: 2.0;
}
.loose > ul > li {
margin-top: 0.6em;
}
.loose h2 {
margin-top: 2em;
}
table {
border-collapse: collapse;
width: 100%;
}
td {
border-bottom: 1px solid black;
vertical-align: bottom;
padding-top: 10px;
display: flex;
}
td > span.question {
background-color: white;
position: relative;
padding-bottom:10px;
}
.row {
display: flex;
flex-direction: row;
width: 100%;
height: 1.5em;
padding-bottom:8px;
}
.dots {
flex: 1;
border-bottom: 1px dotted #999;
margin-left: 0.5em;
margin-right: 0.5em;
}