[svn r5733] Added a version of the stylesheet that can be got at with a <link rel> rather than messing around with SSI's.

This commit is contained in:
dl267 2004-04-18 17:22:53 +02:00
parent 710c8a7c5c
commit 3b9377ae18

17
css/main2.css Normal file
View File

@ -0,0 +1,17 @@
<!--
body, td, center, ul, ml, p, input { font-family: sans-serif }
td.navbar { line-height: 140% }
td.titlebar { background: #eeeeff }
td.frontpage { padding-left: 2% }
h1 { font-size: 24pt; line-height: 100% }
h2 { color: #009900 }
h4 { color: #0d664c }
h3 { color: #2c105e }
A:link, A:visited { text-decoration: none }
p.caption { font-size: 8pt }
img.onright { vertical-align: top; float: right; padding-left: 10pt;
padding-bottom: 10pt; padding-right: 8pt }
table.imgtable { width: 100% }
td.imgtable { vertical-align: top }
-->