1 /* ikiwiki style sheet */
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.
22 .inlineheader .author {
32 list-style-type: none;
38 .pageheader .actions ul {
39 border-bottom: 1px solid #000;
42 .inlinepage .actions ul {
49 list-style-type: none;
55 .pageheader #otherlanguages {
56 border-bottom: 1px solid #000;
72 border-top: 1px solid #000;
84 text-decoration: none;
125 color: black !important;
127 .recentchanges .metadata {
130 .recentchanges .changelog {
135 background: white !important;
136 color: black !important;
138 .recentchanges .desc {
141 .recentchanges .diff {
144 .recentchanges .committer {
149 .recentchanges .committype {
155 .recentchanges .changedate {
161 .recentchanges .pagelinks {
167 /* Used for adding a blog page. */
170 border: 1px solid #aaa;
172 color: black !important;
177 border: 1px solid #aaa;
192 /* Used for invalid form fields. */
195 background: white !important;
198 /* Used for required form fields. */
203 /* Orange feed button. */
206 color: white !important;
207 border-left: 1px solid #cc9966;
208 border-top: 1px solid #ccaa99;
209 border-right: 1px solid #993300;
210 border-bottom: 1px solid #331100;
211 padding: 0px 0.5em 0px 0.5em;
212 font-family: sans-serif;
215 text-decoration: none;
219 color: white !important;
229 border: 1px solid #aaa;
231 color: black !important;
233 .smallestPC { font-size: 70%; }
234 .smallPC { font-size: 85%; }
235 .normalPC { font-size: 100%; }
236 .bigPC { font-size: 115%; }
237 .biggestPC { font-size: 130%; }
247 border: 1px solid black;
248 color: black !important;
253 list-style: upper-roman;
259 list-style: lower-alpha;
271 list-style: lower-roman;
274 list-style: upper-alpha;
279 color: white !important;
281 border: 2px solid black;
287 border: 1px solid #aaa;
293 border: 1px solid #888;
296 color: black !important;
300 background: #ea6 !important;
301 color: black !important;
307 background: url(wikiicons/openidlogin-bg.gif) no-repeat;
308 background-color: #fff;
309 background-position: 0 50%;
315 background: url(wikiicons/search-bg.gif) no-repeat;
316 background-color: #fff;
317 background-position: 100% 50%;
322 /* Things to hide in printouts. */
324 .actions { display: none; }
325 .tags { display: none; }
326 .feedbutton { display: none; }
327 #searchform { display: none; }
328 #blogform { display: none; }
329 #backlinks { display: none; }
332 /* Provided for use by template plugin for floating info boxes. */
339 border: 1px solid #aaa;
341 color: black !important;
344 /* Provided for use by template plugin for floating note boxes. */
351 border: 1px solid #aaa;
354 color: black !important;
357 /* Used by the popup template and for backlinks hiding. */
359 border-bottom: 1px dotted #366;
367 .popup:hover .balloon,
368 .popup:focus .balloon {
371 margin: 1em 0 0 -2em;
374 background-color: #dee;
378 /* Formbuilder styling */
381 border: 1px solid black;
390 #signin_openid_url_label {
396 border: 1px solid #aaa;
398 color: black !important;
418 border: 1px solid #aaa;
422 /* Used by the highlight plugin. */
423 pre.hl { color:#000000; background-color:#ffffff; }
424 .hl.num { color:#2928ff; }
425 .hl.esc { color:#ff00ff; }
426 .hl.str { color:#ff0000; }
427 .hl.dstr { color:#818100; }
428 .hl.slc { color:#838183; font-style:italic; }
429 .hl.com { color:#838183; font-style:italic; }
430 .hl.dir { color:#008200; }
431 .hl.sym { color:#000000; }
432 .hl.line { color:#555555; }
433 .hl.mark { background-color:#ffffbb; }
434 .hl.kwa { color:#000000; font-weight:bold; }
435 .hl.kwb { color:#830000; }
436 .hl.kwc { color:#000000; font-weight:bold; }
437 .hl.kwd { color:#010181; }
439 /* For the calendar plugin. */
440 .month-calendar-day-this-day { background-color: #eee; }
441 .year-calendar-this-month { background-color: #eee; }
442 .month-calendar-arrow A:link,
443 .year-calendar-arrow A:link,
444 .month-calendar-arrow A:visited,
445 .year-calendar-arrow A:visited {
446 text-decoration: none;
451 div.page_header:before {