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;
112 /* Used for invalid form fields. */
115 background: white !important;
118 /* Used for required form fields. */
123 /* Orange feed button. */
126 color: white !important;
127 border-left: 1px solid #cc9966;
128 border-top: 1px solid #ccaa99;
129 border-right: 1px solid #993300;
130 border-bottom: 1px solid #331100;
131 padding: 0px 0.5em 0px 0.5em;
132 font-family: sans-serif;
135 text-decoration: none;
139 color: white !important;
149 border: 1px solid #aaa;
151 color: black !important;
153 .smallestPC { font-size: 70%; }
154 .smallPC { font-size: 85%; }
155 .normalPC { font-size: 100%; }
156 .bigPC { font-size: 115%; }
157 .biggestPC { font-size: 130%; }
170 list-style: upper-roman;
176 list-style: lower-alpha;
188 list-style: lower-roman;
191 list-style: upper-alpha;
196 color: white !important;
198 border: 2px solid black;
204 border: 1px solid #aaa;
208 background: url(wikiicons/openidlogin-bg.gif) no-repeat;
209 background-color: #fff;
210 background-position: 0 50%;
215 /* Things to hide in printouts. */
217 .actions { display: none; }
218 .tags { display: none; }
219 .feedbutton { display: none; }
220 #searchform { display: none; }
221 #blogform { display: none; }
222 #backlinks { display: none; }
225 /* Provided for use by template plugin for floating info boxes. */
232 border: 1px solid #aaa;
235 /* Provided for use by template plugin for floating note boxes. */
242 border: 1px solid #aaa;
246 /* Used by the popup template and for backlinks hiding. */
248 border-bottom: 1px dotted #366;
256 .popup:hover .balloon,
257 .popup:focus .balloon {
260 margin: 1em 0 0 -2em;
263 background-color: #dee;
266 /* Nonstandard, but very nice. */
269 filter: alpha(opacity=95);
272 /* Formbuilder styling */
275 border: 1px solid black;
284 #signin_openid_url_label {
290 border: 1px solid #aaa;
292 color: black !important;