followup to r107187 - Making textarea width to be 100% in all skins
[lhc/web/wiklou.git] / skins / cologneblue / screen.css
1 body {
2 margin: 0;
3 padding: 0;
4 color: black;
5 }
6
7 #specialform {
8 display: inline;
9 }
10
11 #content {
12 top: 0;
13 margin: 0;
14 padding: 0;
15 }
16
17 #mw-data-after-content {
18 font-family: Verdana, Arial, sans-serif;
19 color: black;
20 font-size: 8pt;
21 }
22
23 #topbar {
24 padding: 0;
25 }
26
27 #powersearch {
28 background: #DDEEFF;
29 border-style: solid;
30 border-width: 1px;
31 padding: 2px;
32 }
33
34 #quickbar {
35 width: 140px;
36 top: 18ex;
37 padding: 2px;
38 visibility: visible;
39 z-index: 99;
40 }
41
42 #article, #article td, #article th, #article p {
43 font-family: Verdana, Arial, sans-serif;
44 font-size: 10pt;
45 color: black;
46 }
47
48 #article p {
49 padding-top: 0;
50 padding-bottom: 0;
51 margin-top: 1ex;
52 margin-bottom: 0;
53 }
54
55 p, pre, td, th, li, dd, dt {
56 line-height: 12pt;
57 }
58
59 textarea {
60 overflow: auto;
61 width: 100%;
62 }
63
64 #footer {
65 padding: 4px;
66 }
67
68 #footer form {
69 display: inline;
70 }
71
72 #sitetitle {
73 font-family: Times, serif;
74 color: white;
75 font-weight: normal;
76 font-size: 32pt;
77 line-height: 32pt;
78 }
79
80 td.top {
81 background-color: #6688AA;
82 color: white;
83 margin-top: 4px;
84 margin-bottom: 4px;
85 padding-top: 0;
86 padding-bottom: 0;
87 text-transform: uppercase;
88 font-family: Verdana, Arial, sans-serif;
89 font-size: 8pt;
90 }
91
92 td.top a {
93 font-family: Verdana, Arial, sans-serif;
94 background-color: #6688AA;
95 color: white;
96 text-decoration: none;
97 font-size: 10pt;
98 }
99
100 td#top-syslinks {
101 text-align: right;
102 vertical-align: bottom;
103 }
104 td.top-linkcollection {
105 text-align: right;
106 }
107 /**
108 * Overrides text justification (user preference)
109 * See bug 31990
110 */
111 td.top-linkcollection #catlinks {
112 text-align: right;
113 }
114 td.top-subheader {
115 vertical-align: top;
116 }
117 td.bottom {
118 font-family: Verdana, Arial, sans-serif;
119 font-size: 10pt;
120 padding: 0;
121 text-align: center;
122 vertical-align: bottom;
123 }
124
125 #pagestats {
126 font-family: Verdana, Arial, sans-serif;
127 color: black;
128 font-size: 9pt;
129 }
130
131 #sitesub {
132 font-family: Verdana, Arial, sans-serif;
133 font-size: 9pt; font-weight: bold;
134 color: black;
135 padding-top: 0;
136 }
137
138 #quickbar {
139 font-family: Verdana, Arial, sans-serif;
140 font-size: 8pt;
141 font-weight: bold;
142 line-height: 9.5pt;
143 text-decoration: none;
144 color: black;
145 padding: 0;
146 margin-top: 0;
147 }
148
149 #quickbar a {
150 color: #446688;
151 }
152
153 #quickbar h6 {
154 font-family: Verdana, Arial, sans-serif;
155 font-size: 10pt;
156 font-weight: bold;
157 line-height: 12pt;
158 text-decoration: none;
159 color: #666666;
160 padding: 0;
161 margin-bottom: 2px;
162 margin-top: 6px;
163 }
164
165 #quickbar form {
166 padding: 0;
167 margin-top: 0;
168 }
169
170 h1 {
171 color: #666666;
172 font-family: Verdana, Arial, sans-serif;
173 font-size: 180%;
174 line-height: 21pt;
175 }
176
177 h1 .editsection {
178 font-size: 55.6%;
179 }
180
181 h1.pagetitle {
182 padding-bottom: 0;
183 margin-bottom: 0;
184 }
185
186 #article p.subtitle {
187 color: #666666;
188 font-size: 11pt;
189 font-weight: bold;
190 padding-top: 0;
191 margin-top: 0;
192 padding-bottom: 1ex;
193 }
194
195 a {
196 color: #223366;
197 }
198
199 a.external {
200 color: #336644;
201 }
202
203 a:visited {
204 color: #8D0749;
205 }
206
207 a.printable {
208 text-decoration: underline;
209 }
210
211 a.stub, #quickbar a.stub {
212 color: #772233;
213 text-decoration: none;
214 }
215
216 a.new, #quickbar a.new {
217 color: #CC2200;
218 }
219
220 h2, h3, h4, h5, h6 {
221 margin-bottom: 0;
222 }
223
224 small {
225 font-size: 75%;
226 }
227
228 input.mw-searchInput {
229 width: 106px;
230 }