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;
87 color: black !important;
89 .recentchanges .metadata {
92 .recentchanges .changelog {
97 background: white !important;
98 color: black !important;
100 .recentchanges .desc {
103 .recentchanges .diff {
106 .recentchanges .committer {
111 .recentchanges .committype {
117 .recentchanges .changedate {
123 .recentchanges .pagelinks {
129 /* Used for adding a blog page. */
132 border: 1px solid #aaa;
134 color: black !important;
139 border: 1px solid #aaa;
154 /* Used for invalid form fields. */
157 background: white !important;
160 /* Used for required form fields. */
165 /* Orange feed button. */
168 color: white !important;
169 border-left: 1px solid #cc9966;
170 border-top: 1px solid #ccaa99;
171 border-right: 1px solid #993300;
172 border-bottom: 1px solid #331100;
173 padding: 0px 0.5em 0px 0.5em;
174 font-family: sans-serif;
177 text-decoration: none;
181 color: white !important;
191 border: 1px solid #aaa;
193 color: black !important;
195 .smallestPC { font-size: 70%; }
196 .smallPC { font-size: 85%; }
197 .normalPC { font-size: 100%; }
198 .bigPC { font-size: 115%; }
199 .biggestPC { font-size: 130%; }
209 color: black !important;
214 list-style: upper-roman;
220 list-style: lower-alpha;
232 list-style: lower-roman;
235 list-style: upper-alpha;
240 color: white !important;
242 border: 2px solid black;
248 border: 1px solid #aaa;
252 background: url(wikiicons/openidlogin-bg.gif) no-repeat;
253 background-color: #fff;
254 background-position: 0 50%;
260 background: url(wikiicons/search-bg.gif) no-repeat;
261 background-color: #fff;
262 background-position: 100% 50%;
267 /* Things to hide in printouts. */
269 .actions { display: none; }
270 .tags { display: none; }
271 .feedbutton { display: none; }
272 #searchform { display: none; }
273 #blogform { display: none; }
274 #backlinks { display: none; }
277 /* Provided for use by template plugin for floating info boxes. */
284 border: 1px solid #aaa;
286 color: black !important;
289 /* Provided for use by template plugin for floating note boxes. */
296 border: 1px solid #aaa;
299 color: black !important;
302 /* Used by the popup template and for backlinks hiding. */
304 border-bottom: 1px dotted #366;
312 .popup:hover .balloon,
313 .popup:focus .balloon {
316 margin: 1em 0 0 -2em;
319 background-color: #dee;
322 /* Nonstandard, but very nice. */
325 filter: alpha(opacity=95);
328 /* Formbuilder styling */
331 border: 1px solid black;
340 #signin_openid_url_label {
346 border: 1px solid #aaa;
348 color: black !important;