added the first real front page sidebox, the community membership list

This commit is contained in:
Eric J. Bowersox
2003-06-03 08:56:58 +00:00
parent cd52993fba
commit 2e395d636a
12 changed files with 448 additions and 71 deletions

View File

@@ -80,6 +80,13 @@ body td.sideboxtop, body div.sideboxtop, body p.sideboxtop {
font-size: medium;
}
body td.sideboxfooter, body div.sideboxfooter, body p.sideboxfooter {
font-size: xx-small;
voice-family: "\"}\"";
voice-family: inherit;
font-size: x-small;
}
html>body, html>body div, html>body p, html>body th, html>body td, html>body li, html>body dd {
font-size: small; /* be nice to Opera */
}
@@ -116,6 +123,10 @@ html>body td.sideboxtop, html>body div.sideboxtop, html>body p.sideboxtop {
font-size: medium;
}
html>body td.sideboxfooter, html>body div.sideboxfooter, html>body p.sideboxfooter {
font-size: x-small;
}
## these are styles for inline menu lists
div.imenu {
padding: 5px;

View File

@@ -129,6 +129,12 @@ td.sidebox {
padding: 2px;
}
.sideboxfooter {
color: #000000;
background-color: #9999ff;
font-size: 9px;
}
.formerror {
font-weight: bold;
font-color: red;