mediawiki.searchSuggest: Show full article title as a tooltip for each suggestion
[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 width: 100%;
59 display: block;
60 -moz-box-sizing: border-box;
61 -webkit-box-sizing: border-box;
62 box-sizing: border-box;
63 }
64
65 #footer {
66 margin-right: 2%;
67 margin-top: 1em;
68 padding: 4px;
69 font-family: verdana, arial, sans-serif;
70 font-size: 10pt;
71 text-align: center;
72 }
73
74 #footer form {
75 display: inline;
76 }
77
78 #cb-ca-edit {
79 font-weight: bold;
80 }
81
82 #pagestats {
83 font-family: Verdana, Arial, sans-serif;
84 color: black;
85 font-size: 9pt;
86 }
87
88
89
90 #quickbar {
91 font-family: Verdana, Arial, sans-serif;
92 font-size: 8pt;
93 font-weight: bold;
94 line-height: 9.5pt;
95 text-decoration: none;
96 color: black;
97 padding: 0;
98 margin-top: 0;
99 }
100
101 #quickbar a {
102 color: #446688;
103 }
104
105 /* Hide, but keep accessible for screen-readers */
106 #mw-navigation h2 {
107 position: absolute;
108 top: -9999px;
109 }
110
111 #quickbar h3 {
112 font-family: Verdana, Arial, sans-serif;
113 font-size: 10pt;
114 font-weight: bold;
115 line-height: 12pt;
116 text-decoration: none;
117 color: #666666;
118 padding: 0;
119 margin-bottom: 2px;
120 margin-top: 6px;
121 }
122
123 #quickbar form {
124 padding: 0;
125 margin-top: 0;
126 }
127
128 #quickbar .portlet ul,
129 #quickbar .portlet li {
130 list-style-type: none;
131 margin: 0;
132 padding: 0;
133 line-height: inherit;
134 }
135
136 div.after-portlet {
137 display: inline;
138 padding-left: .5em;
139 }
140
141 h1 {
142 color: #666666;
143 font-family: Verdana, Arial, sans-serif;
144 font-size: 180%;
145 line-height: 21pt;
146 }
147
148 h1#firstHeading {
149 padding-bottom: 0;
150 margin-bottom: 0;
151 }
152
153 #article p.subtitle, #article p.subpages, #article p.tagline {
154 color: #666666;
155 font-size: 11pt;
156 font-weight: bold;
157 padding-top: 0;
158 margin-top: 0;
159 padding-bottom: 1ex;
160 }
161
162 a {
163 color: #223366;
164 }
165
166 a.external {
167 color: #336644;
168 }
169
170 a:visited {
171 color: #8D0749;
172 }
173
174 a.printable {
175 text-decoration: underline;
176 }
177
178 a.stub, #quickbar a.stub {
179 color: #772233;
180 text-decoration: none;
181 }
182
183 a.new, #quickbar span.new a, #footer span.new a {
184 color: #CC2200;
185 }
186
187 h2, h3, h4, h5, h6 {
188 margin-bottom: 0;
189 }
190
191 small {
192 font-size: 75%;
193 }
194
195 input.mw-searchInput {
196 width: 106px;
197 }
198
199 /* Directionality-specific styles */
200 #quickbar { position: absolute; left: 4px; }
201 #article { margin-left: 148px; margin-right: 4px; }
202 #footer { margin-left: 152px; }
203
204
205 #sitetitle, #sitesub, #toplinks, #linkcollection {
206 margin-top: 0;
207 margin-bottom: 0;
208 }
209
210 #sitetitle, #toplinks {
211 color: white;
212 text-transform: uppercase;
213 height: 32pt;
214 }
215 #sitetitle {
216 padding-left: 8px;
217 font-family: Times, serif;
218 font-weight: normal;
219 font-size: 32pt;
220 line-height: 32pt;
221 background-color: #6688AA;
222 }
223 #sitetitle a, #toplinks a {
224 color: white;
225 text-decoration: none;
226 }
227 /* Bring #sitetitle to top. Otherwise #toplinks is overlaid over it, making the link unclickable. */
228 #sitetitle a {
229 position: relative;
230 z-index: 10
231 }
232
233 #toplinks {
234 font-family: Verdana, Arial, sans-serif;
235 position: absolute;
236 top: 0;
237 right: 8px;
238 width: 100%;
239 font-size: 8pt;
240 }
241 #toplinks a {
242 font-size: 10pt;
243 }
244 #toplinks p {
245 position: absolute;
246 right: 0;
247 margin: 0;
248 width: 100%;
249 text-align: right;
250 }
251 #toplinks #syslinks {
252 bottom: 0;
253 }
254 #toplinks #variantlinks {
255 bottom: 12pt;
256 }
257
258 #sitesub {
259 float: left;
260 margin-left: 8px;
261 font-family: Verdana, Arial, sans-serif;
262 font-size: 9pt;
263 font-weight: bold;
264 color: black;
265 }
266
267 #linkcollection {
268 margin-top: 0.5em;
269 font-size: small;
270 margin-right: 8px;
271 text-align: right;
272 padding-left: 140px;
273 }
274 /* Override text justification (user preference), see bug 31990 */
275 #linkcollection * {
276 text-align: right;
277 }