Merge "update-oojs-ui.sh: Exclude the minimised distribution files"
[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
43 /* Special:BlockList */
44 table.mw-blocklist span.mw-usertoollinks,
45 span.mw-blocklist-actions {
46 white-space: nowrap;
47 font-size: 90%;
48 }
49
50 /* Special:Contributions */
51 .mw-uctop {
52 font-weight: bold;
53 }
54
55 /* Special:EmailUser */
56 td#mw-emailuser-sender,
57 td#mw-emailuser-recipient {
58 font-weight: bold;
59 }
60
61 /* Special:ListGroupRights */
62 table.mw-listgrouprights-table tr {
63 vertical-align: top;
64 }
65 .listgrouprights-revoked {
66 text-decoration: line-through;
67 }
68
69 /* Special:Prefixindex */
70 table.mw-prefixindex-list-table,
71 table#mw-prefixindex-nav-table {
72 width: 100%;
73 }
74 td#mw-prefixindex-nav-form {
75 margin-bottom: 1em;
76 vertical-align: top;
77 }
78 .mw-prefixindex-nav {
79 text-align: right;
80 }
81
82 /* Special:Specialpages */
83 .mw-specialpagerestricted {
84 font-weight: bold;
85 }
86
87 .mw-specialpages-table {
88 margin-top: -1em;
89 margin-bottom: 1em;
90 }
91
92 .mw-specialpages-table td {
93 vertical-align: top;
94 }
95
96 /* Special:Statistics */
97 td.mw-statistics-numbers {
98 text-align: right;
99 }
100
101 /* Special:ProtectedPages */
102 table.mw-protectedpages span.mw-usertoollinks,
103 span.mw-protectedpages-length,
104 span.mw-protectedpages-actions {
105 white-space: nowrap;
106 font-size: 90%;
107 }
108 span.mw-protectedpages-unknown {
109 color: grey;
110 font-size: 90%;
111 }
112
113 /* Special:UserRights */
114 .mw-userrights-disabled {
115 color: #888;
116 }
117 table.mw-userrights-groups * td,
118 table.mw-userrights-groups * th {
119 padding-right: 1.5em;
120 }
121
122 /* Special:Contributions */
123 .mw-contributions-form select {
124 vertical-align: middle;
125 }