]> granicus.if.org Git - docbook-dsssl/commitdiff
Webhelp: Adding print-only css rules
authorDavid Cramer <david@thingbag.net>
Sun, 13 May 2012 19:22:12 +0000 (19:22 +0000)
committerDavid Cramer <david@thingbag.net>
Sun, 13 May 2012 19:22:12 +0000 (19:22 +0000)
xsl/webhelp/template/common/css/positioning.css

index dad43fe73f2f7e401e6ff22a4f6f82b8f79668c3..a087660ed7714677fc6dd6578fe50797f0aa1ae7 100644 (file)
@@ -349,3 +349,23 @@ div.note *, div.caution *, div.important *, div.tip *, div.warning * {
 #content .qandaset>table, #content .qandaset>table td, #content .calloutlist table, #content .calloutlist table td, #content .navfooter table, #content .navfooter table td {
     border: 0px solid;
 }
+
+@media print {
+
+    body * {
+        visibility: hidden;
+    }
+
+    #content, #content * {
+        visibility: visible;
+    }
+
+   #sidebar, .navfooter {
+       display: none;
+   }
+
+   #content {
+       margin: 0 0 0 0;
+    }
+
+}
\ No newline at end of file