]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/MonoBook/wikiprintable.css
svn propdel svn:executable
[SourceForge/phpwiki.git] / themes / MonoBook / wikiprintable.css
1 /**
2  *  $Id$
3  */ 
4
5 /* MediaWiki print stylesheet */
6
7 body {
8         color: #000000; background: #ffffff;
9 }
10
11
12 /* MSIE/Win doesn't understand 'inherit' */
13 a, a.external, a.new, a.stub {
14         color: black ! important;
15         text-decoration: none ! important;
16 }
17 #article {
18         margin: 0 ! important;
19 }
20
21 /* Continue ... */
22 a, a.external, a.new, a.stub {
23         color: inherit ! important;
24         text-decoration: inherit ! important;
25 }
26
27 /* Hide ugly UI stuff */
28 #quickbar, #topbar, #footer,
29 .editsection, .toctoggle {
30         display: none;
31 }
32
33 /* */
34 #article {
35         position: relative;
36         margin: inherit ! important;
37 }
38
39 /* Show some stuff */
40 .urlexpansion {
41         display: inline ! important;
42 }
43
44 .printfooter {
45         border-top: solid 1px black;
46         display: block ! important;
47 }
48
49 /* Old stuff, fixme:
50 .bodytext { }
51 a.CBlink { color: #0000AA; text-decoration: none; font-size: 12pt; }
52 a.interwiki, a.external { color: #3333BB; text-decoration: none; }
53 h1.pagetitle { padding-bottom: 0; margin-bottom: 0; }
54 i.link, u.link { color: #000066; }
55 p.subtitle { padding-top: 0; margin-top: 0; }
56 */