2b028ae8bb4ec49511b1c9fd61b9d228173a27fe
[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, .mw-prefixindex-body {
20 columns: 22em 3;
21 -moz-columns: 22em 3;
22 -webkit-columns: 22em 3;
23 break-inside: avoid-column;
24 page-break-inside: avoid;
25 -webkit-column-break-inside: avoid;
26 }
27 .allpagesredirect {
28 font-style: italic;
29 }
30
31 /* Special:Allpages */
32 .mw-allpages-nav {
33 text-align: right;
34 margin-bottom: 1em;
35 }
36 table.mw-allpages-table-form {
37 width: 100%;
38 }
39 table.mw-allpages-table-form tr {
40 vertical-align: top;
41 }
42
43 /* Special:Prefixindex */
44 .mw-prefixindex-nav {
45 text-align: right;
46 }
47 table#mw-prefixindex-nav-table {
48 width: 100%;
49 }
50 td#mw-prefixindex-nav-form {
51 margin-bottom: 1em;
52 vertical-align: top;
53 }
54
55 /* Special:Block */
56 p.mw-ipb-conveniencelinks {
57 font-size: 90%;
58 text-align: right;
59 }
60
61 /* Special:BlockList */
62 table.mw-blocklist span.mw-usertoollinks,
63 span.mw-blocklist-actions {
64 white-space: nowrap;
65 font-size: 90%;
66 }
67
68 /* Special:Contributions */
69 .mw-uctop {
70 font-weight: bold;
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 td#mw-emailuser-sender,
83 td#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 table.mw-listgrouprights-table tr {
94 vertical-align: top;
95 }
96 .listgrouprights-revoked {
97 text-decoration: line-through;
98 }
99
100 /* Special:RevisionDelete */
101 p.mw-revdel-editreasons {
102 font-size: 90%;
103 text-align: right;
104 }
105
106 /* Special:Specialpages */
107 .mw-specialpagerestricted {
108 font-weight: bold;
109 }
110
111 .mw-specialpages-list {
112 -webkit-columns: 16em 2;
113 -moz-columns: 16em 2;
114 columns: 16em 2;
115 }
116
117 /* Special:Statistics */
118 td.mw-statistics-numbers {
119 text-align: right;
120 }
121
122 /* Special:ProtectedPages */
123 table.mw-protectedpages span.mw-usertoollinks,
124 span.mw-protectedpages-length,
125 span.mw-protectedpages-actions {
126 white-space: nowrap;
127 font-size: 90%;
128 }
129 span.mw-protectedpages-unknown {
130 color: grey;
131 font-size: 90%;
132 }
133
134 /* Special:UserRights */
135 .mw-userrights-disabled {
136 color: #888;
137 }
138 table.mw-userrights-groups * td,
139 table.mw-userrights-groups * th {
140 padding-right: 1.5em;
141 }
142
143 /* Special:Upload */
144 p.mw-upload-editlicenses {
145 font-size: 90%;
146 text-align: right;
147 }