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;
253 background: url(wikiicons/openidlogin-bg.gif) no-repeat;
254 background-color: #fff;
255 background-position: 0 50%;
261 background: url(wikiicons/search-bg.gif) no-repeat;
262 background-color: #fff;
263 background-position: 100% 50%;
268 /* Things to hide in printouts. */
270 .actions { display: none; }
271 .tags { display: none; }
272 .feedbutton { display: none; }
273 #searchform { display: none; }
274 #blogform { display: none; }
275 #backlinks { display: none; }
278 /* Provided for use by template plugin for floating info boxes. */
285 border: 1px solid #aaa;
287 color: black !important;
290 /* Provided for use by template plugin for floating note boxes. */
297 border: 1px solid #aaa;
300 color: black !important;
303 /* Used by the popup template and for backlinks hiding. */
305 border-bottom: 1px dotted #366;
313 .popup:hover .balloon,
314 .popup:focus .balloon {
317 margin: 1em 0 0 -2em;
320 background-color: #dee;
323 /* Nonstandard, but very nice. */
326 filter: alpha(opacity=95);
329 /* Formbuilder styling */
332 border: 1px solid black;
341 #signin_openid_url_label {
347 border: 1px solid #aaa;
349 color: black !important;