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