]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/MonoBook/wikiprintable.css
Remove $Id$
[SourceForge/phpwiki.git] / themes / MonoBook / wikiprintable.css
1 /* MediaWiki print stylesheet */
2
3 body {
4     color: #000000; background: #ffffff;
5 }
6
7 /* MSIE/Win doesn't understand 'inherit' */
8 a, a.external, a.new, a.stub {
9     color: black ! important;
10     text-decoration: none ! important;
11 }
12 #article {
13     margin: 0 ! important;
14 }
15
16 /* Continue ... */
17 a, a.external, a.new, a.stub {
18     color: inherit ! important;
19     text-decoration: inherit ! important;
20 }
21
22 /* Hide ugly UI stuff */
23 #quickbar, #topbar, #footer,
24 .editsection, .toctoggle {
25     display: none;
26 }
27
28 #article {
29     position: relative;
30     margin: inherit ! important;
31 }
32
33 /* Show some stuff */
34 .urlexpansion {
35     display: inline ! important;
36 }
37
38 .printfooter {
39     border-top: solid 1px black;
40     display: block ! important;
41 }