OSDN Git Service

RecentChanges: Update
[pukiwiki/pukiwiki.git] / skin / default.en.css
1 @charset "iso-8859-1";
2 /*
3 /////////////////////////////////////////////////
4 // PukiWiki - Yet another WikiWikiWeb clone.
5 //
6 // $Id: default.en.css,v 1.31 2004/07/31 03:09:20 henoheno Exp $
7 //
8 */
9
10 pre, dl, ol, p, blockquote
11 {
12         line-height:130%;
13 }
14
15 blockquote
16 {
17         margin-left:32px;
18 }
19
20 body,td
21 {
22         color:black;
23         background-color:white;
24         margin-left:2%;
25         margin-right:2%;
26         font-size:90%;
27         font-family:verdana, arial, helvetica, Sans-Serif;
28 }
29
30 a:link
31 {
32         color:#215dc6;
33         background-color:inherit;
34         text-decoration:none;
35 }
36
37 a:active
38 {
39         color:#215dc6;
40         background-color:#CCDDEE;
41         text-decoration:none;
42 }
43
44 a:visited
45 {
46         color:#a63d21;
47         background-color:inherit;
48         text-decoration:none;
49 }
50
51 a:hover
52 {
53         color:#215dc6;
54         background-color:#CCDDEE;
55         text-decoration:underline;
56 }
57
58 h1, h2, h3, h4, h5, h6
59 {
60         font-family:verdana, arial, helvetica, Sans-Serif;
61         color:inherit;
62         background-color:#DDEEFF;
63         padding:.3em;
64         border:0px;
65         margin:0px 0px .5em 0px;
66 }
67
68 h1.title
69 {
70         font-size: 30px;
71         font-weight:bold;
72         background-color:transparent;
73         padding: 12px 0px 0px 0px;
74         border: 0px;
75         margin: 12px 0px 0px 0px;
76 }
77
78 dt
79 {
80         font-weight:bold;
81         margin-top:1em;
82         margin-left:1em;
83 }
84
85 pre
86 {
87         border-top:#DDDDEE 1px solid;
88         border-bottom:#888899 1px solid;
89         border-left:#DDDDEE 1px solid;
90         border-right:#888899 1px solid;
91         padding:.5em;
92         margin-left:1em;
93         margin-right:2em;
94         white-space:pre;
95         color:black;
96         background-color:#F0F8FF;
97 }
98
99 img
100 {
101         border:none;
102         vertical-align:middle;
103 }
104
105 ul
106 {
107         margin-top:.5em;
108         margin-bottom:.5em;
109         line-height:130%;
110 }
111
112 em
113 {
114         font-style:italic;
115 }
116
117 strong
118 {
119         font-weight:bold;
120 }
121
122 thead td.style_td,
123 tfoot td.style_td
124 {
125         color:inherit;
126         background-color:#D0D8E0;
127 }
128 thead th.style_th,
129 tfoot th.style_th
130 {
131         color:inherit;
132         background-color:#E0E8F0;
133 }
134 .style_table
135 {
136         padding:0px;
137         border:0px;
138         margin:auto;
139         text-align:left;
140         color:inherit;
141         background-color:#ccd5dd;
142 }
143 .style_th
144 {
145         padding:5px;
146         margin:1px;
147         text-align:center;
148         color:inherit;
149         background-color:#EEEEEE;
150 }
151 .style_td
152 {
153         padding:5px;
154         margin:1px;
155         color:inherit;
156         background-color:#EEF5FF;
157 }
158
159 ul.list1
160 {
161         list-style-type:disc;
162 }
163 ul.list2
164 {
165         list-style-type:circle;
166 }
167 ul.list3
168 {
169         list-style-type:square;
170 }
171 ol.list1
172 {
173         list-style-type:decimal;
174 }
175 ol.list2
176 {
177         list-style-type:lower-roman;
178 }
179 ol.list3
180 {
181         list-style-type:lower-alpha;
182 }
183
184 div.ie5
185 {
186         text-align:center;
187 }
188
189 span.noexists
190 {
191         color:inherit;
192         background-color:#FFFACC;
193 }
194
195 .small
196 {
197         font-size:80%;
198 }
199
200 .super_index
201 {
202         color:#DD3333;
203         background-color:inherit;
204         font-weight:bold;
205         font-size:60%;
206         vertical-align:super;
207 }
208
209 a.note_super
210 {
211         color:#DD3333;
212         background-color:inherit;
213         font-weight:bold;
214         font-size:60%;
215         vertical-align:super;
216 }
217
218 div.jumpmenu
219 {
220         font-size:60%;
221         text-align:right;
222 }
223
224 hr.full_hr
225 {
226         border-style:ridge;
227         border-color:#333333;
228         border-width:1px 0px;
229 }
230 hr.note_hr
231 {
232         width:90%;
233         border-style:ridge;
234         border-color:#333333;
235         border-width:1px 0px;
236         text-align:center;
237         margin:1em auto 0em auto;
238 }
239
240 span.size1
241 {
242         font-size:xx-small;
243         line-height:130%;
244         text-indent:0px;
245         display:inline;
246 }
247 span.size2
248 {
249         font-size:x-small;
250         line-height:130%;
251         text-indent:0px;
252         display:inline;
253 }
254 span.size3
255 {
256         font-size:small;
257         line-height:130%;
258         text-indent:0px;
259         display:inline;
260 }
261 span.size4
262 {
263         font-size:medium;
264         line-height:130%;
265         text-indent:0px;
266         display:inline;
267 }
268 span.size5
269 {
270         font-size:large;
271         line-height:130%;
272         text-indent:0px;
273         display:inline;
274 }
275 span.size6
276 {
277         font-size:x-large;
278         line-height:130%;
279         text-indent:0px;
280         display:inline;
281 }
282 span.size7
283 {
284         font-size:xx-large;
285         line-height:130%;
286         text-indent:0px;
287         display:inline;
288 }
289
290 /* html.php/catbody() */
291 strong.word0
292 {
293         background-color:#FFFF66;
294         color:black;
295 }
296 strong.word1
297 {
298         background-color:#A0FFFF;
299         color:black;
300 }
301 strong.word2
302 {
303         background-color:#99FF99;
304         color:black;
305 }
306 strong.word3
307 {
308         background-color:#FF9999;
309         color:black;
310 }
311 strong.word4
312 {
313         background-color:#FF66FF;
314         color:black;
315 }
316 strong.word5
317 {
318         background-color:#880000;
319         color:white;
320 }
321 strong.word6
322 {
323         background-color:#00AA00;
324         color:white;
325 }
326 strong.word7
327 {
328         background-color:#886800;
329         color:white;
330 }
331 strong.word8
332 {
333         background-color:#004699;
334         color:white;
335 }
336 strong.word9
337 {
338         background-color:#990099;
339         color:white;
340 }
341
342 /* html.php/edit_form() */
343 .edit_form
344 {
345      clear:both;
346 }
347
348 /* pukiwiki.skin.*.php */
349 div#header
350 {
351         padding:0px;
352         margin:0px;
353 }
354
355 div#navigator
356 {
357         clear:both;
358         padding:4px 0px 0px 0px;
359         margin:0px;
360 }
361
362 td.menubar
363 {
364         width:9em;
365         vertical-align:top;
366 }
367
368 div#menubar
369 {
370         width:9em;
371         padding:0px;
372         margin:4px;
373         word-break:break-all;
374         font-size:90%;
375         overflow:hidden;
376 }
377
378 div#menubar ul
379 {
380         margin:0px 0px 0px .5em;
381         padding:0px 0px 0px .5em;
382 }
383
384 div#menubar ul li
385 {
386         line-height:110%;
387 }
388
389 div#menubar h4
390 {
391         font-size:110%;
392 }
393
394 div#body
395 {
396         padding:0px;
397         margin:0px 0px 0px .5em;
398 }
399
400 div#note
401 {
402         clear:both;
403         padding:0px;
404         margin:0px;
405 }
406
407 div#attach
408 {
409         clear:both;
410         padding:0px;
411         margin:0px;
412 }
413
414 div#toolbar
415 {
416         clear:both;
417         padding:0px;
418         margin:0px;
419         text-align:right;
420 }
421
422 div#lastmodified
423 {
424         font-size:80%;
425         padding:0px;
426         margin:0px;
427 }
428
429 div#related
430 {
431         font-size:80%;
432         padding:0px;
433         margin:16px 0px 0px 0px;
434 }
435
436 div#footer
437 {
438         font-size:70%;
439         padding:0px;
440         margin:16px 0px 0px 0px;
441 }
442
443 div#preview
444 {
445         color:inherit;
446         background-color:#F5F8FF;
447 }
448
449 img#logo
450 {
451         float:left;
452         margin-right:20px;
453 }
454
455 /* aname.inc.php */
456 .anchor
457 {
458 }
459 .anchor_super
460 {
461         font-size:xx-small;
462         vertical-align:super;
463 }
464
465 /* br.inc.php */
466 br.spacer
467 {
468 }
469
470 /* calendar*.inc.php */
471 .style_calendar
472 {
473         padding:0px;
474         border:0px;
475         margin:3px;
476         color:inherit;
477         background-color:#CCD5DD;
478         text-align:center;
479 }
480
481 .style_td_caltop
482 {
483         padding:5px;
484         margin:1px;
485         color:inherit;
486         background-color:#EEF5FF;
487         font-size:80%;
488         text-align:center;
489 }
490
491 .style_td_today
492 {
493         padding:5px;
494         margin:1px;
495         color:inherit;
496         background-color:#FFFFDD;
497         text-align:center;
498 }
499
500 .style_td_sat
501 {
502         padding:5px;
503         margin:1px;
504         color:inherit;
505         background-color:#DDE5FF;
506         text-align:center;
507 }
508
509 .style_td_sun
510 {
511         padding:5px;
512         margin:1px;
513         color:inherit;
514         background-color:#FFEEEE;
515         text-align:center;
516 }
517
518 .style_td_blank
519 {
520         padding:5px;
521         margin:1px;
522         color:inherit;
523         background-color:#EEF5FF;
524         text-align:center;
525 }
526
527 .style_td_day
528 {
529         padding:5px;
530         margin:1px;
531         color:inherit;
532         background-color:#EEF5FF;
533         text-align:center;
534 }
535
536 .style_td_week
537 {
538         padding:5px;
539         margin:1px;
540         color:inherit;
541         background-color:#DDE5EE;
542         font-size:80%;
543         font-weight:bold;
544         text-align:center;
545 }
546
547 /* clear.inc.php */
548 .clear{
549         margin:0px;
550         clear:both;
551 }
552
553 /* counter.inc.php */
554 div.counter
555 {
556         font-size:70%;
557 }
558
559 /* diff.inc.php */
560 span.diff_added
561 {
562         color:blue;
563         background-color:inherit;
564 }
565
566 span.diff_removed
567 {
568         color:red;
569         background-color:inherit;
570 }
571
572 /* hr.inc.php */
573 hr.short_line
574 {
575         text-align:center;
576         width:80%;
577         border-style:solid;
578         border-color:#333333;
579         border-width:1px 0px;
580 }
581
582 /* include.inc.php */
583 h5.side_label
584 {
585         text-align:center;
586 }
587
588 /* navi.inc.php */
589 ul.navi
590 {
591         margin:0px;
592         padding:0px;
593         text-align:center;
594 }
595
596 li.navi_none
597 {
598         display:inline;
599         float:none;
600 }
601
602 li.navi_left
603 {
604         display:inline;
605         float:left;
606         text-align:left;
607 }
608
609 li.navi_right
610 {
611         display:inline;
612         float:right;
613         text-align:right;
614 }
615
616 /* new.inc.php */
617 span.comment_date
618 {
619         font-size:x-small;
620 }
621 span.new1
622 {
623         color:red;
624         background-color:transparent;
625         font-size:x-small;
626 }
627 span.new5
628 {
629         color:green;
630         background-color:transparent;
631         font-size:xx-small;
632 }
633
634 /* popular.inc.php */
635 span.counter
636 {
637         font-size:70%;
638 }
639 ul.popular_list
640 {
641 /*
642         padding:0px;
643         border:0px;
644         margin:0px 0px 0px 1em;
645         word-wrap:break-word;
646         word-break:break-all;
647 */
648 }
649
650 /* recent.inc.php,showrss.inc.php */
651 ul.recent_list
652 {
653 /*
654         padding:0px;
655         border:0px;
656         margin:0px 0px 0px 1em;
657         word-wrap:break-word;
658         word-break:break-all;
659 */
660 }
661
662 /* ref.inc.php */
663 div.img_margin
664 {
665         margin-left:32px;
666         margin-right:32px;
667 }
668
669 /* vote.inc.php */
670 td.vote_label
671 {
672         color:inherit;
673         background-color:#FFCCCC;
674 }
675 td.vote_td1
676 {
677         color:inherit;
678         background-color:#DDE5FF;
679 }
680 td.vote_td2
681 {
682         color:inherit;
683         background-color:#EEF5FF;
684 }