summaryrefslogtreecommitdiffstats
path: root/htdocs/print.css
diff options
context:
space:
mode:
authorot <ot@localhost>2004-11-16 05:19:49 +0000
committerot <ot@localhost>2004-11-16 05:19:49 +0000
commita101042533ecac1976788923eaccdd0192c61e18 (patch)
treeaefccbf3e74a0caf11b3884a606ecdf7c28bfaba /htdocs/print.css
parent12f87345caf5e3614489c89829249e77f805f577 (diff)
downloadmarkup-validator-a101042533ecac1976788923eaccdd0192c61e18.zip
markup-validator-a101042533ecac1976788923eaccdd0192c61e18.tar.gz
markup-validator-a101042533ecac1976788923eaccdd0192c61e18.tar.bz2
adding a (minimal) print stylesheet
Diffstat (limited to 'htdocs/print.css')
-rw-r--r--htdocs/print.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/htdocs/print.css b/htdocs/print.css
new file mode 100644
index 0000000..c69a236
--- /dev/null
+++ b/htdocs/print.css
@@ -0,0 +1,16 @@
+#menu, .jumpbar, address, .copyright, #revalidate {
+ display: none
+ }
+
+body {
+ font-size: 12pt;
+ }
+
+#banner {
+ background: white;
+ }
+
+/* trying to avoid having the source drool out of the paper */
+#source div pre { white-space: normal }
+/* ... yet have something legible */
+#source div pre a {display: block } \ No newline at end of file