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;
67 /* Stuff for the RecentChanges table. */
70 color: black !important;
74 color: black !important;
92 border: 1px solid #aaa;
94 color: black !important;
97 /* Used for adding a blog page. */
100 border: 1px solid #aaa;
102 color: black !important;
107 border: 1px solid #aaa;
116 /* Used for invalid form fields. */
119 background: white !important;
122 /* Used for required form fields. */
127 /* Orange feed button. */
130 color: white !important;
131 border-left: 1px solid #cc9966;
132 border-top: 1px solid #ccaa99;
133 border-right: 1px solid #993300;
134 border-bottom: 1px solid #331100;
135 padding: 0px 0.5em 0px 0.5em;
136 font-family: sans-serif;
139 text-decoration: none;
143 color: white !important;
153 .smallestPC { font-size: 70%; }
154 .smallPC { font-size: 85%; }
155 .normalPC { font-size: 100%; }
156 .bigPC { font-size: 115%; }
157 .biggestPC { font-size: 130%; }
170 list-style: upper-roman;
176 list-style: lower-alpha;
188 list-style: lower-roman;
191 list-style: upper-alpha;
196 color: white !important;
198 border: 2px solid black;
204 border: 1px solid #aaa;
208 background: url(wikiicons/openidlogin-bg.gif) no-repeat;
209 background-color: #fff;
210 background-position: 0 50%;
215 /* Things to hide in printouts. */
217 .actions { display: none; }
218 .tags { display: none; }
219 .feedbutton { display: none; }
220 #searchform { display: none; }
221 #blogform { display: none; }
222 #backlinks { display: none; }
225 /* Provided for use by template plugin for floating info boxes. */
232 border: 1px solid #aaa;
235 /* Provided for use by template plugin for floating note boxes. */
242 border: 1px solid #aaa;
246 /* Used by the popup template and for backlinks hiding. */
248 border-bottom: 1px dotted #366;
256 .popup:hover .balloon,
257 .popup:focus .balloon {
260 margin: 1em 0 0 -2em;
263 background-color: #dee;
267 filter: alpha(opacity=95);