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.
8 article,aside,details,figcaption,figure,
9 footer,header,hgroup,menu,nav,section {
13 div.header, header.header {
21 .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;
138 color: black !important;
140 .recentchanges .metadata {
143 .recentchanges .changelog {
148 background: white !important;
149 color: black !important;
151 .recentchanges .desc {
154 .recentchanges .diff {
157 .recentchanges .committer {
162 .recentchanges .committype {
168 .recentchanges .changedate {
174 .recentchanges .pagelinks,
175 .recentchanges .revert {
181 .blogform, #blogform {
183 border: 1px solid #aaa;
185 color: black !important;
192 border: 1px solid #aaa;
223 border: 1px solid black;
224 color: black !important;
229 color: white !important;
231 border: 2px solid black;
237 border: 1px solid #aaa;
260 border: 1px solid #aaa;
267 border: 1px solid #888;
270 color: black !important;
274 background: #ea6 !important;
275 color: black !important;
280 /* things to hide in printouts */
282 .actions { display: none; }
283 .tags { display: none; }
284 .trails { display: none; }
285 .feedbutton { display: none; }
286 #searchform { display: none; }
287 .blogform, #blogform { display: none; }
288 #backlinks { display: none; }
289 .addcomment { display: none; }
292 /* infobox template */
299 border: 1px solid #aaa;
301 color: black !important;
304 /* notebox template */
311 border: 1px solid #aaa;
314 color: black !important;
317 /* popup template and backlinks hiding */
319 border-bottom: 1px dotted #366;
328 .popup:hover .balloon,
329 .popup:focus .balloon {
332 margin: 1em 0 0 -2em;
335 background-color: #dee;
342 border: 1px solid black;
357 input#openid_identifier {
358 background: url(wikiicons/openidlogin-bg.gif) no-repeat;
359 background-color: #fff;
360 background-position: 0 50%;
365 background: url(wikiicons/search-bg.gif) no-repeat;
366 background-color: #fff;
367 background-position: 100% 50%;
371 /* invalid form fields */
374 background: white !important;
376 /* required form fields */
381 /* highlight plugin */
382 pre.hl { color:#000000; background-color:#ffffff; }
383 .hl.num { color:#2928ff; }
384 .hl.esc { color:#ff00ff; }
385 .hl.str { color:#ff0000; }
386 .hl.dstr { color:#818100; }
387 .hl.slc { color:#838183; font-style:italic; }
388 .hl.com { color:#838183; font-style:italic; }
389 .hl.dir { color:#008200; }
390 .hl.sym { color:#000000; }
391 .hl.line { color:#555555; }
392 .hl.mark { background-color:#ffffbb; }
393 .hl.kwa { color:#000000; font-weight:bold; }
394 .hl.kwb { color:#830000; }
395 .hl.kwc { color:#000000; font-weight:bold; }
396 .hl.kwd { color:#010181; }
398 /* calendar plugin */
399 .month-calendar-day-this-day,
400 .year-calendar-this-month {
401 background-color: #eee;
403 .month-calendar-day-head,
404 .month-calendar-day-nolink,
405 .month-calendar-day-link,
406 .month-calendar-day-this-day,
407 .month-calendar-day-future {
410 .month-calendar-arrow A:link,
411 .year-calendar-arrow A:link,
412 .month-calendar-arrow A:visited,
413 .year-calendar-arrow A:visited {
414 text-decoration: none;
420 li.L1 { list-style: upper-roman; }
421 li.L2 { list-style: decimal; }
422 li.L3 { list-style: lower-alpha; }
423 li.L4 { list-style: disc; }
424 li.L5 { list-style: square; }
425 li.L6 { list-style: circle; }
426 li.L7 { list-style: lower-roman; }
427 li.L8 { list-style: upper-alpha; }
435 border: 1px solid #aaa;
437 color: black !important;
439 .smallestPC { font-size: 70%; }
440 .smallPC { font-size: 85%; }
441 .normalPC { font-size: 100%; }
442 .bigPC { font-size: 115%; }
443 .biggestPC { font-size: 130%; }
445 /* orange feed button */
448 color: white !important;
449 border-left: 1px solid #cc9966;
450 border-top: 1px solid #ccaa99;
451 border-right: 1px solid #993300;
452 border-bottom: 1px solid #331100;
453 padding: 0px 0.5em 0px 0.5em;
454 font-family: sans-serif;
457 text-decoration: none;
461 color: white !important;
477 #login_btns, #login_btns br {
481 background-color: black;
486 border: 1px solid #DDD;
492 border: 1px solid #DDD;
496 a.login_large_btn:focus {
499 a.login_large_btn:focus {
503 border: 4px solid #DDD;
506 .fileupload-content .ui-progressbar {
510 .fileupload-content .ui-progressbar-value {
511 background: url(ikiwiki/images/pbar-ani.gif);
553 /* mobile/small-screen-friendly layout */
554 @media (max-width: 600px) {
562 /* if the mobile browser is new enough, use flex layout to shuffle
563 * the sidebar to the end */
565 display: -webkit-box;
566 display: -webkit-flexbox;
567 display: -webkit-flex;
569 display: -ms-flexbox;
571 -webkit-box-orient: vertical;
572 -webkit-flex-direction: tb;
573 -webkit-flex-direction: column;
574 -webkit-flex-flow: column;
575 -ms-flex-direction: column;
576 flex-direction: column;
579 -webkit-box-ordinal-group: -1;
581 -ms-box-ordinal-group: -1;
586 -webkit-box-ordinal-group: 1;
588 -ms-box-ordinal-group: 1;
593 .blogform, #blogform {