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;
65 border-top: 1px solid #000;
73 text-decoration: none;
114 color: black !important;
116 .recentchanges .metadata {
119 .recentchanges .changelog {
124 background: white !important;
125 color: black !important;
127 .recentchanges .desc {
130 .recentchanges .diff {
133 .recentchanges .committer {
138 .recentchanges .committype {
144 .recentchanges .changedate {
150 .recentchanges .pagelinks {
156 /* Used for adding a blog page. */
159 border: 1px solid #aaa;
161 color: black !important;
166 border: 1px solid #aaa;
181 /* Used for invalid form fields. */
184 background: white !important;
187 /* Used for required form fields. */
192 /* Orange feed button. */
195 color: white !important;
196 border-left: 1px solid #cc9966;
197 border-top: 1px solid #ccaa99;
198 border-right: 1px solid #993300;
199 border-bottom: 1px solid #331100;
200 padding: 0px 0.5em 0px 0.5em;
201 font-family: sans-serif;
204 text-decoration: none;
208 color: white !important;
218 border: 1px solid #aaa;
220 color: black !important;
222 .smallestPC { font-size: 70%; }
223 .smallPC { font-size: 85%; }
224 .normalPC { font-size: 100%; }
225 .bigPC { font-size: 115%; }
226 .biggestPC { font-size: 130%; }
236 border: 1px solid black;
237 color: black !important;
242 list-style: upper-roman;
248 list-style: lower-alpha;
260 list-style: lower-roman;
263 list-style: upper-alpha;
268 color: white !important;
270 border: 2px solid black;
276 border: 1px solid #aaa;
282 border: 1px solid #888;
285 color: black !important;
289 background: #ea6 !important;
290 color: black !important;
296 background: url(wikiicons/openidlogin-bg.gif) no-repeat;
297 background-color: #fff;
298 background-position: 0 50%;
304 background: url(wikiicons/search-bg.gif) no-repeat;
305 background-color: #fff;
306 background-position: 100% 50%;
311 /* Things to hide in printouts. */
313 .actions { display: none; }
314 .tags { display: none; }
315 .feedbutton { display: none; }
316 #searchform { display: none; }
317 #blogform { display: none; }
318 #backlinks { display: none; }
321 /* Provided for use by template plugin for floating info boxes. */
328 border: 1px solid #aaa;
330 color: black !important;
333 /* Provided for use by template plugin for floating note boxes. */
340 border: 1px solid #aaa;
343 color: black !important;
346 /* Used by the popup template and for backlinks hiding. */
348 border-bottom: 1px dotted #366;
356 .popup:hover .balloon,
357 .popup:focus .balloon {
360 margin: 1em 0 0 -2em;
363 background-color: #dee;
367 /* Formbuilder styling */
370 border: 1px solid black;
379 #signin_openid_url_label {
385 border: 1px solid #aaa;
387 color: black !important;
407 border: 1px solid #aaa;
411 /* Used by the highlight plugin. */
412 pre.hl { color:#000000; background-color:#ffffff; }
413 .hl.num { color:#2928ff; }
414 .hl.esc { color:#ff00ff; }
415 .hl.str { color:#ff0000; }
416 .hl.dstr { color:#818100; }
417 .hl.slc { color:#838183; font-style:italic; }
418 .hl.com { color:#838183; font-style:italic; }
419 .hl.dir { color:#008200; }
420 .hl.sym { color:#000000; }
421 .hl.line { color:#555555; }
422 .hl.mark { background-color:#ffffbb; }
423 .hl.kwa { color:#000000; font-weight:bold; }
424 .hl.kwb { color:#830000; }
425 .hl.kwc { color:#000000; font-weight:bold; }
426 .hl.kwd { color:#010181; }
428 /* For the calendar plugin. */
429 .month-calendar-day-this-day { background-color: #eee; }
430 .year-calendar-this-month { background-color: #eee; }
431 .month-calendar-arrow A:link,
432 .year-calendar-arrow A:link,
433 .month-calendar-arrow A:visited,
434 .year-calendar-arrow A:visited {
435 text-decoration: none;