[svn r5955] Reformatted for legibility.

Added .centre and table.bigfatborder.
Made table.trad look even better.
This commit is contained in:
sb476
2004-05-06 23:00:56 +02:00
parent beec3c1f22
commit e0e7aac6a9

View File

@@ -1,27 +1,39 @@
body, td, center, .caption { font-size: 8pt; margin-bottom: 0pt; }
ul, p, input { color: #000; font-family: sans-serif } .centre { text-align: center; }
h1 { text-align: center; font-size: 210%; line-height: 100%; } .plus2pt { font-size: 160%; }
h2 { color: #009900 }
h3 { color: #2c105e } body, td, center, ul, p, input { color: #000; font-family: sans-serif; }
h4 { color: #0d664c } a:link, a:visited { text-decoration: none; }
h2#tophead { text-align: center; margin-bottom: -10pt; } div.centre img { vertical-align: middle; }
table#cavepage { border: 0pt; width: 100%; font-size: 160%} h1 { text-align: center; font-size: 210%;
table#cavepage th#kat_no { text-align: left; width: 25%} line-height: 100%; }
table#cavepage th#name { text-align: center; width: 50%} h2 { color: #009900; }
table#cavepage th#status { text-align: right; width: 25%} h3 { color: #2c105e; }
a:link, a:visited { text-decoration: none } h4 { color: #0d664c; }
.caption { font-size: 8pt; margin-bottom: 0pt; } img.onright, div.onright { vertical-align: top; float: right;
div.centre { text-align: center;} margin-left: 10pt; margin-bottom: 10pt;
div.centre img { vertical-align: middle } margin-right: 8pt; }
img.onright, div.onright { vertical-align: top; float: right; margin-left: 10pt; img.onleft, div.onleft { vertical-align: top; float: left;
margin-bottom: 10pt; margin-right: 8pt } margin-right: 10pt; margin-bottom: 10pt;
img.onleft, div.onleft { vertical-align: top; float: left; margin-right: 10pt; margin-left: 8pt; }
margin-bottom: 10pt; margin-left: 8pt } img.icon { vertical-align: middle; }
img.icon { vertical-align: middle; } img.aligntop { vertical-align: top; }
img.aligntop { vertical-align: top; } table.imgtable { margin-left: auto; margin-right: auto; }
table.imgtable { margin-left: auto; margin-right: auto; } table.imgtable td { vertical-align: middle; text-align: center;
table.imgtable td { vertical-align: center; text-align: center; padding: 10px } padding: 10px; }
table.trad { margin: 0pt; border: 1px outset #000 } /* "Traditional" table with borders.*/
table.trad td, /* "Traditional" table with borders.*/
table.trad th { margin: 0pt; border: 1px inset #000 } table.trad { margin: 0pt; border: 1px solid #000;
table.centre { margin-left: auto; margin-right: auto; } /* You are not expected to understand this. */ border-color: #c0c0c0 #8d8d8d #8d8d8d #c0c0c0; }
table.bigfatborder { border-width: 6px; }
table.trad td, table.trad th { margin: 0pt; border: 1px solid #aaa;
border-color: #8d8d8d #c0c0c0 #c0c0c0 #8d8d8d; }
/* You are not expected to understand this. It is necessary. */
table.centre { margin-left: auto; margin-right: auto; }
h2#tophead { text-align: center; margin-bottom: -10pt; }
table#cavepage { 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%; }