Merge "Don't show the "permissions error" page after a user self-removes rights"
[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 .toctoggle {
37 display: none;
38 }
39
40 /* */
41 #article {
42 position: relative;
43 margin: inherit !important;
44 }
45
46 .printfooter {
47 border-top: solid 1px black;
48 display: block !important;
49 }
50
51 /* Old stuff. @todo FIXME:
52 a.CBlink { color: #0000AA; text-decoration: none; font-size: 12pt; }
53 a.interwiki,
54 a.external { color: #3333BB; text-decoration: none; }
55 h1.pagetitle { padding-bottom: 0; margin-bottom: 0; }
56 i.link,
57 u.link { color: #000066; }
58 p.subtitle { padding-top: 0; margin-top: 0; }
59 */