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;
94 border: 1px solid #aaa;
96 color: black !important;
99 /* Used for adding a blog page. */
102 border: 1px solid #aaa;
104 color: black !important;
109 border: 1px solid #aaa;
119 /* Used for invalid form fields. */
122 background: white !important;
125 /* Used for required form fields. */
130 /* Orange feed button. */
133 color: white !important;
134 border-left: 1px solid #cc9966;
135 border-top: 1px solid #ccaa99;
136 border-right: 1px solid #993300;
137 border-bottom: 1px solid #331100;
138 padding: 0px 0.5em 0px 0.5em;
139 font-family: sans-serif;
142 text-decoration: none;
146 color: white !important;
156 .smallestPC { font-size: 70%; }
157 .smallPC { font-size: 85%; }
158 .normalPC { font-size: 100%; }
159 .bigPC { font-size: 115%; }
160 .biggestPC { font-size: 130%; }
173 list-style: upper-roman;
179 list-style: lower-alpha;
191 list-style: lower-roman;
194 list-style: upper-alpha;
199 color: white !important;
201 border: 2px solid black;
207 border: 1px solid #aaa;
211 background: url(wikiicons/openidlogin-bg.gif) no-repeat;
212 background-color: #fff;
213 background-position: 0 50%;
218 /* Things to hide in printouts. */
220 .actions { display: none; }
221 .tags { display: none; }
222 .feedbutton { display: none; }
223 #searchform { display: none; }
224 #blogform { display: none; }
225 #backlinks { display: none; }
228 /* Provided for use by template plugin for floating info boxes. */
235 border: 1px solid #aaa;
238 /* Provided for use by template plugin for floating note boxes. */
245 border: 1px solid #aaa;
249 /* Used by the popup template and for backlinks hiding. */
251 border-bottom: 1px dotted #366;
259 .popup:hover .balloon,
260 .popup:focus .balloon {
263 margin: 1em 0 0 -2em;
266 background-color: #dee;
269 /* Nonstandard, but very nice. */
272 filter: alpha(opacity=95);
275 /* Formbuilder styling */
278 border: 1px solid black;
287 #signin_openid_url_label {
293 border: 1px solid #aaa;
295 color: black !important;