fix cat formatting
[lhc/web/wiklou.git] / stylesheets / wikistandard.css
1 #article { padding: 4px; }
2 #content { margin: 0; padding: 0; }
3 #footer { padding: 4px;font-size:95%; }
4 #pagestats { font-size: 9pt; }
5 #powersearch {
6 background: #DDEEFF; border-style: solid; border-width: 1px; padding: 2px;
7 }
8 #quickbar { width: 140px; padding: 4px; visibility: visible; z-index:99;font-size:95%;}
9 #topbar { padding: 4px;font-size:95%; }
10
11 /* automatically generated edit summaries */
12 .autocomment { color: gray; }
13
14 /* Table of contents */
15 #toc {
16 border: 1px solid #8888aa;
17 background-color: #f7f8ff;
18 padding: 5px;
19 font-size: 95%;
20 }
21 .tocindent {
22 margin-left: 2em;
23 }
24 .tocline {
25 margin-bottom: 0px;
26 }
27 .toctoggle, .editsection {
28 font-size: smaller;
29 }
30
31 /* ... */
32 #toolbar { padding:0px; }
33 #infobox { background:#eeeeff;color:black;;}
34 #editform { margin-top:1px; }
35 .bodytext { }
36 a.interwiki, a.external { color: #3366BB; }
37 a.printable { text-decoration: underline; }
38 a.stub { color:#772233; text-decoration:none; }
39 body { margin: 0px; padding: 4px; color: black; }
40 form.inline { display: inline; }
41
42
43 h1.pagetitle { padding-top: 0; margin-top: 0; padding-bottom: 0; margin-bottom: 0;
44 font-size:150%; }
45 h2 { font-size: 120%; }
46 h2, h3, h4, h5, h6 { margin-bottom: 0;}
47 h3 { font-size: 106.25%; }
48 h4 { font-size: 103.125%; }
49 h5 { font-size: 100%; }
50 h6 { font-size: 95%; }
51 hr.sep { color:gray;height:1px;background-color:gray;}
52 p.subpages { font-size:small;}
53 p.subtitle { padding-top: 0; margin-top: 0;}
54 p.catlinks { font-size:small; margin-top:0; text-align:right;}
55 td { empty-cells:show; }
56 td.bottom { border-top: 1px solid gray; }
57 td.top { border-bottom: 1px solid gray; }
58 img { border: none; }
59 /* images */
60 div.floatright { float: right; margin: 0 0 1em 1em; }
61 div.floatright p { font-style: italic; }
62 div.floatleft { float: left; margin: 0.3em 0.5em 0.5em 0; }
63 div.floatleft p { font-style: italic; }
64
65 /* thumbnails */
66 div.thumbnail-none, div.thumbnail-right, div.thumbnail-left {
67 padding: 2px;
68 border:1px solid #8888aa;
69 background:#CCCCCC;
70 margin: 0.3em 0 0.5em;
71 font-size: 85%;
72 text-align: center;
73 }
74
75 div.thumbnail-none p, div.thumbnail-right p, div.thumbnail-left p {
76 margin-top:3px; margin-bottom:3px;
77 text-align: left;
78 }
79
80 div.thumbnail-right {
81 float: right;
82 margin-left:0.5em;
83 }
84
85 div.thumbnail-left {
86 float: left;
87 margin-right:0.5em;
88 }
89
90 /* table standards */
91 table.rimage {
92 float:right;
93 width:1pt;
94 margin-left:1em;
95 margin-bottom:1em;
96 text-align:center;
97 font-size:smaller;
98 }
99
100
101 /* Print-specific things to hide */
102 .urlexpansion, .printfooter {
103 display: none;
104 }