forked from crawl/sequell
-
Notifications
You must be signed in to change notification settings - Fork 0
/
learndb.css
58 lines (50 loc) · 900 Bytes
/
learndb.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
html {
font-family: "Trebuchet MS", "Sans-Serif";
font-size: 12px;
padding: 4px 15px;
}
h1 {
font-size: 16px;
font-family: "Lucida Grande", "Trebuchet MS", "Sans-Serif";
border-bottom: 2px solid #a88;
padding-left: 5px;
margin-bottom: 2px;
}
p {
margin: 0;
}
.note {
font-size: smaller;
color: #aaa;
padding-left: 5px;
}
dt {
/* display: run-in; at by's request, it breaks safari ---r. */
/* border-top: 1px solid #ddd; */
border-bottom: 1px solid #dcc;
padding-top: 6px;
margin-top: 10px;
padding-left: 5px;
font-family: "Lucida Grande", "Trebuchet MS", "Sans-Serif";
font-size: 12px;
font-weight: bold;
margin-bottom: 4px;
}
dd {
background-color: #fff;
color: #000;
display: block;
margin-bottom: 4px;
margin-left: 5px;
}
ol {
color: #000;
margin-left: 5px;
padding-left: 15px;
}
li {
color: #aaa;
}
li span {
color: #000;
}