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.
23 .inlineheader .author {
33 list-style-type: none;
39 .pageheader .actions ul {
40 border-bottom: 1px solid #000;
43 .inlinepage .actions ul {
50 list-style-type: none;
56 .pageheader #otherlanguages {
57 border-bottom: 1px solid #000;
73 border-top: 1px solid #000;
85 text-decoration: none;
126 color: black !important;
128 .recentchanges .metadata {
131 .recentchanges .changelog {
136 background: white !important;
137 color: black !important;
139 .recentchanges .desc {
142 .recentchanges .diff {
145 .recentchanges .committer {
150 .recentchanges .committype {
156 .recentchanges .changedate {
162 .recentchanges .pagelinks {
170 border: 1px solid #aaa;
172 color: black !important;
177 border: 1px solid #aaa;
200 border: 1px solid black;
201 color: black !important;
206 color: white !important;
208 border: 2px solid black;
214 border: 1px solid #aaa;
234 border: 1px solid #aaa;
241 border: 1px solid #888;
244 color: black !important;
248 background: #ea6 !important;
249 color: black !important;
254 /* things to hide in printouts */
256 .actions { display: none; }
257 .tags { display: none; }
258 .feedbutton { display: none; }
259 #searchform { display: none; }
260 #blogform { display: none; }
261 #backlinks { display: none; }
264 /* infobox template */
271 border: 1px solid #aaa;
273 color: black !important;
276 /* notebox template */
283 border: 1px solid #aaa;
286 color: black !important;
289 /* popup template and backlinks hiding */
291 border-bottom: 1px dotted #366;
299 .popup:hover .balloon,
300 .popup:focus .balloon {
303 margin: 1em 0 0 -2em;
306 background-color: #dee;
313 border: 1px solid black;
322 #signin_openid_url_label {
328 border: 1px solid #aaa;
330 color: black !important;
346 background: url(wikiicons/openidlogin-bg.gif) no-repeat;
347 background-color: #fff;
348 background-position: 0 50%;
353 background: url(wikiicons/search-bg.gif) no-repeat;
354 background-color: #fff;
355 background-position: 100% 50%;
359 /* invalid form fields */
362 background: white !important;
364 /* required form fields */
369 /* highlight plugin */
370 pre.hl { color:#000000; background-color:#ffffff; }
371 .hl.num { color:#2928ff; }
372 .hl.esc { color:#ff00ff; }
373 .hl.str { color:#ff0000; }
374 .hl.dstr { color:#818100; }
375 .hl.slc { color:#838183; font-style:italic; }
376 .hl.com { color:#838183; font-style:italic; }
377 .hl.dir { color:#008200; }
378 .hl.sym { color:#000000; }
379 .hl.line { color:#555555; }
380 .hl.mark { background-color:#ffffbb; }
381 .hl.kwa { color:#000000; font-weight:bold; }
382 .hl.kwb { color:#830000; }
383 .hl.kwc { color:#000000; font-weight:bold; }
384 .hl.kwd { color:#010181; }
386 /* calendar plugin */
387 .month-calendar-day-this-day { background-color: #eee; }
388 .year-calendar-this-month { background-color: #eee; }
389 .month-calendar-arrow A:link,
390 .year-calendar-arrow A:link,
391 .month-calendar-arrow A:visited,
392 .year-calendar-arrow A:visited {
393 text-decoration: none;
399 li.L1 { list-style: upper-roman; }
400 li.L2 { list-style: decimal; }
401 li.L3 { list-style: lower-alpha; }
402 li.L4 { list-style: disc; }
403 li.L5 { list-style: square; }
404 li.L6 { list-style: circle; }
405 li.L7 { list-style: lower-roman; }
406 li.L8 { list-style: upper-alpha; }
414 border: 1px solid #aaa;
416 color: black !important;
418 .smallestPC { font-size: 70%; }
419 .smallPC { font-size: 85%; }
420 .normalPC { font-size: 100%; }
421 .bigPC { font-size: 115%; }
422 .biggestPC { font-size: 130%; }
424 /* orange feed button */
427 color: white !important;
428 border-left: 1px solid #cc9966;
429 border-top: 1px solid #ccaa99;
430 border-right: 1px solid #993300;
431 border-bottom: 1px solid #331100;
432 padding: 0px 0.5em 0px 0.5em;
433 font-family: sans-serif;
436 text-decoration: none;
440 color: white !important;