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