Blame Identity/Webenv/phpBB/3.0.4/styles/modern/theme/print.css

ef5584
/* Modern Print Style Sheet
ef5584
-------------------------------------------------
ef5584
	Author: subBlue  ( http://www.subBlue.com/ )
ef5584
	Version: 25 August 2004
ef5584
ef5584
	Copyright 2004 phpBB Group
ef5584
-------------------------------------------------*/
ef5584
ef5584
ef5584
/* Lots still TODO here! */
ef5584
ef5584
/* General markup styles */
ef5584
* {
ef5584
	padding: 0;
ef5584
	margin: 0;
ef5584
}
ef5584
ef5584
body {
ef5584
	font: 11pt Verdana, Arial, Helvetica, sans-serif;
ef5584
	color:#000000;
ef5584
}
ef5584
ef5584
a:link		{ color: #000000; text-decoration: none; }
ef5584
a:visited	{ color: #000000; text-decoration: none; }
ef5584
a:active	{ color: #000000; text-decoration: none; }
ef5584
ef5584
img, .noprint, #sub-header, #sub-footer, .navbar, .box1, .divider, .signature { display: none; }
ef5584
ef5584
/* Container for the main body */
ef5584
#wrap {
ef5584
	margin: 0 2em;
ef5584
}
ef5584
ef5584
p { font-size: 85%; }
ef5584
.copyright { font-size: 75%; }
ef5584
.page-number { float:right; width: auto; text-align: right; font-size: 75%; }
ef5584
ef5584
h1, h2, h3, h1 a, h2 a, h3 a {
ef5584
	font-family: "Trebuchet MS",georgia,Verdana,Sans-serif;
ef5584
	color: #000000;
ef5584
	background: none;
ef5584
	text-decoration: none;
ef5584
	font-weight: bold;
ef5584
}
ef5584
ef5584
h1 { font-size: 20pt; }
ef5584
h2 { font-size: 16pt; margin-top: 1em; }
ef5584
h3 { font-size: 14pt; margin-top: 1em; }
ef5584
ef5584
.content {
ef5584
	font-size: 11pt;
ef5584
	line-height: 14pt;
ef5584
	margin-bottom: 1em;
ef5584
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
ef5584
	overflow: hidden;
ef5584
}
ef5584
ef5584
/* CSS2 Print tip from: http://www.alistapart.com/articles/goingtoprint/ */
ef5584
.postbody a:link, .postbody a:visited, .postbody a:active, .postbody a:hover {
ef5584
	text-decoration: underline;
ef5584
	padding: 0.1em 0.2em;
ef5584
	margin: -0.1em -0.2em;
ef5584
	color: #666;
ef5584
	background: none;
ef5584
	font-size: 100%;
ef5584
}
ef5584
ef5584
html>body .postbody a:link:after, html>body .postbody a:visited:after {
ef5584
	content: " (" attr(href) ") ";
ef5584
	font-size: 90%;
ef5584
	text-decoration: none;
ef5584
}
ef5584
ef5584
hr {
ef5584
	height: 1px;
ef5584
	background-color: #999999;
ef5584
	border-width: 0;
ef5584
}
ef5584
ef5584
.author {
ef5584
	font-family: Verdana, Arial, Helvetica, sans-serif;
ef5584
	font-size: 75%;
ef5584
	margin-bottom: 0.6em;
ef5584
}
ef5584
ef5584
.date {
ef5584
	font-family: Verdana, Arial, Helvetica, sans-serif;
ef5584
	float: right;
ef5584
	position: relative;
ef5584
	text-align: right;
ef5584
	font-size: 75%;
ef5584
}
ef5584
ef5584
/* Dont want to print url for names or titles in content area */
ef5584
.postbody .author a:link, .postbody .author a:visited, 
ef5584
html>body .postbody .author a:link:after, 
ef5584
html>body .postbody .author a:visited:after,
ef5584
.postquote .quote-by a:link, .postquote .quote-by a:visited, 
ef5584
html>body .postquote .quote-by a:link:after, 
ef5584
html>body .postquote .quote-by a:visited:after,
ef5584
html>body .postbody h1 a:link:after, html>body .postbody h2 a:link:after {
ef5584
	text-decoration: none;
ef5584
	content: "";
ef5584
}
ef5584
ef5584
/* Poster profile */
ef5584
.postprofile { display: none; }
ef5584
.grip-show { display:none; }
ef5584
ef5584
/* Quote */
ef5584
.postquote {
ef5584
	font-size: 85%;
ef5584
	margin: 1em 18% 1em 4%;
ef5584
	padding: 0.5em;
ef5584
	position: relative;
ef5584
	line-height: 1.5em;
ef5584
	border: 1px #999999 solid;
ef5584
}
ef5584
ef5584
.postquote img { display: none; }
ef5584
.postquote span { display: block; }
ef5584
.postquote span .postquote { font-size: 100%; }
ef5584
.quote-by { font-weight: bold; }
ef5584
ef5584
/* Misc page elements */
ef5584
div.spacer { clear: both; }
ef5584
ef5584
/* Accessibility tweaks: Mozilla.org */
ef5584
.skip_link { display: none; }