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 {
51 border-top: 1px solid #000;
59 text-decoration: none;
92 color: black !important;
94 .recentchanges .metadata {
97 .recentchanges .changelog {
102 background: white !important;
103 color: black !important;
105 .recentchanges .desc {
108 .recentchanges .diff {
111 .recentchanges .committer {
116 .recentchanges .committype {
122 .recentchanges .changedate {
128 .recentchanges .pagelinks {
134 /* Used for adding a blog page. */
137 border: 1px solid #aaa;
139 color: black !important;
144 border: 1px solid #aaa;
159 /* Used for invalid form fields. */
162 background: white !important;
165 /* Used for required form fields. */
170 /* Orange feed button. */
173 color: white !important;
174 border-left: 1px solid #cc9966;
175 border-top: 1px solid #ccaa99;
176 border-right: 1px solid #993300;
177 border-bottom: 1px solid #331100;
178 padding: 0px 0.5em 0px 0.5em;
179 font-family: sans-serif;
182 text-decoration: none;
186 color: white !important;
196 border: 1px solid #aaa;
198 color: black !important;
200 .smallestPC { font-size: 70%; }
201 .smallPC { font-size: 85%; }
202 .normalPC { font-size: 100%; }
203 .bigPC { font-size: 115%; }
204 .biggestPC { font-size: 130%; }
214 color: black !important;
219 list-style: upper-roman;
225 list-style: lower-alpha;
237 list-style: lower-roman;
240 list-style: upper-alpha;
245 color: white !important;
247 border: 2px solid black;
253 border: 1px solid #aaa;
259 border: 1px solid #888;
262 color: black !important;
266 background: #ea6 !important;
267 color: black !important;
273 background: url(wikiicons/openidlogin-bg.gif) no-repeat;
274 background-color: #fff;
275 background-position: 0 50%;
281 background: url(wikiicons/search-bg.gif) no-repeat;
282 background-color: #fff;
283 background-position: 100% 50%;
288 /* Things to hide in printouts. */
290 .actions { display: none; }
291 .tags { display: none; }
292 .feedbutton { display: none; }
293 #searchform { display: none; }
294 #blogform { display: none; }
295 #backlinks { display: none; }
298 /* Provided for use by template plugin for floating info boxes. */
305 border: 1px solid #aaa;
307 color: black !important;
310 /* Provided for use by template plugin for floating note boxes. */
317 border: 1px solid #aaa;
320 color: black !important;
323 /* Used by the popup template and for backlinks hiding. */
325 border-bottom: 1px dotted #366;
333 .popup:hover .balloon,
334 .popup:focus .balloon {
337 margin: 1em 0 0 -2em;
340 background-color: #dee;
343 /* Nonstandard, but very nice. */
346 filter: alpha(opacity=95);
349 /* Formbuilder styling */
352 border: 1px solid black;
361 #signin_openid_url_label {
367 border: 1px solid #aaa;
369 color: black !important;