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.
15 .inlineheader .author {
25 list-style-type: none;
31 .pageheader .actions ul {
32 border-bottom: 1px solid #000;
35 .inlinepage .actions ul {
42 list-style-type: none;
48 .pageheader #otherlanguages {
49 border-bottom: 1px solid #000;
68 border-top: 1px solid #000;
76 text-decoration: none;
117 color: black !important;
119 .recentchanges .metadata {
122 .recentchanges .changelog {
127 background: white !important;
128 color: black !important;
130 .recentchanges .desc {
133 .recentchanges .diff {
136 .recentchanges .committer {
141 .recentchanges .committype {
147 .recentchanges .changedate {
153 .recentchanges .pagelinks {
159 /* Used for adding a blog page. */
162 border: 1px solid #aaa;
164 color: black !important;
169 border: 1px solid #aaa;
184 /* Used for invalid form fields. */
187 background: white !important;
190 /* Used for required form fields. */
195 /* Orange feed button. */
198 color: white !important;
199 border-left: 1px solid #cc9966;
200 border-top: 1px solid #ccaa99;
201 border-right: 1px solid #993300;
202 border-bottom: 1px solid #331100;
203 padding: 0px 0.5em 0px 0.5em;
204 font-family: sans-serif;
207 text-decoration: none;
211 color: white !important;
221 border: 1px solid #aaa;
223 color: black !important;
225 .smallestPC { font-size: 70%; }
226 .smallPC { font-size: 85%; }
227 .normalPC { font-size: 100%; }
228 .bigPC { font-size: 115%; }
229 .biggestPC { font-size: 130%; }
239 border: 1px solid black;
240 color: black !important;
245 list-style: upper-roman;
251 list-style: lower-alpha;
263 list-style: lower-roman;
266 list-style: upper-alpha;
271 color: white !important;
273 border: 2px solid black;
279 border: 1px solid #aaa;
285 border: 1px solid #888;
288 color: black !important;
292 background: #ea6 !important;
293 color: black !important;
299 background: url(wikiicons/openidlogin-bg.gif) no-repeat;
300 background-color: #fff;
301 background-position: 0 50%;
307 background: url(wikiicons/search-bg.gif) no-repeat;
308 background-color: #fff;
309 background-position: 100% 50%;
314 /* Things to hide in printouts. */
316 .actions { display: none; }
317 .tags { display: none; }
318 .feedbutton { display: none; }
319 #searchform { display: none; }
320 #blogform { display: none; }
321 #backlinks { display: none; }
324 /* Provided for use by template plugin for floating info boxes. */
331 border: 1px solid #aaa;
333 color: black !important;
336 /* Provided for use by template plugin for floating note boxes. */
343 border: 1px solid #aaa;
346 color: black !important;
349 /* Used by the popup template and for backlinks hiding. */
351 border-bottom: 1px dotted #366;
359 .popup:hover .balloon,
360 .popup:focus .balloon {
363 margin: 1em 0 0 -2em;
366 background-color: #dee;
370 /* Formbuilder styling */
373 border: 1px solid black;
382 #signin_openid_url_label {
388 border: 1px solid #aaa;
390 color: black !important;
410 border: 1px solid #aaa;
414 /* Used by the highlight plugin. */
415 pre.hl { color:#000000; background-color:#ffffff; }
416 .hl.num { color:#2928ff; }
417 .hl.esc { color:#ff00ff; }
418 .hl.str { color:#ff0000; }
419 .hl.dstr { color:#818100; }
420 .hl.slc { color:#838183; font-style:italic; }
421 .hl.com { color:#838183; font-style:italic; }
422 .hl.dir { color:#008200; }
423 .hl.sym { color:#000000; }
424 .hl.line { color:#555555; }
425 .hl.mark { background-color:#ffffbb; }
426 .hl.kwa { color:#000000; font-weight:bold; }
427 .hl.kwb { color:#830000; }
428 .hl.kwc { color:#000000; font-weight:bold; }
429 .hl.kwd { color:#010181; }
431 /* For the calendar plugin. */
432 .month-calendar-day-this-day { background-color: #eee; }
433 .year-calendar-this-month { background-color: #eee; }
434 .month-calendar-arrow A:link,
435 .year-calendar-arrow A:link,
436 .month-calendar-arrow A:visited,
437 .year-calendar-arrow A:visited {
438 text-decoration: none;