view 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 source

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) ") ";
}