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