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;
87 color: black !important;
89 .recentchanges .metadata {
92 .recentchanges .changelog {
97 background: white !important;
98 color: black !important;
100 .recentchanges .desc {
103 .recentchanges .diff {
106 .recentchanges .committer {
111 .recentchanges .committype {
117 .recentchanges .changedate {
123 .recentchanges .pagelinks {
129 /* Used for adding a blog page. */
132 border: 1px solid #aaa;
134 color: black !important;
139 border: 1px solid #aaa;
154 /* Used for invalid form fields. */
157 background: white !important;
160 /* Used for required form fields. */
165 /* Orange feed button. */
168 color: white !important;
169 border-left: 1px solid #cc9966;
170 border-top: 1px solid #ccaa99;
171 border-right: 1px solid #993300;
172 border-bottom: 1px solid #331100;
173 padding: 0px 0.5em 0px 0.5em;
174 font-family: sans-serif;
177 text-decoration: none;
181 color: white !important;
191 border: 1px solid #aaa;
193 color: black !important;
195 .smallestPC { font-size: 70%; }
196 .smallPC { font-size: 85%; }
197 .normalPC { font-size: 100%; }
198 .bigPC { font-size: 115%; }
199 .biggestPC { font-size: 130%; }
209 color: black !important;
214 list-style: upper-roman;
220 list-style: lower-alpha;
232 list-style: lower-roman;
235 list-style: upper-alpha;
240 color: white !important;
242 border: 2px solid black;
248 border: 1px solid #aaa;
252 background: url(wikiicons/openidlogin-bg.gif) no-repeat;
253 background-color: #fff;
254 background-position: 0 50%;
259 /* Things to hide in printouts. */
261 .actions { display: none; }
262 .tags { display: none; }
263 .feedbutton { display: none; }
264 #searchform { display: none; }
265 #blogform { display: none; }
266 #backlinks { display: none; }
269 /* Provided for use by template plugin for floating info boxes. */
276 border: 1px solid #aaa;
278 color: black !important;
281 /* Provided for use by template plugin for floating note boxes. */
288 border: 1px solid #aaa;
291 color: black !important;
294 /* Used by the popup template and for backlinks hiding. */
296 border-bottom: 1px dotted #366;
304 .popup:hover .balloon,
305 .popup:focus .balloon {
308 margin: 1em 0 0 -2em;
311 background-color: #dee;
314 /* Nonstandard, but very nice. */
317 filter: alpha(opacity=95);
320 /* Formbuilder styling */
323 border: 1px solid black;
332 #signin_openid_url_label {
338 border: 1px solid #aaa;
340 color: black !important;