File: styles/prosilver/theme/print.css
Unmodified
Added
Modified
Removed
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 60 | 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 142 | Line 137 |
---|
.skip_link { display: none; }
dl.codebox dt { display: none; }
|
.skip_link { display: none; }
dl.codebox dt { display: none; }
|
|
|