1 /* ikiwiki style sheet */
3 /* Note that instead of modifying this style sheet, you can instead create
4 * a local.css in your wiki, and 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;
86 /* Used for adding a blog page. */
89 border: 1px solid #aaa;
91 color: black !important;
96 border: 1px solid #aaa;
105 /* Used for invalid form fields. */
108 background: white !important;
111 /* Used for required form fields. */
119 color: white !important;
120 border-left: 1px solid #cc9966;
121 border-top: 1px solid #ccaa99;
122 border-right: 1px solid #993300;
123 border-bottom: 1px solid #331100;
124 padding: 0px 0.5em 0px 0.5em;
125 font-family: helvetica, arial, sans-serif;
128 text-decoration: none;
132 color: white !important;
142 .smallestPC { font-size: 70%; }
143 .smallPC { font-size: 85%; }
144 .normalPC { font-size: 100%; }
145 .bigPC { font-size: 115%; }
146 .biggestPC { font-size: 130%; }
163 border: 1px solid #aaa;
172 border: 1px solid #aaa;
178 list-style: upper-roman;
184 list-style: lower-alpha;
196 list-style: lower-roman;
199 list-style: upper-alpha;