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 .diff {
98 .recentchanges .committer {
103 .recentchanges .committype {
109 .recentchanges .changedate {
115 .recentchanges .pagelinks {
121 /* Used for adding a blog page. */
124 border: 1px solid #aaa;
126 color: black !important;
131 border: 1px solid #aaa;
143 /* Used for invalid form fields. */
146 background: white !important;
149 /* Used for required form fields. */
154 /* Orange feed button. */
157 color: white !important;
158 border-left: 1px solid #cc9966;
159 border-top: 1px solid #ccaa99;
160 border-right: 1px solid #993300;
161 border-bottom: 1px solid #331100;
162 padding: 0px 0.5em 0px 0.5em;
163 font-family: sans-serif;
166 text-decoration: none;
170 color: white !important;
180 border: 1px solid #aaa;
182 color: black !important;
184 .smallestPC { font-size: 70%; }
185 .smallPC { font-size: 85%; }
186 .normalPC { font-size: 100%; }
187 .bigPC { font-size: 115%; }
188 .biggestPC { font-size: 130%; }
201 list-style: upper-roman;
207 list-style: lower-alpha;
219 list-style: lower-roman;
222 list-style: upper-alpha;
227 color: white !important;
229 border: 2px solid black;
235 border: 1px solid #aaa;
239 background: url(wikiicons/openidlogin-bg.gif) no-repeat;
240 background-color: #fff;
241 background-position: 0 50%;
246 /* Things to hide in printouts. */
248 .actions { display: none; }
249 .tags { display: none; }
250 .feedbutton { display: none; }
251 #searchform { display: none; }
252 #blogform { display: none; }
253 #backlinks { display: none; }
256 /* Provided for use by template plugin for floating info boxes. */
263 border: 1px solid #aaa;
266 /* Provided for use by template plugin for floating note boxes. */
273 border: 1px solid #aaa;
277 /* Used by the popup template and for backlinks hiding. */
279 border-bottom: 1px dotted #366;
287 .popup:hover .balloon,
288 .popup:focus .balloon {
291 margin: 1em 0 0 -2em;
294 background-color: #dee;
297 /* Nonstandard, but very nice. */
300 filter: alpha(opacity=95);
303 /* Formbuilder styling */
306 border: 1px solid black;
315 #signin_openid_url_label {
321 border: 1px solid #aaa;
323 color: black !important;