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