diff doc/style_print.css @ 1151:c564ab6c11fc

Add specific css for print media(has to be improved).
author zas_
date Sun, 16 Nov 2008 19:58:43 +0000
parents
children 507600811ccd
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/style_print.css	Sun Nov 16 19:58:43 2008 +0000
@@ -0,0 +1,28 @@
+body {
+	background: white;
+	font-size: 12pt;
+}
+
+div.navtop {
+	display: none;
+}
+	
+div.navbottom {
+	display: none;
+}
+
+a:link, a:visited {
+	color: #520;
+	background: transparent;
+	font-weight: bold;
+	text-decoration: underline;
+}
+
+a:link:after, a:visited:after {
+	content: " (" attr(href) ") ";
+	font-size: 90%;
+  }
+
+a[href^="/"]:after {
+	content: " (http://www.alistapart.com" attr(href) ") ";
+}