]> git.cworth.org Git - cworth.org/blob - src/local.css
Center the fine-print legal notice at the bottom of the page.
[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 #logo {
14     text-align: center;
15 }
16
17 #footer {
18     font-size: 80%;
19 }
20
21 #legal {
22     text-align: center;
23     margin-top: 1em;
24     margin-left: 15%;
25     margin-right: 15%;
26 }
27
28 h2,h3,h4,h5,h6 {
29     margin-left: -4%;
30 }
31
32 .floatleft {
33     float: left;
34 }
35
36 .floatleft {
37     float: right;
38 }