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;
109 color: black !important;
111 .recentchanges .metadata {
114 .recentchanges .changelog {
119 background: white !important;
120 color: black !important;
122 .recentchanges .desc {
125 .recentchanges .diff {
128 .recentchanges .committer {
133 .recentchanges .committype {
139 .recentchanges .changedate {
145 .recentchanges .pagelinks {
151 /* Used for adding a blog page. */
154 border: 1px solid #aaa;
156 color: black !important;
161 border: 1px solid #aaa;
176 /* Used for invalid form fields. */
179 background: white !important;
182 /* Used for required form fields. */
187 /* Orange feed button. */
190 color: white !important;
191 border-left: 1px solid #cc9966;
192 border-top: 1px solid #ccaa99;
193 border-right: 1px solid #993300;
194 border-bottom: 1px solid #331100;
195 padding: 0px 0.5em 0px 0.5em;
196 font-family: sans-serif;
199 text-decoration: none;
203 color: white !important;
213 border: 1px solid #aaa;
215 color: black !important;
217 .smallestPC { font-size: 70%; }
218 .smallPC { font-size: 85%; }
219 .normalPC { font-size: 100%; }
220 .bigPC { font-size: 115%; }
221 .biggestPC { font-size: 130%; }
231 color: black !important;
236 list-style: upper-roman;
242 list-style: lower-alpha;
254 list-style: lower-roman;
257 list-style: upper-alpha;
262 color: white !important;
264 border: 2px solid black;
270 border: 1px solid #aaa;
276 border: 1px solid #888;
279 color: black !important;
283 background: #ea6 !important;
284 color: black !important;
290 background: url(wikiicons/openidlogin-bg.gif) no-repeat;
291 background-color: #fff;
292 background-position: 0 50%;
298 background: url(wikiicons/search-bg.gif) no-repeat;
299 background-color: #fff;
300 background-position: 100% 50%;
305 /* Things to hide in printouts. */
307 .actions { display: none; }
308 .tags { display: none; }
309 .feedbutton { display: none; }
310 #searchform { display: none; }
311 #blogform { display: none; }
312 #backlinks { display: none; }
315 /* Provided for use by template plugin for floating info boxes. */
322 border: 1px solid #aaa;
324 color: black !important;
327 /* Provided for use by template plugin for floating note boxes. */
334 border: 1px solid #aaa;
337 color: black !important;
340 /* Used by the popup template and for backlinks hiding. */
342 border-bottom: 1px dotted #366;
350 .popup:hover .balloon,
351 .popup:focus .balloon {
354 margin: 1em 0 0 -2em;
357 background-color: #dee;
361 /* Formbuilder styling */
364 border: 1px solid black;
373 #signin_openid_url_label {
379 border: 1px solid #aaa;
381 color: black !important;
401 border: 1px solid #aaa;
405 /* Used by the highlight plugin. */
406 pre.hl { color:#000000; background-color:#ffffff; }
407 .hl.num { color:#2928ff; }
408 .hl.esc { color:#ff00ff; }
409 .hl.str { color:#ff0000; }
410 .hl.dstr { color:#818100; }
411 .hl.slc { color:#838183; font-style:italic; }
412 .hl.com { color:#838183; font-style:italic; }
413 .hl.dir { color:#008200; }
414 .hl.sym { color:#000000; }
415 .hl.line { color:#555555; }
416 .hl.mark { background-color:#ffffbb; }
417 .hl.kwa { color:#000000; font-weight:bold; }
418 .hl.kwb { color:#830000; }
419 .hl.kwc { color:#000000; font-weight:bold; }
420 .hl.kwd { color:#010181; }
422 /* For the calendar plugin. */
423 .month-calendar-day-this-day { background-color: #eee; }
424 .year-calendar-this-month { background-color: #eee; }