1d04d168b7f9ee7e8057477e5f011f3b4170b705
[lhc/web/wiklou.git] / resources / mediawiki.special / mediawiki.special.css
1
2 /**** Special:AllMessages ****/
3 #mw-allmessagestable .allmessages-customised td.am_default {
4 background-color: #fcffc4;
5 }
6
7 #mw-allmessagestable tr.allmessages-customised:hover td.am_default {
8 background-color: #faff90;
9 }
10
11 #mw-allmessagestable td.am_actual {
12 background-color: #e2ffe2;
13 }
14
15 #mw-allmessagestable tr.allmessages-customised:hover + tr.allmessages-customised td.am_actual {
16 background-color: #b1ffb1;
17 }
18
19 /**** Special:Allpages ****/
20 table.mw-allpages-table-form, table.mw-allpages-table-chunk {
21 width: 100%;
22 }
23 td.mw-allpages-alphaindexline {
24 text-align: right;
25 }
26 .mw-allpages-nav {
27 text-align: right;
28 font-size: smaller;
29 margin-bottom: 1em;
30 }
31 table.mw-allpages-table-form tr {
32 vertical-align: top;
33 }
34
35 /**** Special:Block ****/
36 tr.mw-block-hideuser {
37 font-weight: bold;
38 }
39
40 /**** Special:BlockList ****/
41 table.mw-blocklist span.mw-usertoollinks,
42 span.mw-blocklist-actions{
43 white-space: nowrap;
44 font-size: 90%;
45 }
46
47 /**** Special:Contributions ****/
48 .mw-uctop {
49 font-weight: bold;
50 }
51
52 /**** Special:EmailUser ****/
53 table.mw-emailuser-table {
54 width: 98%;
55 }
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: 98%;
73 }
74 td#mw-prefixindex-nav-form {
75 font-size: smaller;
76 margin-bottom: 1em;
77 text-align: right;
78 vertical-align: top;
79 }
80
81
82 /**** Special:Search ****/
83 .searchresults {
84 }
85
86 .searchresults p {
87 margin-left: 0.4em;
88 margin-top: 1em;
89 margin-bottom: 1.2em;
90 }
91 div.searchresult {
92 font-size: 95%;
93 width: 38em;
94 }
95 .mw-search-results {
96 margin-left: 0.4em;
97 }
98 .mw-search-results li {
99 padding-bottom: 1em;
100 list-style: none;
101 list-style-image: none;
102 }
103 .mw-search-results li a {
104 font-size: 108%;
105 }
106 .mw-search-result-data {
107 color: green;
108 font-size: 97%;
109 }
110 .mw-search-formheader {
111 background-color: #f3f3f3;
112 margin-top: 1em;
113 border: 1px solid silver;
114 }
115 .mw-search-formheader div.search-types {
116 float: left;
117 padding-left: 0.25em;
118 }
119 .mw-search-formheader div.search-types ul {
120 margin: 0 !important;
121 padding: 0 !important;
122 list-style: none !important;
123 }
124 .mw-search-formheader div.search-types ul li {
125 float: left;
126 margin: 0;
127 padding: 0;
128 }
129 .mw-search-formheader div.search-types ul li a {
130 display: block;
131 padding: 0.5em;
132 }
133 .mw-search-formheader div.search-types ul li.current a {
134 color: #333333;
135 cursor: default;
136 }
137 .mw-search-formheader div.search-types ul li.current a:hover {
138 text-decoration: none;
139 }
140 .mw-search-formheader div.results-info {
141 float: right;
142 padding: 0.5em;
143 padding-right: 0.75em;
144 }
145 .mw-search-formheader div.results-info ul {
146 margin: 0 !important;
147 padding: 0 !important;
148 list-style: none !important;
149 }
150 .mw-search-formheader div.results-info ul li {
151 float: right;
152 margin: 0;
153 padding: 0;
154 }
155 fieldset#mw-searchoptions {
156 margin: 0;
157 padding: 0.5em 0.75em 0.75em 0.75em !important;
158 border: none;
159 background-color: #f9f9f9;
160 border: 1px solid silver !important;
161 border-top-width: 0 !important;
162 }
163 fieldset#mw-searchoptions legend {
164 display: none;
165 }
166 fieldset#mw-searchoptions h4 {
167 padding: 0;
168 margin: 0;
169 float: left;
170 }
171 fieldset#mw-searchoptions div#mw-search-togglebox {
172 float: right;
173 }
174 fieldset#mw-searchoptions div#mw-search-togglebox label {
175 margin-right: 0.25em;
176 }
177 fieldset#mw-searchoptions div#mw-search-togglebox input {
178 margin-left: 0.25em;
179 }
180 fieldset#mw-searchoptions table {
181 float: left;
182 margin-right: 3em;
183 }
184 fieldset#mw-searchoptions table td {
185 padding-right: 1em;
186 }
187 fieldset#mw-searchoptions div.divider {
188 clear: both;
189 border-bottom: 1px solid #DDDDDD;
190 padding-top: 0.5em;
191 margin-bottom: 0.5em;
192 }
193 td#mw-search-menu {
194 padding-left:6em;
195 font-size:85%;
196 }
197 div#mw-search-interwiki {
198 float: right;
199 width: 18em;
200 border: 1px solid #AAAAAA;
201 margin-top: 2ex;
202 }
203 div#mw-search-interwiki li {
204 font-size: 95%;
205 }
206 .mw-search-interwiki-more {
207 float: right;
208 font-size: 90%;
209 }
210 div#mw-search-interwiki-caption {
211 text-align: center;
212 font-weight: bold;
213 font-size: 95%;
214 }
215 .mw-search-interwiki-project {
216 font-size: 97%;
217 text-align: left;
218 padding: 0.15em 0.15em 0.2em 0.2em;
219 background-color: #ececec;
220 border-top: 1px solid #BBBBBB;
221 }
222 span.searchalttitle {
223 font-size: 95%;
224 }
225 div.searchdidyoumean {
226 font-size: 127%;
227 margin-top: 0.8em;
228 /* Note that this color won't affect the link, as desired. */
229 color: #c00;
230 }
231 div.searchdidyoumean em {
232 font-weight: bold;
233 }
234 .searchmatch {
235 font-weight: bold;
236 }
237 /* Advanced PowerSearch box */
238 td#mw-search-togglebox {
239 text-align: right;
240 }
241 table#mw-search-powertable {
242 width: 100%;
243 }
244 form#powersearch {
245 clear: both;
246 }
247
248 /**** Special:Specialpages ****/
249 .mw-specialpagecached {
250 font-style:italic;
251 }
252 .mw-specialpagerestricted {
253 font-weight:bold;
254 }
255
256 .mw-specialpages-table {
257 margin-top: -1em;
258 margin-bottom: 1em;
259 }
260
261 .mw-specialpages-table td {
262 vertical-align: top;
263 }
264
265 /**** Special:Statistics ****/
266 td.mw-statistics-numbers {
267 text-align: right;
268 }
269
270 /**** Special:UserRights ****/
271 .mw-userrights-disabled {
272 color: #888;
273 }
274 table.mw-userrights-groups * td,
275 table.mw-userrights-groups * th {
276 padding-right: 1.5em;
277 }