expand transformers
[lambda.git] / local.css
1 /* ikiwiki local style sheet */
2
3 /* Add local styling here, instead of modifying style.css. */
4
5 a {
6         text-decoration: none;
7         color: #005a9c;
8 }
9
10 a:hover {
11         text-decoration: underline;
12 }
13
14
15 hr {
16         border-style: none;
17         background-color: #999;
18         height: 1px;
19 }
20
21 code, pre {
22     background: #eee;
23 }
24
25 pre {
26     padding: .5em;
27 }
28
29 body {
30         margin: 0;
31         padding: 0;
32         font-family: sans-serif;
33         color: black;
34         background: white;
35 }
36
37 .pageheader {
38         margin: 0;
39         padding: 1em 2em 0 2em;
40         background: #eee;
41         border-color: #999;
42         border-style: none none solid none;
43         border-width: 1px;
44 }
45
46 .header {
47         font-size: 100%;
48         font-weight: normal;
49 }
50
51 .title {
52         display: block;
53         margin-top: .2em;
54         font: 140% sans-serif;
55         text-transform: capitalize;
56 }
57
58 .actions {
59         text-align: right;
60         padding: 0;
61 }
62
63 #content, #comments, #footer {
64         margin: 1em 2em;
65 }
66
67 #pageinfo {
68         border-color: #999;
69 }
70
71 .inlinepage {
72         margin: .4em 0;
73         padding: .4em 0;
74         border-style: none;
75         border-top: 1px solid #aaa;
76 }
77
78 .inlineheader {
79         font-size: 120%;
80         font-weight: normal;
81 }
82
83 h1 { font: 120% sans-serif }
84 h2 { font: bold 100% sans-serif }
85 h3 { font: italic 100% sans-serif }
86 h4, h5, h6 { font: small-caps 100% sans-serif }
87
88 /* Smaller headings for inline pages */
89 .inlinepage h1 { font-size: 110% }
90 .inlinepage h2 { font-size: 100% }
91 .inlinepage h3 { font-size: 100% }
92
93 .pageheader .actions ul {
94         border-style: none
95 }
96
97 .actions ul {
98         font-size: 75%;
99         padding: 0;
100         border-style: none;
101 }
102
103 .actions ul li a {
104         text-decoration: none;
105 }
106
107 .actions ul li {
108         margin: 0;
109         padding: .1em .5em 0 .5em;
110         background: white;
111         border-color: #999;
112         border-style: solid solid none solid;
113         border-width: 1px;
114 }
115
116 div.recentchanges {
117         border-style: none;
118 }
119
120 .pagecloud {
121         width: auto;
122 }