expoweb/css/main2.css

28 lines
1.4 KiB
CSS
Raw Normal View History

2004-04-24 16:16:47 +01:00
body, td, center,
ul, p, input { color: #000; font-family: sans-serif }
h1 { text-align: center; font-size: 210%; line-height: 100%; }
h2 { color: #009900 }
h3 { color: #2c105e }
h4 { color: #0d664c }
h2#tophead { text-align: center; margin-bottom: -10pt; }
table#cavepage { border: 0pt; width: 100%; font-size: 160%}
table#cavepage th#kat_no { text-align: left; width: 25%}
table#cavepage th#name { text-align: center; width: 50%}
table#cavepage th#status { text-align: right; width: 25%}
2004-04-24 16:16:47 +01:00
a:link, a:visited { text-decoration: none }
.caption { font-size: 8pt; margin-bottom: 0pt; }
div.centre { text-align: center;}
div.centre img { vertical-align: middle }
img.onright, div.onright { vertical-align: top; float: right; margin-left: 10pt;
margin-bottom: 10pt; margin-right: 8pt }
img.onleft, div.onleft { vertical-align: top; float: left; margin-right: 10pt;
margin-bottom: 10pt; margin-left: 8pt }
img.icon { vertical-align: middle; }
2004-04-23 01:23:50 +01:00
img.aligntop { vertical-align: top; }
table.imgtable { margin-left: auto; margin-right: auto; }
table.imgtable td { vertical-align: center; text-align: center; padding: 10px }
2004-05-06 17:48:09 +01:00
table.trad { margin: 0pt; border: 1px outset #000 } /* "Traditional" table with borders.*/
2004-04-22 23:12:05 +01:00
table.trad td,
2004-05-06 17:48:09 +01:00
table.trad th { margin: 0pt; border: 1px inset #000 }
table.centre { margin-left: auto; margin-right: auto; } /* You are not expected to understand this. */