Merge "Ignore height as well as width for framed images."
[lhc/web/wiklou.git] / resources / src / mediawiki.special / mediawiki.special.css
1
2 /**** Special:AllMessages ****/
3 #mw-allmessagestable .allmessages-customised td.am_default {
4 background-color: #fcffc4;
5 }
6
7 #mw-allmessagestable tr.allmessages-customised:hover td.am_default {
8 background-color: #faff90;
9 }
10
11 #mw-allmessagestable td.am_actual {
12 background-color: #e2ffe2;
13 }
14
15 #mw-allmessagestable tr.allmessages-customised:hover + tr.allmessages-customised td.am_actual {
16 background-color: #b1ffb1;
17 }
18
19 /**** Special:Allpages ****/
20 table.mw-allpages-table-form, table.mw-allpages-table-chunk {
21 width: 100%;
22 }
23 td.mw-allpages-alphaindexline {
24 text-align: right;
25 }
26 .mw-allpages-nav {
27 text-align: right;
28 margin-bottom: 1em;
29 }
30 table.mw-allpages-table-form tr {
31 vertical-align: top;
32 }
33
34 /**** Special:Block ****/
35 tr.mw-block-hideuser {
36 font-weight: bold;
37 }
38
39 /**** Special:BlockList ****/
40 table.mw-blocklist span.mw-usertoollinks,
41 span.mw-blocklist-actions {
42 white-space: nowrap;
43 font-size: 90%;
44 }
45
46 /**** Special:Contributions ****/
47 .mw-uctop {
48 font-weight: bold;
49 }
50
51 /**** Special:EmailUser ****/
52 td#mw-emailuser-sender,
53 td#mw-emailuser-recipient {
54 font-weight: bold;
55 }
56
57 /**** Special:ListGroupRights ****/
58 table.mw-listgrouprights-table tr {
59 vertical-align: top;
60 }
61 .listgrouprights-revoked {
62 text-decoration: line-through;
63 }
64
65 /**** Special:Prefixindex ****/
66 table.mw-prefixindex-list-table,
67 table#mw-prefixindex-nav-table {
68 width: 100%;
69 }
70 td#mw-prefixindex-nav-form {
71 margin-bottom: 1em;
72 vertical-align: top;
73 }
74 .mw-prefixindex-nav {
75 text-align: right;
76 }
77
78
79 /**** Special:Search ****/
80 .searchresults {
81 }
82
83 .searchresults p {
84 margin-left: 0.4em;
85 margin-top: 1em;
86 margin-bottom: 1.2em;
87 }
88 div.searchresult {
89 font-size: 95%;
90 width: 38em;
91 }
92 .mw-search-results {
93 margin-left: 0.4em;
94 }
95 .mw-search-results li {
96 padding-bottom: 1.2em;
97 list-style: none;
98 list-style-image: none;
99 }
100 .mw-search-results li a {
101 font-size: 108%;
102 }
103 .mw-search-result-data {
104 color: green;
105 font-size: 97%;
106 }
107 .mw-search-formheader {
108 background-color: #f3f3f3;
109 margin-top: 1em;
110 border: 1px solid silver;
111 }
112 .mw-search-formheader div.search-types {
113 float: left;
114 padding-left: 0.25em;
115 }
116 .mw-search-formheader div.search-types ul {
117 margin: 0 !important;
118 padding: 0 !important;
119 list-style: none !important;
120 }
121 .mw-search-formheader div.search-types ul li {
122 float: left;
123 margin: 0;
124 padding: 0;
125 }
126 .mw-search-formheader div.search-types ul li a {
127 display: block;
128 padding: 0.5em;
129 }
130 .mw-search-formheader div.search-types ul li.current a {
131 color: #333333;
132 cursor: default;
133 }
134 .mw-search-formheader div.search-types ul li.current a:hover {
135 text-decoration: none;
136 }
137 .mw-search-formheader div.results-info {
138 float: right;
139 padding: 0.5em;
140 padding-right: 0.75em;
141 }
142 .mw-search-formheader div.results-info ul {
143 margin: 0 !important;
144 padding: 0 !important;
145 list-style: none !important;
146 }
147 .mw-search-formheader div.results-info ul li {
148 float: right;
149 margin: 0;
150 padding: 0;
151 }
152 fieldset#mw-searchoptions {
153 margin: 0;
154 padding: 0.5em 0.75em 0.75em 0.75em !important;
155 border: none;
156 background-color: #f9f9f9;
157 border: 1px solid silver !important;
158 border-top-width: 0 !important;
159 }
160 fieldset#mw-searchoptions legend {
161 display: none;
162 }
163 fieldset#mw-searchoptions h4 {
164 padding: 0;
165 margin: 0;
166 float: left;
167 }
168 fieldset#mw-searchoptions div#mw-search-togglebox {
169 float: right;
170 }
171 fieldset#mw-searchoptions div#mw-search-togglebox label {
172 margin-right: 0.25em;
173 }
174 fieldset#mw-searchoptions div#mw-search-togglebox input {
175 margin-left: 0.25em;
176 }
177 fieldset#mw-searchoptions table {
178 float: left;
179 margin-right: 3em;
180 }
181 fieldset#mw-searchoptions table td {
182 padding-right: 1em;
183 }
184 fieldset#mw-searchoptions div.divider {
185 clear: both;
186 border-bottom: 1px solid #DDDDDD;
187 padding-top: 0.5em;
188 margin-bottom: 0.5em;
189 }
190 td#mw-search-menu {
191 padding-left:6em;
192 font-size:85%;
193 }
194 div#mw-search-interwiki {
195 float: right;
196 width: 18em;
197 border: 1px solid #AAAAAA;
198 margin-top: 2ex;
199 }
200 div#mw-search-interwiki li {
201 font-size: 95%;
202 }
203 .mw-search-interwiki-more {
204 float: right;
205 font-size: 90%;
206 }
207 div#mw-search-interwiki-caption {
208 text-align: center;
209 font-weight: bold;
210 font-size: 95%;
211 }
212 .mw-search-interwiki-project {
213 font-size: 97%;
214 text-align: left;
215 padding: 0.15em 0.15em 0.2em 0.2em;
216 background-color: #ececec;
217 border-top: 1px solid #BBBBBB;
218 }
219 span.searchalttitle {
220 font-size: 95%;
221 }
222 div.searchdidyoumean {
223 font-size: 127%;
224 margin-top: 0.8em;
225 /* Note that this color won't affect the link, as desired. */
226 color: #c00;
227 }
228 div.searchdidyoumean em {
229 font-weight: bold;
230 }
231 .searchmatch {
232 font-weight: bold;
233 }
234 /* Advanced PowerSearch box */
235 td#mw-search-togglebox {
236 text-align: right;
237 }
238 table#mw-search-powertable {
239 width: 100%;
240 }
241 form#powersearch {
242 clear: both;
243 }
244
245 /**** Special:Specialpages ****/
246 .mw-specialpagerestricted {
247 font-weight: bold;
248 }
249
250 .mw-specialpages-table {
251 margin-top: -1em;
252 margin-bottom: 1em;
253 }
254
255 .mw-specialpages-table td {
256 vertical-align: top;
257 }
258
259 /**** Special:Statistics ****/
260 td.mw-statistics-numbers {
261 text-align: right;
262 }
263
264 /**** Special:ProtectedPages ****/
265 table.mw-protectedpages span.mw-usertoollinks,
266 span.mw-protectedpages-length,
267 span.mw-protectedpages-actions {
268 white-space: nowrap;
269 font-size: 90%;
270 }
271 span.mw-protectedpages-unknown {
272 color: grey;
273 font-size: 90%;
274 }
275
276 /**** Special:UserRights ****/
277 .mw-userrights-disabled {
278 color: #888;
279 }
280 table.mw-userrights-groups * td,
281 table.mw-userrights-groups * th {
282 padding-right: 1.5em;
283 }