view doc/style_print.css @ 1154:8ebeab4d6987

Remove colored background in headings for printable version.
author zas_
date Mon, 17 Nov 2008 17:17:47 +0000
parents 507600811ccd
children eff68aeb4647
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.example.com" attr(href) ") ";
}
*/

h1 {
	background: white;
	border-bottom: 1px dotted gray;
}

h2 {
	background: white;
	border-bottom: 1px dotted gray;
}

h3 {
	background: white;
	border-bottom: 1px dotted gray;
}

.dialog_desc dt {
	border: 1px dotted gray;
}