Move styles for Special:UserRights to separate style module
[lhc/web/wiklou.git] / resources / src / mediawiki.special / mediawiki.special.css
1 /* Special:AllMessages */
2 #mw-allmessagestable .allmessages-customised .am_default {
3 background-color: #fcffc4;
4 }
5
6 #mw-allmessagestable .allmessages-customised:hover .am_default {
7 background-color: #faff90;
8 }
9
10 #mw-allmessagestable .am_actual {
11 background-color: #e2ffe2;
12 }
13
14 #mw-allmessagestable .allmessages-customised:hover + .allmessages-customised .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 .mw-ipb-conveniencelinks {
34 font-size: 90%;
35 text-align: right;
36 }
37
38 .mw-block-hideuser,
39 .mw-block-confirm {
40 font-weight: bold;
41 }
42
43 #mw-input-wpReason .oo-ui-dropdownInputWidget,
44 #mw-input-wpReason .oo-ui-textInputWidget {
45 display: block;
46 max-width: 50em;
47 }
48
49 #mw-input-wpReason .oo-ui-textInputWidget {
50 margin-top: 0.5em;
51 }
52
53 /* Special:BlockList */
54 .mw-blocklist .mw-usertoollinks,
55 .mw-blocklist-actions {
56 white-space: nowrap;
57 font-size: 90%;
58 }
59
60 /* Special:Contributions */
61 .mw-uctop {
62 font-weight: bold;
63 }
64 .mw-contributions-form select {
65 vertical-align: middle;
66 }
67
68 /* Special:EditWatchlist */
69 .watchlistredir {
70 font-style: italic;
71 }
72
73 /* Special:EmailUser */
74 #mw-emailuser-sender,
75 #mw-emailuser-recipient {
76 font-weight: bold;
77 }
78
79 /* Special:FileDuplicateSearch */
80 #mw-fileduplicatesearch-icon {
81 float: right;
82 }
83
84 /* Special:ListGroupRights */
85 .mw-listgrouprights-table tr {
86 vertical-align: top;
87 }
88 .listgrouprights-revoked {
89 text-decoration: line-through;
90 }
91
92 /* Special:RevisionDelete */
93 .mw-revdel-editreasons {
94 font-size: 90%;
95 text-align: right;
96 }
97
98 /* Special:Specialpages */
99 .mw-specialpagerestricted {
100 font-weight: bold;
101 }
102
103 .mw-specialpages-list {
104 -webkit-columns: 16em 2;
105 -moz-columns: 16em 2;
106 columns: 16em 2;
107 }
108
109 /* Special:Statistics */
110 .mw-statistics-numbers {
111 text-align: right;
112 }
113
114 /* Special:ProtectedPages */
115 .mw-protectedpages .mw-usertoollinks,
116 .mw-protectedpages-length,
117 .mw-protectedpages-actions {
118 white-space: nowrap;
119 font-size: 90%;
120 }
121 .mw-protectedpages-unknown {
122 color: #72777d;
123 font-size: 90%;
124 }