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