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%; }
212 list-style: upper-roman;
218 list-style: lower-alpha;
230 list-style: lower-roman;
233 list-style: upper-alpha;
238 color: white !important;
240 border: 2px solid black;
246 border: 1px solid #aaa;
250 background: url(wikiicons/openidlogin-bg.gif) no-repeat;
251 background-color: #fff;
252 background-position: 0 50%;
257 /* Things to hide in printouts. */
259 .actions { display: none; }
260 .tags { display: none; }
261 .feedbutton { display: none; }
262 #searchform { display: none; }
263 #blogform { display: none; }
264 #backlinks { display: none; }
267 /* Provided for use by template plugin for floating info boxes. */
274 border: 1px solid #aaa;
277 /* Provided for use by template plugin for floating note boxes. */
284 border: 1px solid #aaa;
288 /* Used by the popup template and for backlinks hiding. */
290 border-bottom: 1px dotted #366;
298 .popup:hover .balloon,
299 .popup:focus .balloon {
302 margin: 1em 0 0 -2em;
305 background-color: #dee;
308 /* Nonstandard, but very nice. */
311 filter: alpha(opacity=95);
314 /* Formbuilder styling */
317 border: 1px solid black;
326 #signin_openid_url_label {
332 border: 1px solid #aaa;
334 color: black !important;