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:ListGroupRights */
76 table.mw-listgrouprights-table tr {
77 vertical-align: top;
78 }
79 .listgrouprights-revoked {
80 text-decoration: line-through;
81 }
82
83 /* Special:Prefixindex */
84 table.mw-prefixindex-list-table,
85 table#mw-prefixindex-nav-table {
86 width: 100%;
87 }
88 td#mw-prefixindex-nav-form {
89 margin-bottom: 1em;
90 vertical-align: top;
91 }
92 .mw-prefixindex-nav {
93 text-align: right;
94 }
95
96 /* Special:RevisionDelete */
97 p.mw-revdel-editreasons {
98 font-size: 90%;
99 text-align: right;
100 }
101
102 /* Special:Specialpages */
103 .mw-specialpagerestricted {
104 font-weight: bold;
105 }
106
107 .mw-specialpages-list {
108 -webkit-columns: 16em 2;
109 -moz-columns: 16em 2;
110 columns: 16em 2;
111 }
112
113 /* Special:Statistics */
114 td.mw-statistics-numbers {
115 text-align: right;
116 }
117
118 /* Special:ProtectedPages */
119 table.mw-protectedpages span.mw-usertoollinks,
120 span.mw-protectedpages-length,
121 span.mw-protectedpages-actions {
122 white-space: nowrap;
123 font-size: 90%;
124 }
125 span.mw-protectedpages-unknown {
126 color: grey;
127 font-size: 90%;
128 }
129
130 /* Special:UserRights */
131 .mw-userrights-disabled {
132 color: #888;
133 }
134 table.mw-userrights-groups * td,
135 table.mw-userrights-groups * th {
136 padding-right: 1.5em;
137 }
138
139 /* Special:Upload */
140 p.mw-upload-editlicenses {
141 font-size: 90%;
142 text-align: right;
143 }
144
145 /* Special:Contributions */
146 .mw-contributions-form select {
147 vertical-align: middle;
148 }