]> git.cworth.org Git - cworth.org/blob - src/local.css
Ensure that lists get indented along with paragraphs
[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: 2%;
6     margin-right: 2%;
7 }
8
9 h1, .header, #footer {
10     font-size: 150%;
11     clear: both;
12 }
13
14 #content {
15     margin-left: 4%;
16     margin-right: 4%;
17 }
18
19 h1,h2,h3,h4,h5,h6, .header {
20     font-family: sans-serif;
21     clear: left;
22     color: #f29915;
23 }
24
25 h2,h3,h4,h5,h6 {
26     font-size: 125%;
27 }
28
29 p, ol, ul {
30     margin-left: 4%;
31     margin-right: 4%;
32 }
33
34 pre {
35     font-family: mono;
36     margin-left: 10%;
37     margin-right: 10%;
38     border: 1px solid #c5c5f6;
39     background-color: #dbdbf7;
40     padding: .5em;
41 }
42
43 a:link {
44     color: #4c4ce6;
45 }
46
47 a:visited {
48     color: #8f8fe6;
49 }
50
51 a:hover {
52     color: #f29915;
53 }
54
55 #logo {
56     text-align: center;
57 }
58
59 #footer {
60     margin-left: 2%;
61     font-size: 80%;
62 }
63
64 #legal {
65     text-align: center;
66     margin-top: 1em;
67     margin-left: 15%;
68     margin-right: 15%;
69 }
70
71 .floatleft {
72     float: left;
73     padding-right: 0.5em;
74 }
75
76 .floatright {
77     float: right;
78     padding-left: 0.5em;
79 }