Mercurial > hg > easyhg
comparison help/help.css @ 494:41a156d439d0
Start adding Help
author | Chris Cannam |
---|---|
date | Thu, 18 Aug 2011 16:37:27 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
493:75ebcacd3f75 | 494:41a156d439d0 |
---|---|
1 | |
2 body { | |
3 background: #fdfaf0; | |
4 color: #3e442c; | |
5 margin: 0; | |
6 padding: 0; | |
7 margin-bottom: 40px; | |
8 font-family: sans-serif; | |
9 } | |
10 | |
11 h1, h2, h3, h4 { | |
12 margin-left: 10px; | |
13 margin-bottom: 0.4em; | |
14 } | |
15 | |
16 h2 { | |
17 font-size: 1.3em; | |
18 margin-top: 0; | |
19 } | |
20 | |
21 h3 { | |
22 font-size: 1.2em; | |
23 } | |
24 | |
25 h4 { | |
26 font-size: 1.1em; | |
27 } | |
28 | |
29 ol, ul, ol li, ul li { | |
30 margin-left: 0; | |
31 color: #808080; | |
32 font-style: italic; | |
33 } | |
34 | |
35 p, pre { | |
36 margin-left: 20px; | |
37 margin-bottom: 0.5em; | |
38 margin-right: 10px; | |
39 margin-top: 0; | |
40 } | |
41 | |
42 blockquote { | |
43 margin-left: 70px; | |
44 } | |
45 | |
46 table { | |
47 padding-top: 0; | |
48 } | |
49 | |
50 a { | |
51 color: #be5700; | |
52 text-decoration: none; | |
53 } | |
54 | |
55 a:hover { | |
56 text-decoration: underline; | |
57 } | |
58 | |
59 |