Merge "Add $wgReauthenticateTime to extension.json"
[lhc/web/wiklou.git] / resources / src / mediawiki.special / 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
29 .mw-allpages-chunk,
30 .mw-prefixindex-list {
31 margin-top: 0;
32 margin-bottom: 0;
33 }
34
35 .allpagesredirect {
36 font-style: italic;
37 }
38
39 /* Special:Block */
40 .mw-ipb-conveniencelinks {
41 font-size: 90%;
42 text-align: right;
43 }
44
45 .mw-block-hideuser,
46 .mw-block-confirm {
47 font-weight: bold;
48 }
49
50 #mw-input-wpReason .oo-ui-dropdownInputWidget,
51 #mw-input-wpReason .oo-ui-textInputWidget {
52 display: block;
53 max-width: 50em;
54 }
55
56 #mw-input-wpReason .oo-ui-textInputWidget {
57 margin-top: 0.5em;
58 }
59
60 /* Special:BlockList */
61 .mw-blocklist .mw-usertoollinks,
62 .mw-blocklist-actions {
63 white-space: nowrap;
64 font-size: 90%;
65 }
66
67 /* Special:Contributions */
68 .mw-uctop {
69 font-weight: bold;
70 }
71
72 .mw-contributions-form select {
73 vertical-align: middle;
74 }
75
76 /* Special:EditWatchlist */
77 .watchlistredir {
78 font-style: italic;
79 }
80
81 /* Special:EmailUser */
82 #mw-emailuser-sender,
83 #mw-emailuser-recipient {
84 font-weight: bold;
85 }
86
87 /* Special:FileDuplicateSearch */
88 #mw-fileduplicatesearch-icon {
89 float: right;
90 }
91
92 /* Special:ListGroupRights */
93 .mw-listgrouprights-table tr {
94 vertical-align: top;
95 }
96
97 .listgrouprights-revoked {
98 text-decoration: line-through;
99 }
100
101 /* Special:RevisionDelete */
102 .mw-revdel-editreasons {
103 font-size: 90%;
104 text-align: right;
105 }
106
107 /* Special:Specialpages */
108 .mw-specialpagerestricted {
109 font-weight: bold;
110 }
111
112 .mw-specialpages-list {
113 -webkit-columns: 16em 2;
114 -moz-columns: 16em 2;
115 columns: 16em 2;
116 }
117
118 .mw-specialpages-list ul {
119 margin-top: 0;
120 margin-bottom: 0;
121 }
122
123 /* Special:Statistics */
124 .mw-statistics-numbers {
125 text-align: right;
126 }
127
128 /* Special:ProtectedPages */
129 .mw-protectedpages .mw-usertoollinks,
130 .mw-protectedpages-length,
131 .mw-protectedpages-actions {
132 white-space: nowrap;
133 font-size: 90%;
134 }
135
136 .mw-protectedpages-unknown {
137 color: #72777d;
138 font-size: 90%;
139 }
140
141 /* Special:PasswordPolicies */
142 .mw-passwordpolicies-table tr {
143 vertical-align: top;
144 }