]> sipb.mit.edu Git - ikiwiki.git/blob - doc/style.css
web commit by http://id.inelegant.org/
[ikiwiki.git] / doc / style.css
1 /* ikiwiki style sheet */
2
3 /* Note that instead of modifying this style sheet, you can instead edit
4  * local.css and use it to override or change settings in this one.
5  */
6
7 .header {
8         margin: 0;
9         font-size: 22px;
10         font-weight: bold;
11         line-height: 1em;
12         display: block;
13 }
14
15 .author {
16         margin: 0;
17         font-size: 18px;
18         font-weight: bold;
19         display: block;
20 }
21
22 .actions ul {
23         margin: 0;
24         padding: 6px;
25         list-style-type: none;
26         border-bottom: 1px solid #000;
27 }
28
29 .inlinepage .actions ul {
30         border-bottom: 0;
31 }
32
33 .actions li {
34         display: inline;
35         padding: .2em .4em;
36 }
37
38 #backlinks {
39         margin: 1em 0;
40 }
41
42 .tags {
43         clear: both;
44 }
45
46 div.tags {
47         border-top: 1px solid #000;
48 }
49
50 #footer {
51         margin: 1em 0;
52 }
53
54 #searchform {
55         display: inline;
56         float: right;
57 }
58
59 #editcontent {
60         width: 100%;
61 }
62
63 /* Stuff for the RecentChanges table. */
64 tr.changeheader {
65         background: #eee;
66         color: black !important;
67 }
68 tr.changeinfo {
69         background: #eee;
70         color: black !important;
71 }
72 th.changeheader {
73         padding: 1px .3em;
74 }
75 td.changeinfo {
76         padding: 1px .3em;
77 }
78 td.changetime {
79         white-space: nowrap;
80         padding: 1px .3em;
81 }
82 td.changelog {
83         font-style: italic;
84 }
85
86 .pagecloud {
87         padding: 10px 10px;
88         border: 1px solid #aaa;
89         background: #eee;
90         color: black !important;
91 }
92
93 /* Used for adding a blog page. */
94 #blogform {
95         padding: 10px 10px;
96         border: 1px solid #aaa;
97         background: #eee;
98         color: black !important;
99 }
100
101 .inlinepage {
102         padding: 10px 10px;
103         border: 1px solid #aaa;
104 }
105
106 .pageinfo {
107         clear: both;
108         font-style: italic;
109         display: block;
110 }
111
112 /* Used for invalid form fields. */
113 .fb_invalid {
114         color: red;
115         background: white !important;
116 }
117
118 /* Used for required form fields. */
119 .fb_required {
120         font-weight: bold;
121 }
122
123 /* Orange feed button. */
124 .feedbutton {
125         background: #ff6600;
126         color: white !important;
127         border-left: 1px solid #cc9966;
128         border-top: 1px solid #ccaa99;
129         border-right: 1px solid #993300;
130         border-bottom: 1px solid #331100;
131         padding: 0px 0.5em 0px 0.5em;
132         font-family: sans-serif;
133         font-weight: bold;
134         font-size: small;
135         text-decoration: none;
136         margin-top: 1em;
137 }
138 .feedbutton:hover {
139         color: white !important;
140         background: #ff9900;
141 }
142
143 /* Tag cloud. */
144 .pagecloud {
145         float: right;
146         width: 30%;
147         text-align: center;
148 }
149 .smallestPC { font-size: 70%; }
150 .smallPC { font-size: 85%; }
151 .normalPC { font-size: 100%; }
152 .bigPC { font-size: 115%; }
153 .biggestPC { font-size: 130%; }
154
155 #sidebar {
156         line-height: 3ex;
157         width: 20ex;
158         float: right;
159         margin-left: 40px;
160         margin-bottom: 40px;
161         padding: 2ex 2ex;
162 }
163
164 .infobox {
165         float: right;
166         margin-left: 2ex;
167         margin-top: 1ex;
168         margin-bottom: 1ex;
169         padding: 1ex 1ex;
170         border: 1px solid #aaa;
171 }
172
173 .notebox {
174         float: right;
175         margin-left: 2ex;
176         margin-top: 1ex;
177         margin-bottom: 1ex;
178         padding: 1ex 1ex;
179         border: 1px solid #aaa;
180         width: 25%
181 }
182
183 /* outlines */
184 li.L1 {
185         list-style: upper-roman;
186 }
187 li.L2 {
188         list-style: decimal;
189 }
190 li.L3 {
191         list-style: lower-alpha;
192 }
193 li.L4 {
194         list-style: disc;
195 }
196 li.L5 {
197         list-style: square;
198 }
199 li.L6 {
200         list-style: circle;
201 }
202 li.L7 {
203         list-style: lower-roman;
204 }
205 li.L8 {
206         list-style: upper-alpha;
207 }
208
209 hr.poll {
210         height: 10pt;
211         color: white !important;
212         background: #eee;
213         border: 2px solid black;
214 }
215 div.poll {
216         margin-top: 1ex;
217         margin-bottom: 1ex;
218         padding: 1ex 1ex;
219         border: 1px solid #aaa;
220 }
221
222 input#openid_url {
223         background: url(wikiicons/openidlogin-bg.gif) no-repeat;
224         background-color: #fff;
225         background-position: 0 50%;
226         color: #000;
227         padding-left: 18px;
228 }