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