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.
25 list-style-type: none;
26 border-bottom: 1px solid #000;
29 .inlinepage .actions ul {
47 border-top: 1px solid #000;
55 text-decoration: none;
88 color: black !important;
90 .recentchanges .metadata {
93 .recentchanges .changelog {
98 background: white !important;
99 color: black !important;
101 .recentchanges .desc {
104 .recentchanges .diff {
107 .recentchanges .committer {
112 .recentchanges .committype {
118 .recentchanges .changedate {
124 .recentchanges .pagelinks {
130 /* Used for adding a blog page. */
133 border: 1px solid #aaa;
135 color: black !important;
140 border: 1px solid #aaa;
155 /* Used for invalid form fields. */
158 background: white !important;
161 /* Used for required form fields. */
166 /* Orange feed button. */
169 color: white !important;
170 border-left: 1px solid #cc9966;
171 border-top: 1px solid #ccaa99;
172 border-right: 1px solid #993300;
173 border-bottom: 1px solid #331100;
174 padding: 0px 0.5em 0px 0.5em;
175 font-family: sans-serif;
178 text-decoration: none;
182 color: white !important;
192 border: 1px solid #aaa;
194 color: black !important;
196 .smallestPC { font-size: 70%; }
197 .smallPC { font-size: 85%; }
198 .normalPC { font-size: 100%; }
199 .bigPC { font-size: 115%; }
200 .biggestPC { font-size: 130%; }
210 color: black !important;
215 list-style: upper-roman;
221 list-style: lower-alpha;
233 list-style: lower-roman;
236 list-style: upper-alpha;
241 color: white !important;
243 border: 2px solid black;
249 border: 1px solid #aaa;
255 border: 1px solid #888;
258 color: black !important;
262 background: #ea6 !important;
263 color: black !important;
269 background: url(wikiicons/openidlogin-bg.gif) no-repeat;
270 background-color: #fff;
271 background-position: 0 50%;
277 background: url(wikiicons/search-bg.gif) no-repeat;
278 background-color: #fff;
279 background-position: 100% 50%;
284 /* Things to hide in printouts. */
286 .actions { display: none; }
287 .tags { display: none; }
288 .feedbutton { display: none; }
289 #searchform { display: none; }
290 #blogform { display: none; }
291 #backlinks { display: none; }
294 /* Provided for use by template plugin for floating info boxes. */
301 border: 1px solid #aaa;
303 color: black !important;
306 /* Provided for use by template plugin for floating note boxes. */
313 border: 1px solid #aaa;
316 color: black !important;
319 /* Used by the popup template and for backlinks hiding. */
321 border-bottom: 1px dotted #366;
329 .popup:hover .balloon,
330 .popup:focus .balloon {
333 margin: 1em 0 0 -2em;
336 background-color: #dee;
339 /* Nonstandard, but very nice. */
342 filter: alpha(opacity=95);
345 /* Formbuilder styling */
348 border: 1px solid black;
357 #signin_openid_url_label {
363 border: 1px solid #aaa;
365 color: black !important;