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;
85 color: black !important;
87 .recentchanges .metadata {
90 .recentchanges .changelog {
95 background: white !important;
96 color: black !important;
98 .recentchanges .desc {
101 .recentchanges .diff {
104 .recentchanges .committer {
109 .recentchanges .committype {
115 .recentchanges .changedate {
121 .recentchanges .pagelinks {
127 /* Used for adding a blog page. */
130 border: 1px solid #aaa;
132 color: black !important;
137 border: 1px solid #aaa;
153 /* Used for invalid form fields. */
156 background: white !important;
159 /* Used for required form fields. */
164 /* Orange feed button. */
167 color: white !important;
168 border-left: 1px solid #cc9966;
169 border-top: 1px solid #ccaa99;
170 border-right: 1px solid #993300;
171 border-bottom: 1px solid #331100;
172 padding: 0px 0.5em 0px 0.5em;
173 font-family: sans-serif;
176 text-decoration: none;
180 color: white !important;
190 border: 1px solid #aaa;
192 color: black !important;
194 .smallestPC { font-size: 70%; }
195 .smallPC { font-size: 85%; }
196 .normalPC { font-size: 100%; }
197 .bigPC { font-size: 115%; }
198 .biggestPC { font-size: 130%; }
211 list-style: upper-roman;
217 list-style: lower-alpha;
229 list-style: lower-roman;
232 list-style: upper-alpha;
237 color: white !important;
239 border: 2px solid black;
245 border: 1px solid #aaa;
249 background: url(wikiicons/openidlogin-bg.gif) no-repeat;
250 background-color: #fff;
251 background-position: 0 50%;
256 /* Things to hide in printouts. */
258 .actions { display: none; }
259 .tags { display: none; }
260 .feedbutton { display: none; }
261 #searchform { display: none; }
262 #blogform { display: none; }
263 #backlinks { display: none; }
266 /* Provided for use by template plugin for floating info boxes. */
273 border: 1px solid #aaa;
276 /* Provided for use by template plugin for floating note boxes. */
283 border: 1px solid #aaa;
287 /* Used by the popup template and for backlinks hiding. */
289 border-bottom: 1px dotted #366;
297 .popup:hover .balloon,
298 .popup:focus .balloon {
301 margin: 1em 0 0 -2em;
304 background-color: #dee;
307 /* Nonstandard, but very nice. */
310 filter: alpha(opacity=95);
313 /* Formbuilder styling */
316 border: 1px solid black;
325 #signin_openid_url_label {
331 border: 1px solid #aaa;
333 color: black !important;