Merge "Move some styles of convenience links 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:Block */
47 p.mw-ipb-conveniencelinks {
48 font-size: 90%;
49 text-align: right;
50 }
51
52 /* Special:BlockList */
53 table.mw-blocklist span.mw-usertoollinks,
54 span.mw-blocklist-actions {
55 white-space: nowrap;
56 font-size: 90%;
57 }
58
59 /* Special:Contributions */
60 .mw-uctop {
61 font-weight: bold;
62 }
63
64 /* Special:EditWatchlist */
65 .watchlistredir {
66 font-style: italic;
67 }
68
69 /* Special:EmailUser */
70 td#mw-emailuser-sender,
71 td#mw-emailuser-recipient {
72 font-weight: bold;
73 }
74
75 /* Special:FileDuplicateSearch */
76 #mw-fileduplicatesearch-icon {
77 float: right;
78 }
79
80 /* Special:ListGroupRights */
81 table.mw-listgrouprights-table tr {
82 vertical-align: top;
83 }
84 .listgrouprights-revoked {
85 text-decoration: line-through;
86 }
87
88 /* Special:Prefixindex */
89 table.mw-prefixindex-list-table,
90 table#mw-prefixindex-nav-table {
91 width: 100%;
92 }
93 td#mw-prefixindex-nav-form {
94 margin-bottom: 1em;
95 vertical-align: top;
96 }
97 .mw-prefixindex-nav {
98 text-align: right;
99 }
100
101 /* Special:RevisionDelete */
102 p.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 /* Special:Statistics */
119 td.mw-statistics-numbers {
120 text-align: right;
121 }
122
123 /* Special:ProtectedPages */
124 table.mw-protectedpages span.mw-usertoollinks,
125 span.mw-protectedpages-length,
126 span.mw-protectedpages-actions {
127 white-space: nowrap;
128 font-size: 90%;
129 }
130 span.mw-protectedpages-unknown {
131 color: grey;
132 font-size: 90%;
133 }
134
135 /* Special:UserRights */
136 .mw-userrights-disabled {
137 color: #888;
138 }
139 table.mw-userrights-groups * td,
140 table.mw-userrights-groups * th {
141 padding-right: 1.5em;
142 }
143
144 /* Special:Upload */
145 p.mw-upload-editlicenses {
146 font-size: 90%;
147 text-align: right;
148 }
149
150 /* Special:Contributions */
151 .mw-contributions-form select {
152 vertical-align: middle;
153 }