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 {
45 border-top: 1px solid #000;
69 /* Stuff for the RecentChanges table. */
72 color: black !important;
76 color: black !important;
92 /* Used for adding a blog page. */
95 border: 1px solid #aaa;
97 color: black !important;
102 border: 1px solid #aaa;
114 /* Used for invalid form fields. */
117 background: white !important;
120 /* Used for required form fields. */
125 /* Orange feed button. */
128 color: white !important;
129 border-left: 1px solid #cc9966;
130 border-top: 1px solid #ccaa99;
131 border-right: 1px solid #993300;
132 border-bottom: 1px solid #331100;
133 padding: 0px 0.5em 0px 0.5em;
134 font-family: sans-serif;
137 text-decoration: none;
141 color: white !important;
151 border: 1px solid #aaa;
153 color: black !important;
155 .smallestPC { font-size: 70%; }
156 .smallPC { font-size: 85%; }
157 .normalPC { font-size: 100%; }
158 .bigPC { font-size: 115%; }
159 .biggestPC { font-size: 130%; }
172 list-style: upper-roman;
178 list-style: lower-alpha;
190 list-style: lower-roman;
193 list-style: upper-alpha;
198 color: white !important;
200 border: 2px solid black;
206 border: 1px solid #aaa;
210 background: url(wikiicons/openidlogin-bg.gif) no-repeat;
211 background-color: #fff;
212 background-position: 0 50%;
217 /* Things to hide in printouts. */
219 .actions { display: none; }
220 .tags { display: none; }
221 .feedbutton { display: none; }
222 #searchform { display: none; }
223 #blogform { display: none; }
224 #backlinks { display: none; }
227 /* Provided for use by template plugin for floating info boxes. */
234 border: 1px solid #aaa;
237 /* Provided for use by template plugin for floating note boxes. */
244 border: 1px solid #aaa;
248 /* Used by the popup template and for backlinks hiding. */
250 border-bottom: 1px dotted #366;
258 .popup:hover .balloon,
259 .popup:focus .balloon {
262 margin: 1em 0 0 -2em;
265 background-color: #dee;
268 /* Nonstandard, but very nice. */
271 filter: alpha(opacity=95);
274 /* Formbuilder styling */
277 border: 1px solid black;
286 #signin_openid_url_label {
292 border: 1px solid #aaa;
294 color: black !important;