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;
53 text-decoration: none;
73 /* Stuff for the RecentChanges table. */
76 color: black !important;
80 color: black !important;
96 /* Used for adding a blog page. */
99 border: 1px solid #aaa;
101 color: black !important;
106 border: 1px solid #aaa;
118 /* Used for invalid form fields. */
121 background: white !important;
124 /* Used for required form fields. */
129 /* Orange feed button. */
132 color: white !important;
133 border-left: 1px solid #cc9966;
134 border-top: 1px solid #ccaa99;
135 border-right: 1px solid #993300;
136 border-bottom: 1px solid #331100;
137 padding: 0px 0.5em 0px 0.5em;
138 font-family: sans-serif;
141 text-decoration: none;
145 color: white !important;
155 border: 1px solid #aaa;
157 color: black !important;
159 .smallestPC { font-size: 70%; }
160 .smallPC { font-size: 85%; }
161 .normalPC { font-size: 100%; }
162 .bigPC { font-size: 115%; }
163 .biggestPC { font-size: 130%; }
176 list-style: upper-roman;
182 list-style: lower-alpha;
194 list-style: lower-roman;
197 list-style: upper-alpha;
202 color: white !important;
204 border: 2px solid black;
210 border: 1px solid #aaa;
214 background: url(wikiicons/openidlogin-bg.gif) no-repeat;
215 background-color: #fff;
216 background-position: 0 50%;
221 /* Things to hide in printouts. */
223 .actions { display: none; }
224 .tags { display: none; }
225 .feedbutton { display: none; }
226 #searchform { display: none; }
227 #blogform { display: none; }
228 #backlinks { display: none; }
231 /* Provided for use by template plugin for floating info boxes. */
238 border: 1px solid #aaa;
241 /* Provided for use by template plugin for floating note boxes. */
248 border: 1px solid #aaa;
252 /* Used by the popup template and for backlinks hiding. */
254 border-bottom: 1px dotted #366;
262 .popup:hover .balloon,
263 .popup:focus .balloon {
266 margin: 1em 0 0 -2em;
269 background-color: #dee;
272 /* Nonstandard, but very nice. */
275 filter: alpha(opacity=95);
278 /* Formbuilder styling */
281 border: 1px solid black;
290 #signin_openid_url_label {
296 border: 1px solid #aaa;
298 color: black !important;