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;
149 /* Used for invalid form fields. */
152 background: white !important;
155 /* Used for required form fields. */
160 /* Orange feed button. */
163 color: white !important;
164 border-left: 1px solid #cc9966;
165 border-top: 1px solid #ccaa99;
166 border-right: 1px solid #993300;
167 border-bottom: 1px solid #331100;
168 padding: 0px 0.5em 0px 0.5em;
169 font-family: sans-serif;
172 text-decoration: none;
176 color: white !important;
186 border: 1px solid #aaa;
188 color: black !important;
190 .smallestPC { font-size: 70%; }
191 .smallPC { font-size: 85%; }
192 .normalPC { font-size: 100%; }
193 .bigPC { font-size: 115%; }
194 .biggestPC { font-size: 130%; }
207 list-style: upper-roman;
213 list-style: lower-alpha;
225 list-style: lower-roman;
228 list-style: upper-alpha;
233 color: white !important;
235 border: 2px solid black;
241 border: 1px solid #aaa;
245 background: url(wikiicons/openidlogin-bg.gif) no-repeat;
246 background-color: #fff;
247 background-position: 0 50%;
252 /* Things to hide in printouts. */
254 .actions { display: none; }
255 .tags { display: none; }
256 .feedbutton { display: none; }
257 #searchform { display: none; }
258 #blogform { display: none; }
259 #backlinks { display: none; }
262 /* Provided for use by template plugin for floating info boxes. */
269 border: 1px solid #aaa;
272 /* Provided for use by template plugin for floating note boxes. */
279 border: 1px solid #aaa;
283 /* Used by the popup template and for backlinks hiding. */
285 border-bottom: 1px dotted #366;
293 .popup:hover .balloon,
294 .popup:focus .balloon {
297 margin: 1em 0 0 -2em;
300 background-color: #dee;
303 /* Nonstandard, but very nice. */
306 filter: alpha(opacity=95);
309 /* Formbuilder styling */
312 border: 1px solid black;
321 #signin_openid_url_label {
327 border: 1px solid #aaa;
329 color: black !important;