]> git.cworth.org Git - cworth.org/blob - src/local.css
Tweak formatting
[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     font-size: 150%;
12     clear: both;
13 }
14
15 h1,h2,h3,h4,h5,h6, .header {
16     font-family: sans-serif;
17     clear: left;
18     color: #f29915;
19 }
20
21 h2,h3,h4,h5,h6 {
22     margin-left: -4%;
23     font-size: 125%;
24 }
25
26 a:link {
27     color: #4c4ce6;
28 }
29
30 a:visited {
31     color: #8f8fe6;
32 }
33
34 a:hover {
35     color: #f29915;
36 }
37
38 #logo {
39     text-align: center;
40 }
41
42 #footer {
43     margin-left: -8%;
44     font-size: 80%;
45 }
46
47 #legal {
48     text-align: center;
49     margin-top: 1em;
50     margin-left: 15%;
51     margin-right: 15%;
52 }
53
54 .floatleft {
55     float: left;
56     padding-right: 0.5em;
57 }
58
59 .floatright {
60     float: right;
61     padding-left: 0.5em;
62 }