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 {
56 border-top: 1px solid #000;
64 text-decoration: none;
97 color: black !important;
99 .recentchanges .metadata {
102 .recentchanges .changelog {
107 background: white !important;
108 color: black !important;
110 .recentchanges .desc {
113 .recentchanges .diff {
116 .recentchanges .committer {
121 .recentchanges .committype {
127 .recentchanges .changedate {
133 .recentchanges .pagelinks {
139 /* Used for adding a blog page. */
142 border: 1px solid #aaa;
144 color: black !important;
149 border: 1px solid #aaa;
164 /* Used for invalid form fields. */
167 background: white !important;
170 /* Used for required form fields. */
175 /* Orange feed button. */
178 color: white !important;
179 border-left: 1px solid #cc9966;
180 border-top: 1px solid #ccaa99;
181 border-right: 1px solid #993300;
182 border-bottom: 1px solid #331100;
183 padding: 0px 0.5em 0px 0.5em;
184 font-family: sans-serif;
187 text-decoration: none;
191 color: white !important;
201 border: 1px solid #aaa;
203 color: black !important;
205 .smallestPC { font-size: 70%; }
206 .smallPC { font-size: 85%; }
207 .normalPC { font-size: 100%; }
208 .bigPC { font-size: 115%; }
209 .biggestPC { font-size: 130%; }
219 color: black !important;
224 list-style: upper-roman;
230 list-style: lower-alpha;
242 list-style: lower-roman;
245 list-style: upper-alpha;
250 color: white !important;
252 border: 2px solid black;
258 border: 1px solid #aaa;
264 border: 1px solid #888;
267 color: black !important;
271 background: #ea6 !important;
272 color: black !important;
278 background: url(wikiicons/openidlogin-bg.gif) no-repeat;
279 background-color: #fff;
280 background-position: 0 50%;
286 background: url(wikiicons/search-bg.gif) no-repeat;
287 background-color: #fff;
288 background-position: 100% 50%;
293 /* Things to hide in printouts. */
295 .actions { display: none; }
296 .tags { display: none; }
297 .feedbutton { display: none; }
298 #searchform { display: none; }
299 #blogform { display: none; }
300 #backlinks { display: none; }
303 /* Provided for use by template plugin for floating info boxes. */
310 border: 1px solid #aaa;
312 color: black !important;
315 /* Provided for use by template plugin for floating note boxes. */
322 border: 1px solid #aaa;
325 color: black !important;
328 /* Used by the popup template and for backlinks hiding. */
330 border-bottom: 1px dotted #366;
338 .popup:hover .balloon,
339 .popup:focus .balloon {
342 margin: 1em 0 0 -2em;
345 background-color: #dee;
349 /* Formbuilder styling */
352 border: 1px solid black;
361 #signin_openid_url_label {
367 border: 1px solid #aaa;
369 color: black !important;
389 border: 1px solid #aaa;
393 /* Used by the highlight plugin. */
395 pre.hl { color:#000000; background-color:#ffffff; }
396 .hl.num { color:#2928ff; }
397 .hl.esc { color:#ff00ff; }
398 .hl.str { color:#ff0000; }
399 .hl.dstr { color:#818100; }
400 .hl.slc { color:#838183; font-style:italic; }
401 .hl.com { color:#838183; font-style:italic; }
402 .hl.dir { color:#008200; }
403 .hl.sym { color:#000000; }
404 .hl.line { color:#555555; }
405 .hl.mark { background-color:#ffffbb; }
406 .hl.kwa { color:#000000; font-weight:bold; }
407 .hl.kwb { color:#830000; }
408 .hl.kwc { color:#000000; font-weight:bold; }
409 .hl.kwd { color:#010181; }