Merge "Improve sorting on SpecialWanted*-Pages"
[mediawiki.git] / resources / src / mediawiki.special / mediawiki.special.css
blob3ad8005458d00216406a807a60b07513f6732fa5
1 /* Special:AllMessages */
2 #mw-allmessagestable .allmessages-customised td.am_default {
3 background-color: #fcffc4;
6 #mw-allmessagestable tr.allmessages-customised:hover td.am_default {
7 background-color: #faff90;
10 #mw-allmessagestable td.am_actual {
11 background-color: #e2ffe2;
14 #mw-allmessagestable tr.allmessages-customised:hover + tr.allmessages-customised td.am_actual {
15 background-color: #b1ffb1;
18 /* Common for Special:Allpages and Special:PrefixIndex */
19 .mw-allpages-body,
20 .mw-prefixindex-body {
21 columns: 22em 3;
22 -moz-columns: 22em 3;
23 -webkit-columns: 22em 3;
24 break-inside: avoid-column;
25 page-break-inside: avoid;
26 -webkit-column-break-inside: avoid;
28 .allpagesredirect {
29 font-style: italic;
32 /* Special:Block */
33 p.mw-ipb-conveniencelinks {
34 font-size: 90%;
35 text-align: right;
38 /* Special:BlockList */
39 table.mw-blocklist span.mw-usertoollinks,
40 span.mw-blocklist-actions {
41 white-space: nowrap;
42 font-size: 90%;
45 /* Special:Contributions */
46 .mw-uctop {
47 font-weight: bold;
49 .mw-contributions-form select {
50 vertical-align: middle;
53 /* Special:EditWatchlist */
54 .watchlistredir {
55 font-style: italic;
58 /* Special:EmailUser */
59 td#mw-emailuser-sender,
60 td#mw-emailuser-recipient {
61 font-weight: bold;
64 /* Special:FileDuplicateSearch */
65 #mw-fileduplicatesearch-icon {
66 float: right;
69 /* Special:ListGroupRights */
70 table.mw-listgrouprights-table tr {
71 vertical-align: top;
73 .listgrouprights-revoked {
74 text-decoration: line-through;
77 /* Special:RevisionDelete */
78 p.mw-revdel-editreasons {
79 font-size: 90%;
80 text-align: right;
83 /* Special:Specialpages */
84 .mw-specialpagerestricted {
85 font-weight: bold;
88 .mw-specialpages-list {
89 -webkit-columns: 16em 2;
90 -moz-columns: 16em 2;
91 columns: 16em 2;
94 /* Special:Statistics */
95 td.mw-statistics-numbers {
96 text-align: right;
99 /* Special:ProtectedPages */
100 table.mw-protectedpages span.mw-usertoollinks,
101 span.mw-protectedpages-length,
102 span.mw-protectedpages-actions {
103 white-space: nowrap;
104 font-size: 90%;
106 span.mw-protectedpages-unknown {
107 color: #808080;
108 font-size: 90%;
111 /* Special:UserRights */
112 .mw-userrights-disabled {
113 color: #888;
115 table.mw-userrights-groups * td,
116 table.mw-userrights-groups * th {
117 padding-right: 1.5em;