summaryrefslogtreecommitdiff
path: root/skins/common/wikiprintable.css
diff options
context:
space:
mode:
Diffstat (limited to 'skins/common/wikiprintable.css')
-rw-r--r--skins/common/wikiprintable.css43
1 files changed, 28 insertions, 15 deletions
diff --git a/skins/common/wikiprintable.css b/skins/common/wikiprintable.css
index a80c8307..95fcfef3 100644
--- a/skins/common/wikiprintable.css
+++ b/skins/common/wikiprintable.css
@@ -6,41 +6,54 @@ body {
}
/* MSIE/Win doesn't understand 'inherit' */
-a, a.external, a.new, a.stub {
- color: black ! important;
- text-decoration: none ! important;
+a,
+a.external,
+a.new,
+a.stub {
+ color: black !important;
+ text-decoration: none !important;
}
#article {
- margin: 0 ! important;
+ margin: 0 !important;
}
/* Continue ... */
-a, a.external, a.new, a.stub {
- color: inherit ! important;
- text-decoration: inherit ! important;
+a,
+a.external,
+a.new,
+a.stub {
+ color: inherit !important;
+ text-decoration: inherit !important;
}
-/* Hide ugly UI stuff */
-#quickbar, #topbar, #logo, #footer, #siteNotice,
-.editsection, .toctoggle {
+/* Hide UI stuff */
+#quickbar,
+#topbar,
+#logo,
+#footer,
+#siteNotice,
+.editsection,
+.toctoggle {
display: none;
}
/* */
#article {
position: relative;
- margin: inherit ! important;
+ margin: inherit !important;
}
.printfooter {
border-top: solid 1px black;
- display: block ! important;
+ display: block !important;
}
-/* Old stuff, fixme:
+/* Old stuff. @todo FIXME:
a.CBlink { color: #0000AA; text-decoration: none; font-size: 12pt; }
-a.interwiki, a.external { color: #3333BB; text-decoration: none; }
+a.interwiki,
+a.external { color: #3333BB; text-decoration: none; }
h1.pagetitle { padding-bottom: 0; margin-bottom: 0; }
-i.link, u.link { color: #000066; }
+i.link,
+u.link { color: #000066; }
p.subtitle { padding-top: 0; margin-top: 0; }
*/