Made SwiftFileBackend::loadObjectListing() populate stat entries in reverse order.
[lhc/web/wiklou.git] / skins / common / wikiprintable.css
1 /* MediaWiki print stylesheet */
2
3 body {
4 color: #000000;
5 background: #ffffff;
6 }
7
8 /* MSIE/Win doesn't understand 'inherit' */
9 a,
10 a.external,
11 a.new,
12 a.stub {
13 color: black !important;
14 text-decoration: none !important;
15 }
16 #article {
17 margin: 0 !important;
18 }
19
20 /* Continue ... */
21 a,
22 a.external,
23 a.new,
24 a.stub {
25 color: inherit !important;
26 text-decoration: inherit !important;
27 }
28
29 /* Hide UI stuff */
30 #quickbar,
31 #topbar,
32 #logo,
33 #footer,
34 #siteNotice,
35 .mw-editsection,
36 .editsection,
37 .toctoggle {
38 display: none;
39 }
40
41 /* */
42 #article {
43 position: relative;
44 margin: inherit !important;
45 }
46
47 .printfooter {
48 border-top: solid 1px black;
49 display: block !important;
50 }
51
52 /* Old stuff. @todo FIXME:
53 a.CBlink { color: #0000AA; text-decoration: none; font-size: 12pt; }
54 a.interwiki,
55 a.external { color: #3333BB; text-decoration: none; }
56 h1.pagetitle { padding-bottom: 0; margin-bottom: 0; }
57 i.link,
58 u.link { color: #000066; }
59 p.subtitle { padding-top: 0; margin-top: 0; }
60 */