1
0
mirror of https://github.com/php/web-php.git synced 2026-03-24 07:12:16 +01:00
Files
archived-web-php/print.css
Gabor Hojtsy d915bc5dfa Adding new CSS file, which will be used for
printer friendly pages
2003-07-21 16:34:40 +00:00

27 lines
392 B
CSS

/* Horizontal delimiter defaults */
hr {
border: 0px;
color: black;
background-color: black;
height: 1px;
}
/* Clear floating objects */
hr.topdivider {
clear: both;
}
/* Natural white background color */
body, html {
background-color: white;
color: black;
}
/* Link colors for all links */
a, a:visited {
color: #000099;
}
a:active {
color: #0000ff;
}