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