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