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;
61 /* Stuff for the RecentChanges table. */
64 color: black !important;
68 color: black !important;
86 border: 1px solid #aaa;
88 color: black !important;
91 /* Used for adding a blog page. */
94 border: 1px solid #aaa;
96 color: black !important;
101 border: 1px solid #aaa;
110 /* Used for invalid form fields. */
113 background: white !important;
116 /* Used for required form fields. */
121 /* Orange feed button. */
124 color: white !important;
125 border-left: 1px solid #cc9966;
126 border-top: 1px solid #ccaa99;
127 border-right: 1px solid #993300;
128 border-bottom: 1px solid #331100;
129 padding: 0px 0.5em 0px 0.5em;
130 font-family: sans-serif;
133 text-decoration: none;
137 color: white !important;
147 .smallestPC { font-size: 70%; }
148 .smallPC { font-size: 85%; }
149 .normalPC { font-size: 100%; }
150 .bigPC { font-size: 115%; }
151 .biggestPC { font-size: 130%; }
164 list-style: upper-roman;
170 list-style: lower-alpha;
182 list-style: lower-roman;
185 list-style: upper-alpha;
190 color: white !important;
192 border: 2px solid black;
198 border: 1px solid #aaa;
202 background: url(wikiicons/openidlogin-bg.gif) no-repeat;
203 background-color: #fff;
204 background-position: 0 50%;
209 /* Things to hide in printouts. */
211 .actions { display: none; }
212 .tags { display: none; }
213 .feedbutton { display: none; }
214 #searchform { display: none; }
215 #blogform { display: none; }
216 #backlinks { display: none; }
219 /* Provided for use by template plugin for floating info boxes. */
226 border: 1px solid #aaa;
229 /* Provided for use by template plugin for floating note boxes. */
236 border: 1px solid #aaa;
240 /* Used by the popup template and for backlinks hiding. */
242 border-bottom: 1px dotted #366;
250 .popup:hover .balloon,
251 .popup:focus .balloon {
254 margin: 1em 0 0 -2em;
257 background-color: #dee;
261 filter: alpha(opacity=95);