Files
tilman.de/www/uni/ws03/alp/stylesheet.css
T
2011-10-26 10:11:42 +02:00

32 lines
1.6 KiB
CSS

@media screen
{
body { font-size: 10pt; font-family: "Trebuchet MS", Georgia, serif; background-color: #FFFFFF }
h1 { font-size: 150%; text-align: center; color: #004080; }
h2 { font-size: 125%; text-align: left; color: #004080; }
h3 { font-size: 110%; text-align: left; color: #004080; }
h4 { font-size: 100%; text-align: left; color: #004080; }
td { font-size: 10pt; vertical-align: top; padding-right: 10px; }
a { color: #FF8000; text-decoration:none; }
a:hover { color: #C04040; text-decoration:none; font-weight: bold; }
#updates { font-size: 80%; font-family: "Courier New", monospace; color: #C0C0C0; }
#menu { font-size: 70%; }
#buttons { position: absolute; right: 20px; top: 20px; text-align: right; }
#syntax { font-family: monospace; }
.quelle { font-size: 75%; color: #888888; font-style: italic; }
}
@media print
{
body { font-size: 10pt; font-family: "Trebuchet MS", Georgia, serif; background-color: #FFFFFF }
h1 { font-size: 150%; text-align: center; color: #000000; }
h2 { font-size: 125%; text-align: left; color: #000000; }
h3 { font-size: 110%; text-align: left; color: #000000; }
h4 { font-size: 100%; text-align: left; color: #000000; }
td { font-size: 10pt; vertical-align: top; padding-right: 10px; }
a { color: #000000; text-decoration: underline; }
#menu { display: none; }
#buttons { display: none; }
#syntax { font-family: monospace; }
.quelle { font-size: 75%; color: #888888; font-style: italic; }
}