Removed Closure type hints where not needed.
[mediawiki.git] / skins / cologneblue / screen.css
blob349638aa16c8610a2353cc8b5044396f71cd50c8
1 body {
2 margin: 0;
3 padding: 0;
4 color: black;
5 font-family: serif;
8 #specialform {
9 display: inline;
12 #content {
13 top: 0;
14 margin: 0;
15 padding: 0;
18 #mw-data-after-content {
19 font-family: Verdana, Arial, sans-serif;
20 color: black;
21 font-size: 8pt;
24 #powersearch {
25 background: #DDEEFF;
26 border-style: solid;
27 border-width: 1px;
28 padding: 2px;
31 #quickbar {
32 width: 140px;
33 top: 18ex;
34 padding: 2px;
35 visibility: visible;
36 z-index: 99;
39 #article, #article td, #article th, #article p {
40 font-family: Verdana, Arial, sans-serif;
41 font-size: 10pt;
42 color: black;
45 #article p {
46 padding-top: 0;
47 padding-bottom: 0;
48 margin-top: 1ex;
49 margin-bottom: 0;
52 p, pre, .mw-code, td, th, li, dd, dt {
53 line-height: 12pt;
56 textarea {
57 overflow: auto;
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;
69 #footer form {
70 display: inline;
73 #cb-ca-edit {
74 font-weight: bold;
77 #pagestats {
78 font-family: Verdana, Arial, sans-serif;
79 color: black;
80 font-size: 9pt;
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;
96 #quickbar a {
97 color: #446688;
100 /* Hide, but keep accessible for screen-readers */
101 #mw-navigation h2 {
102 position: absolute;
103 top: -9999px;
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;
118 #quickbar form {
119 padding: 0;
120 margin-top: 0;
123 #quickbar .portlet ul,
124 #quickbar .portlet li {
125 list-style-type: none;
126 margin: 0;
127 padding: 0;
128 line-height: inherit;
131 h1 {
132 color: #666666;
133 font-family: Verdana, Arial, sans-serif;
134 font-size: 180%;
135 line-height: 21pt;
138 h1 .editsection {
139 font-size: 55.6%;
142 h1#firstHeading {
143 padding-bottom: 0;
144 margin-bottom: 0;
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;
157 color: #223366;
160 a.external {
161 color: #336644;
164 a:visited {
165 color: #8D0749;
168 a.printable {
169 text-decoration: underline;
172 a.stub, #quickbar a.stub {
173 color: #772233;
174 text-decoration: none;
177 a.new, #quickbar span.new a, #footer span.new a {
178 color: #CC2200;
181 h2, h3, h4, h5, h6 {
182 margin-bottom: 0;
185 small {
186 font-size: 75%;
189 input.mw-searchInput {
190 width: 106px;
193 /* Directionality-specific styles */
194 #quickbar { position: absolute; left: 4px; }
195 #article { margin-left: 148px; margin-right: 4px; }
196 #footer { margin-left: 152px; }
199 #sitetitle, #sitesub, #toplinks, #linkcollection {
200 margin-top: 0;
201 margin-bottom: 0;
204 #sitetitle, #toplinks {
205 color: white;
206 text-transform: uppercase;
207 height: 32pt;
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;
217 #sitetitle a, #toplinks a {
218 color: white;
219 text-decoration: none;
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
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;
235 #toplinks a {
236 font-size: 10pt;
238 #toplinks p {
239 position: absolute;
240 right: 0;
241 margin: 0;
242 width: 100%;
243 text-align: right;
245 #toplinks #syslinks {
246 bottom: 0;
248 #toplinks #variantlinks {
249 bottom: 12pt;
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;
261 #linkcollection {
262 margin-top: 0.5em;
263 font-size: small;
264 margin-right: 8px;
265 text-align: right;
267 /* Override text justification (user preference), see bug 31990 */
268 #linkcollection * {
269 text-align: right;