Move styles for Special:FileDuplicateSearch to mediawiki.special
[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 /* Special:Allpages */
19 table.mw-allpages-table-form {
20 width: 100%;
21 }
22 table.mw-allpages-table-form tr {
23 vertical-align: top;
24 }
25 .mw-allpages-nav {
26 text-align: right;
27 margin-bottom: 1em;
28 }
29
30 ul.mw-allpages-chunk {
31 margin: 0;
32 padding: 0;
33 }
34 ul.mw-allpages-chunk li {
35 border-top: 1px solid #ccc;
36 display: inline-block;
37 margin: 0 1% 0 0;
38 padding: .2em 0;
39 vertical-align: top;
40 width: 31%;
41 }
42 .allpagesredirect {
43 font-style: italic;
44 }
45
46 /* Special:BlockList */
47 table.mw-blocklist span.mw-usertoollinks,
48 span.mw-blocklist-actions {
49 white-space: nowrap;
50 font-size: 90%;
51 }
52
53 /* Special:Contributions */
54 .mw-uctop {
55 font-weight: bold;
56 }
57
58 /* Special:EditWatchlist */
59 .watchlistredir {
60 font-style: italic;
61 }
62
63 /* Special:EmailUser */
64 td#mw-emailuser-sender,
65 td#mw-emailuser-recipient {
66 font-weight: bold;
67 }
68
69 /* Special:FileDuplicateSearch */
70 #mw-fileduplicatesearch-icon {
71 float: right;
72 }
73
74 /* Special:ListGroupRights */
75 table.mw-listgrouprights-table tr {
76 vertical-align: top;
77 }
78 .listgrouprights-revoked {
79 text-decoration: line-through;
80 }
81
82 /* Special:Prefixindex */
83 table.mw-prefixindex-list-table,
84 table#mw-prefixindex-nav-table {
85 width: 100%;
86 }
87 td#mw-prefixindex-nav-form {
88 margin-bottom: 1em;
89 vertical-align: top;
90 }
91 .mw-prefixindex-nav {
92 text-align: right;
93 }
94
95 /* Special:Specialpages */
96 .mw-specialpagerestricted {
97 font-weight: bold;
98 }
99
100 .mw-specialpages-list {
101 -webkit-columns: 16em 2;
102 -moz-columns: 16em 2;
103 columns: 16em 2;
104 }
105
106 /* Special:Statistics */
107 td.mw-statistics-numbers {
108 text-align: right;
109 }
110
111 /* Special:ProtectedPages */
112 table.mw-protectedpages span.mw-usertoollinks,
113 span.mw-protectedpages-length,
114 span.mw-protectedpages-actions {
115 white-space: nowrap;
116 font-size: 90%;
117 }
118 span.mw-protectedpages-unknown {
119 color: grey;
120 font-size: 90%;
121 }
122
123 /* Special:UserRights */
124 .mw-userrights-disabled {
125 color: #888;
126 }
127 table.mw-userrights-groups * td,
128 table.mw-userrights-groups * th {
129 padding-right: 1.5em;
130 }
131
132 /* Special:Contributions */
133 .mw-contributions-form select {
134 vertical-align: middle;
135 }