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