Line 1 | Line 1 |
---|
/* proSilver Print Style Sheet ------------------------------------------------- Author: subBlue ( http://www.subBlue.com/ ) Version: 25 August 2004
Copyright 2004 phpBB Group -------------------------------------------------*/
| /* Print Style Sheet ---------------------------------------- */
|
/* Lots still TODO here! */
|
/* Lots still TODO here! */
|
Line 25 | Line 20 |
---|
a:active { color: #000000; text-decoration: none; }
img, .noprint, #sub-header, #sub-footer, .navbar, .box1, .divider, .signature { display: none; }
|
a:active { color: #000000; text-decoration: none; }
img, .noprint, #sub-header, #sub-footer, .navbar, .box1, .divider, .signature { display: none; }
|
| /* Display smilies (Bug #47265) */ .content img { display: inline; }
|
/* Container for the main body */ #wrap {
| /* Container for the main body */ #wrap {
|
Line 56 | Line 55 |
---|
}
/* CSS2 Print tip from: http://www.alistapart.com/articles/goingtoprint/ */
|
}
/* CSS2 Print tip from: http://www.alistapart.com/articles/goingtoprint/ */
|
.postbody a:link, .postbody a:visited, .postbody a:active, .postbody a:hover {
| .postbody a:link, .postbody a:visited, .postbody a:hover, .postbody a:active {
|
text-decoration: underline; padding: 0.1em 0.2em; margin: -0.1em -0.2em;
| text-decoration: underline; padding: 0.1em 0.2em; margin: -0.1em -0.2em;
|
Line 108 | Line 107 |
---|
.grip-show { display:none; }
/* Quote */
|
.grip-show { display:none; }
/* Quote */
|
.postquote {
| .postquote, blockquote {
|
font-size: 85%; margin: 1em 18% 1em 4%; padding: 0.5em;
| font-size: 85%; margin: 1em 18% 1em 4%; padding: 0.5em;
|
Line 120 | Line 119 |
---|
.postquote img { display: none; } .postquote span { display: block; } .postquote span .postquote { font-size: 100%; }
|
.postquote img { display: none; } .postquote span { display: block; } .postquote span .postquote { font-size: 100%; }
|
.quote-by { font-weight: bold; }
| .quote-by, blockquote cite { color: black; display : block; font-weight: bold; }
/* List */ ol, ul { margin-left: 15pt }
|
/* Misc page elements */ div.spacer { clear: both; }
/* Accessibility tweaks: Mozilla.org */ .skip_link { display: none; }
|
/* Misc page elements */ div.spacer { clear: both; }
/* Accessibility tweaks: Mozilla.org */ .skip_link { display: none; }
|
| dl.codebox dt { display: none; }
|
|
|