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