1
/* proSilver Print Style Sheet
2
-------------------------------------------------
3
Author: subBlue ( http://www.subBlue.com/ )
4
Version: 25 August 2004
6
Copyright 2004 phpBB Group
7
-------------------------------------------------*/
10
/* Lots still TODO here! */
12
/* General markup styles */
19
font: 11pt Verdana, Arial, Helvetica, sans-serif;
23
a:link { color: #000000; text-decoration: none; }
24
a:visited { color: #000000; text-decoration: none; }
25
a:active { color: #000000; text-decoration: none; }
27
img, .noprint, #sub-header, #sub-footer, .navbar, .box1, .divider, .signature { display: none; }
29
/* Container for the main body */
35
.copyright { font-size: 75%; }
36
.page-number { float:right; width: auto; text-align: right; font-size: 75%; }
38
h1, h2, h3, h1 a, h2 a, h3 a {
39
font-family: "Trebuchet MS",georgia,Verdana,Sans-serif;
42
text-decoration: none;
46
h1 { font-size: 20pt; }
47
h2 { font-size: 16pt; margin-top: 1em; }
48
h3 { font-size: 14pt; margin-top: 1em; }
54
font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
58
/* CSS2 Print tip from: http://www.alistapart.com/articles/goingtoprint/ */
59
.postbody a:link, .postbody a:visited, .postbody a:active, .postbody a:hover {
60
text-decoration: underline;
62
margin: -0.1em -0.2em;
68
html>body .postbody a:link:after, html>body .postbody a:visited:after {
69
content: " (" attr(href) ") ";
71
text-decoration: none;
76
background-color: #999999;
81
font-family: Verdana, Arial, Helvetica, sans-serif;
87
font-family: Verdana, Arial, Helvetica, sans-serif;
94
/* Dont want to print url for names or titles in content area */
95
.postbody .author a:link, .postbody .author a:visited,
96
html>body .postbody .author a:link:after,
97
html>body .postbody .author a:visited:after,
98
.postquote .quote-by a:link, .postquote .quote-by a:visited,
99
html>body .postquote .quote-by a:link:after,
100
html>body .postquote .quote-by a:visited:after,
101
html>body .postbody h1 a:link:after, html>body .postbody h2 a:link:after {
102
text-decoration: none;
107
.postprofile { display: none; }
108
.grip-show { display:none; }
113
margin: 1em 18% 1em 4%;
117
border: 1px #999999 solid;
120
.postquote img { display: none; }
121
.postquote span { display: block; }
122
.postquote span .postquote { font-size: 100%; }
123
.quote-by { font-weight: bold; }
125
/* Misc page elements */
126
div.spacer { clear: both; }
128
/* Accessibility tweaks: Mozilla.org */
129
.skip_link { display: none; }