Fix typo in tex command
[ccbib.git] / website / experimental.css
blob660283fa1bae58d66cbc3937590eb9968b2e431e
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.
5 */
7 .header {
8 margin: 0;
9 font-size: 22px;
10 font-weight: bold;
11 line-height: 1em;
12 display: block;
15 .author {
16 margin: 0;
17 font-size: 18px;
18 font-weight: bold;
19 display: block;
22 .actions ul {
23 margin: 0;
24 padding: 6px;
25 list-style-type: none;
26 border-bottom: 1px solid #000;
29 .inlinepage .actions ul {
30 border-bottom: 0;
33 .actions li {
34 display: inline;
35 padding: .2em .4em;
38 .tags {
39 clear: both;
42 #pageinfo {
43 clear: both;
44 margin: 1em 0;
45 border-top: 1px solid #000;
48 div.tags {
49 margin-top: 1em;
52 .mapparent {
53 text-decoration: none;
56 .img caption {
57 font-size: 80%;
58 caption-side: bottom;
59 text-align: center;
62 #backlinks {
63 margin-top: 1em;
66 #searchform {
67 display: inline;
68 float: right;
71 #editcontent {
72 width: 100%;
75 img {
76 border-style: none;
79 div.recentchanges {
80 border-style: solid;
81 border-width: 1px;
82 overflow: auto;
83 width: 100%;
84 background: #eee;
85 color: black !important;
87 .recentchanges .metadata {
88 padding: 0px 0.5em;
90 .recentchanges .changelog {
91 font-style: italic;
92 clear: both;
93 display: block;
94 padding: 1px 2px;
95 background: white !important;
96 color: black !important;
98 .recentchanges .desc {
99 display: none;
101 .recentchanges .diff {
102 display: none;
104 .recentchanges .committer {
105 float: left;
106 margin: 0;
107 width: 40%;
109 .recentchanges .committype {
110 float: left;
111 margin: 0;
112 width: 5%;
113 font-size: small;
115 .recentchanges .changedate {
116 float: left;
117 margin: 0;
118 width: 35%;
119 font-size: small;
121 .recentchanges .pagelinks {
122 float: right;
123 margin: 0;
124 width: 60%;
127 /* Used for adding a blog page. */
128 #blogform {
129 padding: 10px 10px;
130 border: 1px solid #aaa;
131 background: #eee;
132 color: black !important;
135 .inlinepage {
136 padding: 10px 10px;
137 border: 1px solid #aaa;
140 .pagedate,
141 .pagelicense,
142 .pagecopyright {
143 clear: both;
144 font-style: italic;
145 display: block;
146 margin-top: 1em;
149 /* Used for invalid form fields. */
150 .fb_invalid {
151 color: red;
152 background: white !important;
155 /* Used for required form fields. */
156 .fb_required {
157 font-weight: bold;
160 /* Orange feed button. */
161 .feedbutton {
162 background: #ff6600;
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;
170 font-weight: bold;
171 font-size: small;
172 text-decoration: none;
173 margin-top: 1em;
175 .feedbutton:hover {
176 color: white !important;
177 background: #ff9900;
180 /* Tag cloud. */
181 .pagecloud {
182 float: right;
183 width: 30%;
184 text-align: center;
185 padding: 10px 10px;
186 border: 1px solid #aaa;
187 background: #eee;
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%; }
196 #sidebar {
197 line-height: 3ex;
198 width: 16ex;
199 position: fixed;
200 padding: 2ex 2ex;
203 #content {
204 position: relative;
205 left: 16ex;
206 max-width: 68ex;
209 /* outlines */
210 li.L1 {
211 list-style: upper-roman;
213 li.L2 {
214 list-style: decimal;
216 li.L3 {
217 list-style: lower-alpha;
219 li.L4 {
220 list-style: disc;
222 li.L5 {
223 list-style: square;
225 li.L6 {
226 list-style: circle;
228 li.L7 {
229 list-style: lower-roman;
231 li.L8 {
232 list-style: upper-alpha;
235 hr.poll {
236 height: 10pt;
237 color: white !important;
238 background: #eee;
239 border: 2px solid black;
241 div.poll {
242 margin-top: 1ex;
243 margin-bottom: 1ex;
244 padding: 1ex 1ex;
245 border: 1px solid #aaa;
248 input#openid_url {
249 background: url(wikiicons/openidlogin-bg.gif) no-repeat;
250 background-color: #fff;
251 background-position: 0 50%;
252 color: #000;
253 padding-left: 18px;
256 /* Things to hide in printouts. */
257 @media print {
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. */
267 .infobox {
268 float: right;
269 margin-left: 2ex;
270 margin-top: 1ex;
271 margin-bottom: 1ex;
272 padding: 1ex 1ex;
273 border: 1px solid #aaa;
276 /* Provided for use by template plugin for floating note boxes. */
277 .notebox {
278 float: right;
279 margin-left: 2ex;
280 margin-top: 1ex;
281 margin-bottom: 1ex;
282 padding: 1ex 1ex;
283 border: 1px solid #aaa;
284 width: 25%
287 /* Used by the popup template and for backlinks hiding. */
288 .popup {
289 border-bottom: 1px dotted #366;
290 color: #366;
292 .popup .balloon,
293 .popup .paren,
294 .popup .expand {
295 display: none;
297 .popup:hover .balloon,
298 .popup:focus .balloon {
299 position: absolute;
300 display: inline;
301 margin: 1em 0 0 -2em;
302 padding: 0.625em;
303 border: 2px solid;
304 background-color: #dee;
305 color: black;
307 /* Nonstandard, but very nice. */
308 opacity: 0.95;
309 -moz-opacity: 0.95;
310 filter: alpha(opacity=95);
313 /* Formbuilder styling */
314 fieldset {
315 margin: 1ex 0;
316 border: 1px solid black;
318 legend {
319 padding: 0 1ex;
321 .fb_submit {
322 float: left;
323 margin: 2px 0;
325 #signin_openid_url_label {
326 float: left;
327 margin-right: 1ex;
329 #signin_openid {
330 padding: 10px 10px;
331 border: 1px solid #aaa;
332 background: #eee;
333 color: black !important;