Kill DeviceDetection
[mediawiki.git] / skins / cologneblue / screen.css
blob0d9615f745c6be003a09777b2a2d27d2bc0e07c7
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 #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;
112 #quickbar form {
113 padding: 0;
114 margin-top: 0;
117 #quickbar .portlet ul,
118 #quickbar .portlet li {
119 list-style-type: none;
120 margin: 0;
121 padding: 0;
122 line-height: inherit;
125 h1 {
126 color: #666666;
127 font-family: Verdana, Arial, sans-serif;
128 font-size: 180%;
129 line-height: 21pt;
132 h1 .editsection {
133 font-size: 55.6%;
136 h1#firstHeading {
137 padding-bottom: 0;
138 margin-bottom: 0;
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;
151 color: #223366;
154 a.external {
155 color: #336644;
158 a:visited {
159 color: #8D0749;
162 a.printable {
163 text-decoration: underline;
166 a.stub, #quickbar a.stub {
167 color: #772233;
168 text-decoration: none;
171 a.new, #quickbar span.new a, #footer span.new a {
172 color: #CC2200;
175 h2, h3, h4, h5, h6 {
176 margin-bottom: 0;
179 small {
180 font-size: 75%;
183 input.mw-searchInput {
184 width: 106px;
187 /* Directionality-specific styles */
188 #quickbar { position: absolute; left: 4px; }
189 #article { margin-left: 148px; margin-right: 4px; }
190 #footer { margin-left: 152px; }
193 #sitetitle, #sitesub, #toplinks, #linkcollection {
194 margin-top: 0;
195 margin-bottom: 0;
198 #sitetitle, #toplinks {
199 color: white;
200 text-transform: uppercase;
201 height: 32pt;
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;
211 #sitetitle a, #toplinks a {
212 color: white;
213 text-decoration: none;
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
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;
229 #toplinks a {
230 font-size: 10pt;
232 #toplinks p {
233 position: absolute;
234 right: 0;
235 margin: 0;
236 width: 100%;
237 text-align: right;
239 #toplinks #syslinks {
240 bottom: 0;
242 #toplinks #variantlinks {
243 bottom: 12pt;
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;
255 #linkcollection {
256 margin-top: 0.5em;
257 font-size: small;
258 margin-right: 8px;
259 text-align: right;
261 /* Override text justification (user preference), see bug 31990 */
262 #linkcollection * {
263 text-align: right;