SpecialPages: Align subtle and disabled text color to WikimediaUI palette
[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,
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;
27 }
28 .allpagesredirect {
29 font-style: italic;
30 }
31
32 /* Special:Block */
33 p.mw-ipb-conveniencelinks {
34 font-size: 90%;
35 text-align: right;
36 }
37
38 label[for='mw-input-wpConfirm'] {
39 font-weight: bold;
40 }
41
42 tr.mw-block-hideuser {
43 font-weight: bold;
44 }
45
46 /* Special:BlockList */
47 table.mw-blocklist span.mw-usertoollinks,
48 span.mw-blocklist-actions {
49 white-space: nowrap;
50 font-size: 90%;
51 }
52
53 /* Special:Contributions */
54 .mw-uctop {
55 font-weight: bold;
56 }
57 .mw-contributions-form select {
58 vertical-align: middle;
59 }
60
61 /* Special:EditWatchlist */
62 .watchlistredir {
63 font-style: italic;
64 }
65
66 /* Special:EmailUser */
67 td#mw-emailuser-sender,
68 td#mw-emailuser-recipient {
69 font-weight: bold;
70 }
71
72 /* Special:FileDuplicateSearch */
73 #mw-fileduplicatesearch-icon {
74 float: right;
75 }
76
77 /* Special:ListGroupRights */
78 table.mw-listgrouprights-table tr {
79 vertical-align: top;
80 }
81 .listgrouprights-revoked {
82 text-decoration: line-through;
83 }
84
85 /* Special:RevisionDelete */
86 p.mw-revdel-editreasons {
87 font-size: 90%;
88 text-align: right;
89 }
90
91 /* Special:Specialpages */
92 .mw-specialpagerestricted {
93 font-weight: bold;
94 }
95
96 .mw-specialpages-list {
97 -webkit-columns: 16em 2;
98 -moz-columns: 16em 2;
99 columns: 16em 2;
100 }
101
102 /* Special:Statistics */
103 td.mw-statistics-numbers {
104 text-align: right;
105 }
106
107 /* Special:ProtectedPages */
108 table.mw-protectedpages span.mw-usertoollinks,
109 span.mw-protectedpages-length,
110 span.mw-protectedpages-actions {
111 white-space: nowrap;
112 font-size: 90%;
113 }
114 span.mw-protectedpages-unknown {
115 color: #72777d;
116 font-size: 90%;
117 }
118
119 /* Special:UserRights */
120 .mw-userrights-disabled {
121 color: #72777d;
122 }
123 table.mw-userrights-groups * td,
124 table.mw-userrights-groups * th {
125 padding-right: 1.5em;
126 }
127
128 table.mw-userrights-groups * th {
129 text-align: left;
130 }