Blame Identity/Models/Html/phpBB/3.0.4/styles/prosilver/theme/print.css

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