forked from hippietrail/jQuery-Splitter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
52 lines (52 loc) · 736 Bytes
/
main.css
File metadata and controls
52 lines (52 loc) · 736 Bytes
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
body {
font: 85% Verdana,Arial,sans-serif;
padding: 1em;
}
h1, h2, h3 {
color: #339;
}
h1 {
font-size: 130%;
margin: 0 0 1em;
}
h2 {
font-size: 110%;
margin: 0.75em 0 0.5em;
}
h3 {
font-size: 100%;
margin: 0.5em 0 0.25em;
}
p {
margin: 0.35em 0;
}
ol, ul, li {
margin-top: 0.25em;
margin-bottom: 0.25em;
}
pre {
white-space: pre;
color: #060;
font: 90% Courier New,monospace;
margin: 0.75em;
}
kbd {
font: 90% Courier New,monospace;
color: #060;
}
code {
font: 100% Courier New,monospace;
color: #050;
}
em {
color: #833;
font-weight: bold;
}
dt {
color: #336;
font-weight: bold;
margin: 0.25em 0;
}
dd {
margin: 0.25em 2em 0.5em;
}