]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/MonoBook/wikiprintable.css
Initialize $html
[SourceForge/phpwiki.git] / themes / MonoBook / 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, a.external, a.new, a.stub {
10     color: black ! important;
11     text-decoration: none ! important;
12 }
13
14 #article {
15     margin: 0 ! important;
16 }
17
18 /* Continue ... */
19 a, a.external, a.new, a.stub {
20     color: inherit ! important;
21     text-decoration: inherit ! important;
22 }
23
24 /* Hide ugly UI stuff */
25 #quickbar, #topbar, #footer,
26 .editsection, .toctoggle {
27     display: none;
28 }
29
30 #article {
31     position: relative;
32     margin: inherit ! important;
33 }
34
35 /* Show some stuff */
36 .urlexpansion {
37     display: inline ! important;
38 }
39
40 .printfooter {
41     border-top: solid 1px black;
42     display: block ! important;
43 }