Files
votianng/html/lib/project/css/phoenix-print.css
2026-03-29 10:34:57 +02:00

82 lines
2.0 KiB
CSS

/*=======================================================================
*
* phoenix-print.css
*
* Autor: Carsten Annacker, Marc Vollmann
*
=======================================================================*/
/*
* Quelle für die Print-spezifischen Optimierungen:
*
* http://www.style-sheets.de/guide/medien/print
*
*/
body {
margin: 0;
padding: 0;
font: 8pt Verdana, Arial, Helvetica, sans-serif;
color: black;
background: transparent;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", Verdana, "Bitstream Vera Sans", sans-serif;
font-weight: bold;
margin: .75em 0 .5em 0;
page-break-after: avoid;
}
p {
margin: 0 0 1em 0;
}
p+p {
margin-top: -1em;
text-indent: 2em;
}
a, a:visited, a:hover, a:visited:hover {
color: #04667e;
background: transparent;
text-decoration: none;
}
a:link:after, a:link:visited:after {
content: " (Link auf <" attr(href) ">) ";
font-size: 76%;
color: #999;
background: transparent;
}
/*
a[href^="/"]:link:after {
content: " (Link auf <http://style-sheets.de " attr(href) ">) ";
}
#footer {
border-top: 1.5pt solid;
font-size: .95em;
color: #333;
text-align: center;
}
*/
/*body
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; background-color: #CCCCCC; }
*/
td
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt;}
td.DDDDDD { border-top-style:solid; border-top-width:1px; border-top-color:black; }
td.EEEEEE { border-top-style:solid; border-top-width:1px; border-top-color:black; }
td.BBBBFF { border-top-style:solid; border-top-width:1px; border-top-color:black; }
td.CCCCFF { border-top-style:solid; border-top-width:1px; border-top-color:black; }
/*
td.DDDDDD { border-style:solid; border-width:1px; border-color:black; }
td.EEEEEE { border-style:solid; border-width:1px; border-color:black; }
td.BBBBFF { border-style:solid; border-width:1px; border-color:black; }
td.CCCCFF { border-style:solid; border-width:1px; border-color:black; }
*/