Merge "Fix documentation for RevisionRecord::$mPageId"
[lhc/web/wiklou.git] / resources / src / mediawiki.special / special.less
1 /* Special:AllMessages */
2 @import 'mediawiki.mixins';
3
4 /* Visually hide repeating text, but leave in for better form navigation on screen readers */
5 .mw-special-Allmessages .mw-htmlform-ooui .oo-ui-fieldsetLayout:first-child .oo-ui-fieldsetLayout-header {
6 .mixin-screen-reader-text();
7 }
8
9 #mw-allmessagestable tbody:hover td {
10 /* Duplicate of `.mw-datatable tr:hover td` from shared.css,
11 * so that it also applies when hovering a lower cell
12 * within the same rowspan */
13 background-color: #eaf3ff;
14 }
15
16 #mw-allmessagestable .am_default {
17 background-color: #fcffc4;
18 }
19
20 #mw-allmessagestable tbody:hover .am_default {
21 background-color: #faff90;
22 }
23
24 #mw-allmessagestable .am_actual {
25 background-color: #e2ffe2;
26 }
27
28 #mw-allmessagestable tbody:hover .am_actual {
29 background-color: #b1ffb1;
30 }
31
32 /* Common for Special:Allpages and Special:PrefixIndex */
33 .mw-allpages-body,
34 .mw-prefixindex-body {
35 columns: 22em 3;
36 -moz-columns: 22em 3;
37 -webkit-columns: 22em 3;
38 break-inside: avoid-column;
39 page-break-inside: avoid;
40 -webkit-column-break-inside: avoid;
41 }
42
43 .mw-allpages-chunk,
44 .mw-prefixindex-list {
45 margin-top: 0;
46 margin-bottom: 0;
47 }
48
49 .allpagesredirect {
50 font-style: italic;
51 }
52
53 /* Special:Block */
54 .mw-ipb-conveniencelinks {
55 font-size: 90%;
56 text-align: right;
57 }
58
59 .mw-block-hideuser,
60 .mw-block-confirm {
61 font-weight: bold;
62 }
63
64 #mw-input-wpReason .oo-ui-dropdownInputWidget,
65 #mw-input-wpReason .oo-ui-textInputWidget {
66 display: block;
67 max-width: 50em;
68 }
69
70 #mw-input-wpReason .oo-ui-textInputWidget {
71 margin-top: 0.5em;
72 }
73
74 /* Special:BlockList */
75 .mw-blocklist .mw-usertoollinks,
76 .mw-blocklist-actions {
77 white-space: nowrap;
78 font-size: 90%;
79 }
80
81 /* Special:Contributions */
82 .mw-uctop {
83 font-weight: bold;
84 }
85
86 .mw-contributions-form select {
87 vertical-align: middle;
88 }
89
90 /* Special:EditWatchlist */
91 .watchlistredir {
92 font-style: italic;
93 }
94
95 /* Special:EmailUser */
96 #mw-emailuser-sender,
97 #mw-emailuser-recipient {
98 font-weight: bold;
99 }
100
101 /* Special:FileDuplicateSearch */
102 #mw-fileduplicatesearch-icon {
103 float: right;
104 }
105
106 /* Special:ListGroupRights */
107 .mw-listgrouprights-table tr {
108 vertical-align: top;
109 }
110
111 .listgrouprights-revoked {
112 text-decoration: line-through;
113 }
114
115 /* Special:RevisionDelete */
116 .mw-revdel-editreasons {
117 font-size: 90%;
118 text-align: right;
119 }
120
121 /* Special:Specialpages */
122 .mw-specialpagerestricted {
123 font-weight: bold;
124 }
125
126 .mw-specialpages-list {
127 -webkit-columns: 16em 2;
128 -moz-columns: 16em 2;
129 columns: 16em 2;
130 }
131
132 .mw-specialpages-list ul {
133 margin-top: 0;
134 margin-bottom: 0;
135 }
136
137 /* Special:Statistics */
138 .mw-statistics-numbers {
139 text-align: right;
140 }
141
142 /* Special:ProtectedPages */
143 .mw-protectedpages .mw-usertoollinks,
144 .mw-protectedpages-length,
145 .mw-protectedpages-actions {
146 white-space: nowrap;
147 font-size: 90%;
148 }
149
150 .mw-protectedpages-unknown {
151 color: #72777d;
152 font-size: 90%;
153 }
154
155 /* Special:PasswordPolicies */
156 .mw-passwordpolicies-table tr {
157 vertical-align: top;
158 }