Merge "Follow up change Icc8dc4ae: add new message keys to maintenance scripts"
[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 }
62
63 #footer {
64 padding: 4px;
65 }
66
67 #footer form {
68 display: inline;
69 }
70
71 #sitetitle {
72 font-family: Times, serif;
73 color: white;
74 font-weight: normal;
75 font-size: 32pt;
76 line-height: 32pt;
77 }
78
79 td.top {
80 background-color: #6688AA;
81 color: white;
82 margin-top: 4px;
83 margin-bottom: 4px;
84 padding-top: 0;
85 padding-bottom: 0;
86 text-transform: uppercase;
87 font-family: Verdana, Arial, sans-serif;
88 font-size: 8pt;
89 }
90
91 td.top a {
92 font-family: Verdana, Arial, sans-serif;
93 background-color: #6688AA;
94 color: white;
95 text-decoration: none;
96 font-size: 10pt;
97 }
98
99 td#top-syslinks {
100 text-align: right;
101 vertical-align: bottom;
102 }
103 td.top-linkcollection {
104 text-align: right;
105 }
106 /**
107 * Overrides text justification (user preference)
108 * See bug 31990
109 */
110 td.top-linkcollection #catlinks {
111 text-align: right;
112 }
113 td.top-subheader {
114 vertical-align: top;
115 }
116 td.bottom {
117 font-family: Verdana, Arial, sans-serif;
118 font-size: 10pt;
119 padding: 0;
120 text-align: center;
121 vertical-align: bottom;
122 }
123
124 #pagestats {
125 font-family: Verdana, Arial, sans-serif;
126 color: black;
127 font-size: 9pt;
128 }
129
130 #sitesub {
131 font-family: Verdana, Arial, sans-serif;
132 font-size: 9pt; font-weight: bold;
133 color: black;
134 padding-top: 0;
135 }
136
137 #quickbar {
138 font-family: Verdana, Arial, sans-serif;
139 font-size: 8pt;
140 font-weight: bold;
141 line-height: 9.5pt;
142 text-decoration: none;
143 color: black;
144 padding: 0;
145 margin-top: 0;
146 }
147
148 #quickbar a {
149 color: #446688;
150 }
151
152 #quickbar h6 {
153 font-family: Verdana, Arial, sans-serif;
154 font-size: 10pt;
155 font-weight: bold;
156 line-height: 12pt;
157 text-decoration: none;
158 color: #666666;
159 padding: 0;
160 margin-bottom: 2px;
161 margin-top: 6px;
162 }
163
164 #quickbar form {
165 padding: 0;
166 margin-top: 0;
167 }
168
169 h1 {
170 color: #666666;
171 font-family: Verdana, Arial, sans-serif;
172 font-size: 180%;
173 line-height: 21pt;
174 }
175
176 h1 .editsection {
177 font-size: 55.6%;
178 }
179
180 h1.pagetitle {
181 padding-bottom: 0;
182 margin-bottom: 0;
183 }
184
185 #article p.subtitle {
186 color: #666666;
187 font-size: 11pt;
188 font-weight: bold;
189 padding-top: 0;
190 margin-top: 0;
191 padding-bottom: 1ex;
192 }
193
194 a {
195 color: #223366;
196 }
197
198 a.external {
199 color: #336644;
200 }
201
202 a:visited {
203 color: #8D0749;
204 }
205
206 a.printable {
207 text-decoration: underline;
208 }
209
210 a.stub, #quickbar a.stub {
211 color: #772233;
212 text-decoration: none;
213 }
214
215 a.new, #quickbar a.new {
216 color: #CC2200;
217 }
218
219 h2, h3, h4, h5, h6 {
220 margin-bottom: 0;
221 }
222
223 small {
224 font-size: 75%;
225 }
226
227 input.mw-searchInput {
228 width: 106px;
229 }