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;
63 /* Stuff for the RecentChanges table. */
66 color: black !important;
70 color: black !important;
88 border: 1px solid #aaa;
90 color: black !important;
93 /* Used for adding a blog page. */
96 border: 1px solid #aaa;
98 color: black !important;
103 border: 1px solid #aaa;
112 /* Used for invalid form fields. */
115 background: white !important;
118 /* Used for required form fields. */
123 /* Orange feed button. */
126 color: white !important;
127 border-left: 1px solid #cc9966;
128 border-top: 1px solid #ccaa99;
129 border-right: 1px solid #993300;
130 border-bottom: 1px solid #331100;
131 padding: 0px 0.5em 0px 0.5em;
132 font-family: sans-serif;
135 text-decoration: none;
139 color: white !important;
149 .smallestPC { font-size: 70%; }
150 .smallPC { font-size: 85%; }
151 .normalPC { font-size: 100%; }
152 .bigPC { font-size: 115%; }
153 .biggestPC { font-size: 130%; }
166 list-style: upper-roman;
172 list-style: lower-alpha;
184 list-style: lower-roman;
187 list-style: upper-alpha;
192 color: white !important;
194 border: 2px solid black;
200 border: 1px solid #aaa;
204 background: url(wikiicons/openidlogin-bg.gif) no-repeat;
205 background-color: #fff;
206 background-position: 0 50%;
211 /* Things to hide in printouts. */
213 .actions { display: none; }
214 .tags { display: none; }
215 .feedbutton { display: none; }
216 #searchform { display: none; }
217 #blogform { display: none; }
218 #backlinks { display: none; }
221 /* Provided for use by template plugin for floating info boxes. */
228 border: 1px solid #aaa;
231 /* Provided for use by template plugin for floating note boxes. */
238 border: 1px solid #aaa;
242 /* Used by the popup template and for backlinks hiding. */
244 border-bottom: 1px dotted #366;
252 .popup:hover .balloon,
253 .popup:focus .balloon {
256 margin: 1em 0 0 -2em;
259 background-color: #dee;
263 filter: alpha(opacity=95);
265 .popup:hover .expand,
266 .popup:focus .expand {