Cleanup on Special:AllPages and Special:PrefixIndex
[lhc/web/wiklou.git] / resources / src / mediawiki.special / mediawiki.special.css
1 /* Special:AllMessages */
2 #mw-allmessagestable .allmessages-customised td.am_default {
3 background-color: #fcffc4;
4 }
5
6 #mw-allmessagestable tr.allmessages-customised:hover td.am_default {
7 background-color: #faff90;
8 }
9
10 #mw-allmessagestable td.am_actual {
11 background-color: #e2ffe2;
12 }
13
14 #mw-allmessagestable tr.allmessages-customised:hover + tr.allmessages-customised td.am_actual {
15 background-color: #b1ffb1;
16 }
17
18 /* Common for Special:Allpages and Special:PrefixIndex */
19 .mw-allpages-body, .mw-prefixindex-body {
20 columns: 22em 3;
21 -moz-columns: 22em 3;
22 -webkit-columns: 22em 3;
23 break-inside: avoid-column;
24 page-break-inside: avoid;
25 -webkit-column-break-inside: avoid;
26 }
27 .allpagesredirect {
28 font-style: italic;
29 }
30
31 /* Special:Block */
32 p.mw-ipb-conveniencelinks {
33 font-size: 90%;
34 text-align: right;
35 }
36
37 /* Special:BlockList */
38 table.mw-blocklist span.mw-usertoollinks,
39 span.mw-blocklist-actions {
40 white-space: nowrap;
41 font-size: 90%;
42 }
43
44 /* Special:Contributions */
45 .mw-uctop {
46 font-weight: bold;
47 }
48 .mw-contributions-form select {
49 vertical-align: middle;
50 }
51
52 /* Special:EditWatchlist */
53 .watchlistredir {
54 font-style: italic;
55 }
56
57 /* Special:EmailUser */
58 td#mw-emailuser-sender,
59 td#mw-emailuser-recipient {
60 font-weight: bold;
61 }
62
63 /* Special:FileDuplicateSearch */
64 #mw-fileduplicatesearch-icon {
65 float: right;
66 }
67
68 /* Special:ListGroupRights */
69 table.mw-listgrouprights-table tr {
70 vertical-align: top;
71 }
72 .listgrouprights-revoked {
73 text-decoration: line-through;
74 }
75
76 /* Special:RevisionDelete */
77 p.mw-revdel-editreasons {
78 font-size: 90%;
79 text-align: right;
80 }
81
82 /* Special:Specialpages */
83 .mw-specialpagerestricted {
84 font-weight: bold;
85 }
86
87 .mw-specialpages-list {
88 -webkit-columns: 16em 2;
89 -moz-columns: 16em 2;
90 columns: 16em 2;
91 }
92
93 /* Special:Statistics */
94 td.mw-statistics-numbers {
95 text-align: right;
96 }
97
98 /* Special:ProtectedPages */
99 table.mw-protectedpages span.mw-usertoollinks,
100 span.mw-protectedpages-length,
101 span.mw-protectedpages-actions {
102 white-space: nowrap;
103 font-size: 90%;
104 }
105 span.mw-protectedpages-unknown {
106 color: grey;
107 font-size: 90%;
108 }
109
110 /* Special:UserRights */
111 .mw-userrights-disabled {
112 color: #888;
113 }
114 table.mw-userrights-groups * td,
115 table.mw-userrights-groups * th {
116 padding-right: 1.5em;
117 }
118
119 /* Special:Upload */
120 p.mw-upload-editlicenses {
121 font-size: 90%;
122 text-align: right;
123 }