|
CSS can be placed on any editing boxes not only the main css box... also in every members comment box.
body {
background-color: #000000;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
width:100%;
}
.bottomLinks {
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
color:#FFFFFF;
text-decoration:underline;
}
td {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
}
.justify {
text-align:justify;
}
input, textarea, select {
border:1px #999999 solid;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}
.outerTable {
border:1px #ffffff solid;
background-color:#cccccc;
}
.innerTable {
border:1px solid #999999;
margin-top:9px;
margin-bottom:9px;
background-color:#FFFFFF;
}
.quoteText {
font-size:24px;
font-weight:bold;
letter-spacing:-0.07em;
color:#000000;
text-align:center;
}
.normalText{
}
.usernameText{
font-size:14px;
font-weight:bold;
letter-spacing:-0.07em;
color:#FFFFFF;
filter:Glow(color=#999999,strength=3);
height:19px;
padding-top:3px;
}
a:link {
color:#000099;
}
a:visited {
color:#000099;
}
a:active {
color:#0000CC;
}
a:hover {
color:#0000CC;
}
.imgBorder {
border:1px solid #999999;
}
.commentDividers {
border-bottom:2px #999999 dotted;
} |