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 {
53 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;
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 .smallestPC { font-size: 70%; }
156 .smallPC { font-size: 85%; }
157 .normalPC { font-size: 100%; }
158 .bigPC { font-size: 115%; }
159 .biggestPC { font-size: 130%; }
172 list-style: upper-roman;
178 list-style: lower-alpha;
190 list-style: lower-roman;
193 list-style: upper-alpha;
198 color: white !important;
200 border: 2px solid black;
206 border: 1px solid #aaa;
210 background: url(wikiicons/openidlogin-bg.gif) no-repeat;
211 background-color: #fff;
212 background-position: 0 50%;
217 /* Things to hide in printouts. */
219 .actions { display: none; }
220 .tags { display: none; }
221 .feedbutton { display: none; }
222 #searchform { display: none; }
223 #blogform { display: none; }
224 #backlinks { display: none; }
227 /* Provided for use by template plugin for floating info boxes. */
234 border: 1px solid #aaa;
237 /* Provided for use by template plugin for floating note boxes. */
244 border: 1px solid #aaa;
248 /* Used by the popup template and for backlinks hiding. */
250 border-bottom: 1px dotted #366;
258 .popup:hover .balloon,
259 .popup:focus .balloon {
262 margin: 1em 0 0 -2em;
265 background-color: #dee;
269 filter: alpha(opacity=95);