followup to r107187 - Making textarea width to be 100% in all skins
[lhc/web/wiklou.git] / skins / common / wikistandard.css
1 #article {
2 padding: 4px;
3 }
4
5 #content {
6 margin: 0;
7 padding: 0;
8 }
9
10 #footer {
11 padding: 4px;
12 font-size: 95%;
13 clear: both;
14 }
15
16 #pagestats {
17 font-size: 9pt;
18 }
19
20 #powersearch {
21 background: #DDEEFF;
22 border-style: solid;
23 border-width: 1px;
24 padding: 2px;
25 }
26
27 #quickbar {
28 width: 140px;
29 height: 100%;
30 padding: 4px;
31 visibility: visible;
32 z-index: 99;
33 font-size: 95%;
34 }
35
36 #topbar {
37 padding: 4px;
38 font-size: 95%;
39 }
40
41 /* Table of contents */
42 .toctoggle,
43 .editsection {
44 font-size: smaller;
45 }
46
47 /* ... */
48 #toolbar {
49 padding: 0;
50 }
51
52 #infobox {
53 background: #eeeeff;
54 color: black;
55 }
56
57 #editform {
58 margin-top: 1px;
59 }
60
61 a.interwiki,
62 a.external {
63 color: #3366BB;
64 }
65
66 a.printable {
67 text-decoration: underline;
68 }
69
70 a.stub {
71 color: #772233;
72 text-decoration: none;
73 }
74
75 a:visited {
76 color: #5A3696;
77 }
78
79 body {
80 margin: 0;
81 padding: 4px;
82 color: black;
83 }
84
85 form.inline {
86 display: inline;
87 }
88
89 textarea {
90 overflow: auto;
91 width: 100%;
92 }
93
94 h1.pagetitle {
95 padding-top: 0;
96 margin-top: 0;
97 padding-bottom: 0;
98 margin-bottom: 0;
99 font-size: 150%;
100 }
101
102 h1.pagetitle .editsection {
103 font-size: 66.7%;
104 }
105
106 h2 {
107 font-size: 120%;
108 }
109
110 h2 .editsection {
111 font-size: 83.3%;
112 }
113
114 h2, h3, h4, h5, h6 {
115 margin-bottom: 0;
116 }
117
118 h3 {
119 font-size: 106.25%;
120 }
121
122 h3 .editsection {
123 font-size: 94.1%;
124 }
125
126 h4 {
127 font-size: 103.125%;
128 }
129
130 h4 .editsection {
131 font-size: 97.0%;
132 }
133
134 h5 {
135 font-size: 100%;
136 }
137
138 h5 .editsection {
139 font-size: 100%;
140 }
141
142 h6 {
143 font-size: 95%;
144 }
145
146 h6 .editsection {
147 font-size: 105.3%;
148 }
149
150 hr.sep {
151 color: gray;
152 height: 1px;
153 background-color: gray;
154 }
155
156 p.subpages {
157 font-size: small;
158 }
159
160 p.subtitle {
161 padding-top: 0;
162 margin-top: 0;
163 }
164
165 .catlinks {
166 font-size: small;
167 margin-top: 0;
168 text-align:right;
169 }
170
171 td {
172 empty-cells: show;
173 }
174
175 td.bottom {
176 border-top: 1px solid gray;
177 }
178
179 td.top {
180 border-bottom: 1px solid gray;
181 }