0676bfc32d8e4a6a9d5bd0d17263c2df119829eb
[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 .mw-contributions-form select {
72 vertical-align: middle;
73 }
74
75 /* Special:EditWatchlist */
76 .watchlistredir {
77 font-style: italic;
78 }
79
80 /* Special:EmailUser */
81 #mw-emailuser-sender,
82 #mw-emailuser-recipient {
83 font-weight: bold;
84 }
85
86 /* Special:FileDuplicateSearch */
87 #mw-fileduplicatesearch-icon {
88 float: right;
89 }
90
91 /* Special:ListGroupRights */
92 .mw-listgrouprights-table tr {
93 vertical-align: top;
94 }
95 .listgrouprights-revoked {
96 text-decoration: line-through;
97 }
98
99 /* Special:RevisionDelete */
100 .mw-revdel-editreasons {
101 font-size: 90%;
102 text-align: right;
103 }
104
105 /* Special:Specialpages */
106 .mw-specialpagerestricted {
107 font-weight: bold;
108 }
109
110 .mw-specialpages-list {
111 -webkit-columns: 16em 2;
112 -moz-columns: 16em 2;
113 columns: 16em 2;
114 }
115
116 .mw-specialpages-list ul {
117 margin-top: 0;
118 margin-bottom: 0;
119 }
120
121 /* Special:Statistics */
122 .mw-statistics-numbers {
123 text-align: right;
124 }
125
126 /* Special:ProtectedPages */
127 .mw-protectedpages .mw-usertoollinks,
128 .mw-protectedpages-length,
129 .mw-protectedpages-actions {
130 white-space: nowrap;
131 font-size: 90%;
132 }
133 .mw-protectedpages-unknown {
134 color: #72777d;
135 font-size: 90%;
136 }