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;
79 color: black !important;
81 .recentchanges .metadata {
84 .recentchanges .changelog {
89 background: white !important;
90 color: black !important;
92 .recentchanges .desc {
95 .recentchanges .committer {
100 .recentchanges .committype {
106 .recentchanges .changedate {
112 .recentchanges .pagelinks {
118 /* Used for adding a blog page. */
121 border: 1px solid #aaa;
123 color: black !important;
128 border: 1px solid #aaa;
140 /* Used for invalid form fields. */
143 background: white !important;
146 /* Used for required form fields. */
151 /* Orange feed button. */
154 color: white !important;
155 border-left: 1px solid #cc9966;
156 border-top: 1px solid #ccaa99;
157 border-right: 1px solid #993300;
158 border-bottom: 1px solid #331100;
159 padding: 0px 0.5em 0px 0.5em;
160 font-family: sans-serif;
163 text-decoration: none;
167 color: white !important;
177 border: 1px solid #aaa;
179 color: black !important;
181 .smallestPC { font-size: 70%; }
182 .smallPC { font-size: 85%; }
183 .normalPC { font-size: 100%; }
184 .bigPC { font-size: 115%; }
185 .biggestPC { font-size: 130%; }
198 list-style: upper-roman;
204 list-style: lower-alpha;
216 list-style: lower-roman;
219 list-style: upper-alpha;
224 color: white !important;
226 border: 2px solid black;
232 border: 1px solid #aaa;
236 background: url(wikiicons/openidlogin-bg.gif) no-repeat;
237 background-color: #fff;
238 background-position: 0 50%;
243 /* Things to hide in printouts. */
245 .actions { display: none; }
246 .tags { display: none; }
247 .feedbutton { display: none; }
248 #searchform { display: none; }
249 #blogform { display: none; }
250 #backlinks { display: none; }
253 /* Provided for use by template plugin for floating info boxes. */
260 border: 1px solid #aaa;
263 /* Provided for use by template plugin for floating note boxes. */
270 border: 1px solid #aaa;
274 /* Used by the popup template and for backlinks hiding. */
276 border-bottom: 1px dotted #366;
284 .popup:hover .balloon,
285 .popup:focus .balloon {
288 margin: 1em 0 0 -2em;
291 background-color: #dee;
294 /* Nonstandard, but very nice. */
297 filter: alpha(opacity=95);
300 /* Formbuilder styling */
303 border: 1px solid black;
312 #signin_openid_url_label {
318 border: 1px solid #aaa;
320 color: black !important;