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;
27 .pageheader .actions ul {
28 border-bottom: 1px solid #000;
31 .inlinepage .actions ul {
38 list-style-type: none;
40 .pageheader #otherlanguages {
41 border-bottom: 1px solid #000;
65 border-top: 1px solid #000;
73 text-decoration: none;
106 color: black !important;
108 .recentchanges .metadata {
111 .recentchanges .changelog {
116 background: white !important;
117 color: black !important;
119 .recentchanges .desc {
122 .recentchanges .diff {
125 .recentchanges .committer {
130 .recentchanges .committype {
136 .recentchanges .changedate {
142 .recentchanges .pagelinks {
148 /* Used for adding a blog page. */
151 border: 1px solid #aaa;
153 color: black !important;
158 border: 1px solid #aaa;
173 /* Used for invalid form fields. */
176 background: white !important;
179 /* Used for required form fields. */
184 /* Orange feed button. */
187 color: white !important;
188 border-left: 1px solid #cc9966;
189 border-top: 1px solid #ccaa99;
190 border-right: 1px solid #993300;
191 border-bottom: 1px solid #331100;
192 padding: 0px 0.5em 0px 0.5em;
193 font-family: sans-serif;
196 text-decoration: none;
200 color: white !important;
210 border: 1px solid #aaa;
212 color: black !important;
214 .smallestPC { font-size: 70%; }
215 .smallPC { font-size: 85%; }
216 .normalPC { font-size: 100%; }
217 .bigPC { font-size: 115%; }
218 .biggestPC { font-size: 130%; }
228 color: black !important;
233 list-style: upper-roman;
239 list-style: lower-alpha;
251 list-style: lower-roman;
254 list-style: upper-alpha;
259 color: white !important;
261 border: 2px solid black;
267 border: 1px solid #aaa;
273 border: 1px solid #888;
276 color: black !important;
280 background: #ea6 !important;
281 color: black !important;
287 background: url(wikiicons/openidlogin-bg.gif) no-repeat;
288 background-color: #fff;
289 background-position: 0 50%;
295 background: url(wikiicons/search-bg.gif) no-repeat;
296 background-color: #fff;
297 background-position: 100% 50%;
302 /* Things to hide in printouts. */
304 .actions { display: none; }
305 .tags { display: none; }
306 .feedbutton { display: none; }
307 #searchform { display: none; }
308 #blogform { display: none; }
309 #backlinks { display: none; }
312 /* Provided for use by template plugin for floating info boxes. */
319 border: 1px solid #aaa;
321 color: black !important;
324 /* Provided for use by template plugin for floating note boxes. */
331 border: 1px solid #aaa;
334 color: black !important;
337 /* Used by the popup template and for backlinks hiding. */
339 border-bottom: 1px dotted #366;
347 .popup:hover .balloon,
348 .popup:focus .balloon {
351 margin: 1em 0 0 -2em;
354 background-color: #dee;
358 /* Formbuilder styling */
361 border: 1px solid black;
370 #signin_openid_url_label {
376 border: 1px solid #aaa;
378 color: black !important;
398 border: 1px solid #aaa;
402 /* Used by the highlight plugin. */
404 pre.hl { color:#000000; background-color:#ffffff; }
405 .hl.num { color:#2928ff; }
406 .hl.esc { color:#ff00ff; }
407 .hl.str { color:#ff0000; }
408 .hl.dstr { color:#818100; }
409 .hl.slc { color:#838183; font-style:italic; }
410 .hl.com { color:#838183; font-style:italic; }
411 .hl.dir { color:#008200; }
412 .hl.sym { color:#000000; }
413 .hl.line { color:#555555; }
414 .hl.mark { background-color:#ffffbb; }
415 .hl.kwa { color:#000000; font-weight:bold; }
416 .hl.kwb { color:#830000; }
417 .hl.kwc { color:#000000; font-weight:bold; }
418 .hl.kwd { color:#010181; }