Move search-specific CSS to search-specific stylesheet
[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, table.mw-allpages-table-chunk {
20 width: 100%;
21 }
22 .mw-allpages-nav {
23 text-align: right;
24 margin-bottom: 1em;
25 }
26 table.mw-allpages-table-form tr {
27 vertical-align: top;
28 }
29
30 /* Special:Block */
31 tr.mw-block-hideuser {
32 font-weight: bold;
33 }
34
35 /* Special:BlockList */
36 table.mw-blocklist span.mw-usertoollinks,
37 span.mw-blocklist-actions {
38 white-space: nowrap;
39 font-size: 90%;
40 }
41
42 /* Special:Contributions */
43 .mw-uctop {
44 font-weight: bold;
45 }
46
47 /* Special:EmailUser */
48 td#mw-emailuser-sender,
49 td#mw-emailuser-recipient {
50 font-weight: bold;
51 }
52
53 /* Special:ListGroupRights */
54 table.mw-listgrouprights-table tr {
55 vertical-align: top;
56 }
57 .listgrouprights-revoked {
58 text-decoration: line-through;
59 }
60
61 /* Special:Prefixindex */
62 table.mw-prefixindex-list-table,
63 table#mw-prefixindex-nav-table {
64 width: 100%;
65 }
66 td#mw-prefixindex-nav-form {
67 margin-bottom: 1em;
68 vertical-align: top;
69 }
70 .mw-prefixindex-nav {
71 text-align: right;
72 }
73
74 /* Special:Specialpages */
75 .mw-specialpagerestricted {
76 font-weight: bold;
77 }
78
79 .mw-specialpages-table {
80 margin-top: -1em;
81 margin-bottom: 1em;
82 }
83
84 .mw-specialpages-table td {
85 vertical-align: top;
86 }
87
88 /* Special:Statistics */
89 td.mw-statistics-numbers {
90 text-align: right;
91 }
92
93 /* Special:ProtectedPages */
94 table.mw-protectedpages span.mw-usertoollinks,
95 span.mw-protectedpages-length,
96 span.mw-protectedpages-actions {
97 white-space: nowrap;
98 font-size: 90%;
99 }
100 span.mw-protectedpages-unknown {
101 color: grey;
102 font-size: 90%;
103 }
104
105 /* Special:UserRights */
106 .mw-userrights-disabled {
107 color: #888;
108 }
109 table.mw-userrights-groups * td,
110 table.mw-userrights-groups * th {
111 padding-right: 1.5em;
112 }