Merge "Make it show email as required if you choose to email a random password."
[lhc/web/wiklou.git] / skins / cologneblue / screen.css
1 body {
2 margin: 0;
3 padding: 0;
4 color: black;
5 font-family: serif;
6 }
7
8 #specialform {
9 display: inline;
10 }
11
12 #content {
13 top: 0;
14 margin: 0;
15 padding: 0;
16 }
17
18 #mw-data-after-content {
19 font-family: Verdana, Arial, sans-serif;
20 color: black;
21 font-size: 8pt;
22 }
23
24 #powersearch {
25 background: #DDEEFF;
26 border-style: solid;
27 border-width: 1px;
28 padding: 2px;
29 }
30
31 #quickbar {
32 width: 140px;
33 top: 18ex;
34 padding: 2px;
35 visibility: visible;
36 z-index: 99;
37 }
38
39 #article, #article td, #article th, #article p {
40 font-family: Verdana, Arial, sans-serif;
41 font-size: 10pt;
42 color: black;
43 }
44
45 #article p {
46 padding-top: 0;
47 padding-bottom: 0;
48 margin-top: 1ex;
49 margin-bottom: 0;
50 }
51
52 p, pre, .mw-code, td, th, li, dd, dt {
53 line-height: 12pt;
54 }
55
56 textarea {
57 overflow: auto;
58 }
59
60 #footer {
61 margin-right: 2%;
62 margin-top: 1em;
63 padding: 4px;
64 font-family: verdana, arial, sans-serif;
65 font-size: 10pt;
66 text-align: center;
67 }
68
69 #footer form {
70 display: inline;
71 }
72
73 #cb-ca-edit {
74 font-weight: bold;
75 }
76
77 #pagestats {
78 font-family: Verdana, Arial, sans-serif;
79 color: black;
80 font-size: 9pt;
81 }
82
83
84
85 #quickbar {
86 font-family: Verdana, Arial, sans-serif;
87 font-size: 8pt;
88 font-weight: bold;
89 line-height: 9.5pt;
90 text-decoration: none;
91 color: black;
92 padding: 0;
93 margin-top: 0;
94 }
95
96 #quickbar a {
97 color: #446688;
98 }
99
100 /* Hide, but keep accessible for screen-readers */
101 #mw-navigation h2 {
102 position: absolute;
103 top: -9999px;
104 }
105
106 #quickbar h3 {
107 font-family: Verdana, Arial, sans-serif;
108 font-size: 10pt;
109 font-weight: bold;
110 line-height: 12pt;
111 text-decoration: none;
112 color: #666666;
113 padding: 0;
114 margin-bottom: 2px;
115 margin-top: 6px;
116 }
117
118 #quickbar form {
119 padding: 0;
120 margin-top: 0;
121 }
122
123 #quickbar .portlet ul,
124 #quickbar .portlet li {
125 list-style-type: none;
126 margin: 0;
127 padding: 0;
128 line-height: inherit;
129 }
130
131 h1 {
132 color: #666666;
133 font-family: Verdana, Arial, sans-serif;
134 font-size: 180%;
135 line-height: 21pt;
136 }
137
138 h1#firstHeading {
139 padding-bottom: 0;
140 margin-bottom: 0;
141 }
142
143 #article p.subtitle, #article p.subpages, #article p.tagline {
144 color: #666666;
145 font-size: 11pt;
146 font-weight: bold;
147 padding-top: 0;
148 margin-top: 0;
149 padding-bottom: 1ex;
150 }
151
152 a {
153 color: #223366;
154 }
155
156 a.external {
157 color: #336644;
158 }
159
160 a:visited {
161 color: #8D0749;
162 }
163
164 a.printable {
165 text-decoration: underline;
166 }
167
168 a.stub, #quickbar a.stub {
169 color: #772233;
170 text-decoration: none;
171 }
172
173 a.new, #quickbar span.new a, #footer span.new a {
174 color: #CC2200;
175 }
176
177 h2, h3, h4, h5, h6 {
178 margin-bottom: 0;
179 }
180
181 small {
182 font-size: 75%;
183 }
184
185 input.mw-searchInput {
186 width: 106px;
187 }
188
189 /* Directionality-specific styles */
190 #quickbar { position: absolute; left: 4px; }
191 #article { margin-left: 148px; margin-right: 4px; }
192 #footer { margin-left: 152px; }
193
194
195 #sitetitle, #sitesub, #toplinks, #linkcollection {
196 margin-top: 0;
197 margin-bottom: 0;
198 }
199
200 #sitetitle, #toplinks {
201 color: white;
202 text-transform: uppercase;
203 height: 32pt;
204 }
205 #sitetitle {
206 padding-left: 8px;
207 font-family: Times, serif;
208 font-weight: normal;
209 font-size: 32pt;
210 line-height: 32pt;
211 background-color: #6688AA;
212 }
213 #sitetitle a, #toplinks a {
214 color: white;
215 text-decoration: none;
216 }
217 /* Bring #sitetitle to top. Otherwise #toplinks is overlaid over it, making the link unclickable. */
218 #sitetitle a {
219 position: relative;
220 z-index: 10
221 }
222
223 #toplinks {
224 font-family: Verdana, Arial, sans-serif;
225 position: absolute;
226 top: 0;
227 right: 8px;
228 width: 100%;
229 font-size: 8pt;
230 }
231 #toplinks a {
232 font-size: 10pt;
233 }
234 #toplinks p {
235 position: absolute;
236 right: 0;
237 margin: 0;
238 width: 100%;
239 text-align: right;
240 }
241 #toplinks #syslinks {
242 bottom: 0;
243 }
244 #toplinks #variantlinks {
245 bottom: 12pt;
246 }
247
248 #sitesub {
249 float: left;
250 margin-left: 8px;
251 font-family: Verdana, Arial, sans-serif;
252 font-size: 9pt;
253 font-weight: bold;
254 color: black;
255 }
256
257 #linkcollection {
258 margin-top: 0.5em;
259 font-size: small;
260 margin-right: 8px;
261 text-align: right;
262 padding-left: 140px;
263 }
264 /* Override text justification (user preference), see bug 31990 */
265 #linkcollection * {
266 text-align: right;
267 }