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