Merge "CologneBlue rewrite: rewrite bottomLinks()"
[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 #quickbar h6 {
101 font-family: Verdana, Arial, sans-serif;
102 font-size: 10pt;
103 font-weight: bold;
104 line-height: 12pt;
105 text-decoration: none;
106 color: #666666;
107 padding: 0;
108 margin-bottom: 2px;
109 margin-top: 6px;
110 }
111
112 #quickbar form {
113 padding: 0;
114 margin-top: 0;
115 }
116
117 #quickbar .portlet ul,
118 #quickbar .portlet li {
119 list-style-type: none;
120 margin: 0;
121 padding: 0;
122 line-height: inherit;
123 }
124
125 h1 {
126 color: #666666;
127 font-family: Verdana, Arial, sans-serif;
128 font-size: 180%;
129 line-height: 21pt;
130 }
131
132 h1 .editsection {
133 font-size: 55.6%;
134 }
135
136 h1#firstHeading {
137 padding-bottom: 0;
138 margin-bottom: 0;
139 }
140
141 #article p.subtitle, #article p.subpages, #article p.tagline {
142 color: #666666;
143 font-size: 11pt;
144 font-weight: bold;
145 padding-top: 0;
146 margin-top: 0;
147 padding-bottom: 1ex;
148 }
149
150 a {
151 color: #223366;
152 }
153
154 a.external {
155 color: #336644;
156 }
157
158 a:visited {
159 color: #8D0749;
160 }
161
162 a.printable {
163 text-decoration: underline;
164 }
165
166 a.stub, #quickbar a.stub {
167 color: #772233;
168 text-decoration: none;
169 }
170
171 a.new, #quickbar span.new a, #footer span.new a {
172 color: #CC2200;
173 }
174
175 h2, h3, h4, h5, h6 {
176 margin-bottom: 0;
177 }
178
179 small {
180 font-size: 75%;
181 }
182
183 input.mw-searchInput {
184 width: 106px;
185 }
186
187 /* Directionality-specific styles */
188 #quickbar { position: absolute; left: 4px; }
189 #article { margin-left: 148px; margin-right: 4px; }
190 #footer { margin-left: 152px; }
191
192
193 #sitetitle, #sitesub, #toplinks, #linkcollection {
194 margin-top: 0;
195 margin-bottom: 0;
196 }
197
198 #sitetitle, #toplinks {
199 color: white;
200 text-transform: uppercase;
201 height: 32pt;
202 }
203 #sitetitle {
204 padding-left: 8px;
205 font-family: Times, serif;
206 font-weight: normal;
207 font-size: 32pt;
208 line-height: 32pt;
209 background-color: #6688AA;
210 }
211 #sitetitle a, #toplinks a {
212 color: white;
213 text-decoration: none;
214 }
215 /* Bring #sitetitle to top. Otherwise #toplinks is overlaid over it, making the link unclickable. */
216 #sitetitle a {
217 position: relative;
218 z-index: 10
219 }
220
221 #toplinks {
222 font-family: Verdana, Arial, sans-serif;
223 position: absolute;
224 top: 0;
225 right: 8px;
226 width: 100%;
227 font-size: 8pt;
228 }
229 #toplinks a {
230 font-size: 10pt;
231 }
232 #toplinks p {
233 position: absolute;
234 right: 0;
235 margin: 0;
236 width: 100%;
237 text-align: right;
238 }
239 #toplinks #syslinks {
240 bottom: 0;
241 }
242 #toplinks #variantlinks {
243 bottom: 12pt;
244 }
245
246 #sitesub {
247 float: left;
248 margin-left: 8px;
249 font-family: Verdana, Arial, sans-serif;
250 font-size: 9pt;
251 font-weight: bold;
252 color: black;
253 }
254
255 #linkcollection {
256 margin-top: 0.5em;
257 font-size: small;
258 margin-right: 8px;
259 text-align: right;
260 }
261 /* Override text justification (user preference), see bug 31990 */
262 #linkcollection * {
263 text-align: right;
264 }