]> git.cworth.org Git - cworth.org/blob - src/local.css
Style h1 and header consistently (and ensure h2-h6 are strictly smaller than h1)
[cworth.org] / src / local.css
1 /* ikiwiki local style sheet */
2
3 /* Add local styling here, instead of modifying style.css. */
4 body {
5     margin-left: 10%;
6     margin-right: 10%;
7 }
8
9 h1, .header, #footer {
10     margin-left: -8%;
11 }
12
13 h1, .header {
14     font-family: sans-serif;
15     font-size: 150%;
16 }
17
18 #logo {
19     text-align: center;
20 }
21
22 #footer {
23     font-size: 80%;
24 }
25
26 #legal {
27     text-align: center;
28     margin-top: 1em;
29     margin-left: 15%;
30     margin-right: 15%;
31 }
32
33 h2,h3,h4,h5,h6 {
34     margin-left: -4%;
35     font-size: 125%;
36 }
37
38 .floatleft {
39     float: left;
40 }
41
42 .floatright {
43     float: right;
44 }