|
Yep, checked all and also made sure that the HEX numbers were all the correct case and have checked the hex numbers represent the colours I want by entering them into a "colour picker" program I have.
The style sheet is still the default as I didn't want anyone to see the "burn-your-eyeballs-orange" effect so when it didn't change, I reverted back to the default one.
Below is the text as per my changes. Every hex has the # in front of it so I can't see where my problem is.
cheers
Liz
A:link, A:visited, A:active, A:hover {
}
A:link {
color: #0000FF;
}
A:visited {
color: #80BFFF;
}
A:active {
color: #0000FF;
}
A:HOVER {
color: #FF0000;
background-color: ;
}
.onbody {
color: #FFFF00;
}
.onbody A:link {
color: #80BFFF;
}
.onbody A:visited {
color: #80BFFF;
}
.onbody A:active {
color: #80BFFF;
}
.onbody A:hover {
color: #FFFFFF;
}
BODY,P,TABLE,TD,TR {
font-size: 9pt;
color: #000000;
font-family: Verdana, Helvetica, sans-serif;
}
FORM {
display: inline;
margin-bottom: 0;
}
BODY {
background: #99CCCC;
}
PRE {
font-size: ;
font-family: ;
}
.tableborders {
background: #660000;
}
.tddetails {
background: #FFFFFF;
}
.tdbackground {
font-size: 9pt;
font-weight: ;
color: #000000;
background: #DEDFDF;
font-family: Verdana, Helvetica, sans-serif;
}
.tdnothumbs {
font-size: 9pt;
font-weight: ;
color: #000000;
background: #BCBDBD;
font-family: Verdana, Helvetica, sans-serif;
}
.menubar{
background: #4D9999;
font-size: 8pt;
color: #FFFFFF;
}
.menubar A:link {
color: #FFFFFF;
}
.menubar A:visited {
color: #FFFFFF;
}
.menubar A:active {
color: #FFFFFF;
}
.menubar A:hover {
color: #00FF00;
}
.menubarnb {
background: #4D9999;
font-size: 8pt;
color: #FFFFFF;
}
.menubarnb A:link {
color: #FFFFFF;
}
.menubarnb A:visited {
color: #FFFFFF;
}
.menubarnb A:active {
color: #FFFFFF;
}
.menubarnb A:hover {
color: #00FF00;
}
.navigation{
background: #DEDFDF;
color: #000000;
font-size: 8pt;
font-family: Verdana, Helvetica, sans-serif;
}
.new {
font-size: ;
color: ;
}
.catcolumn {
font-size: 8pt;
font-style: ;
text-align: ;
background: #DBDBDB;
}
.photocol {
font-size: 8pt;
font-style: ;
text-align: ;
background: #F7F7F7;
}
.commentscol {
font-size: 8pt;
font-style: ;
text-align: ;
background: #DBDBDB;
}
.lastphocol {
font-size: 8pt;
font-style: ;
text-align: ;
background: #DBDBDB;
}
.lastcommcol {
font-size: 8pt;
background: #F7F7F7;
color: ;
}
.small {
font-size: 8pt;
font-family: Verdana, Helvetica, sans-serif;
}
.medium {
font-size: 10pt;
font-family: Verdana, Helvetica, sans-serif;
}
.large {
font-size: 12pt;
font-family: Verdana, Helvetica, sans-serif;
}
.welcome {
background: ;
font-family: Verdana, Helvetica, sans-serif;
color: #FFFFFF;
}
.forumtitle {
}
.forumdescript {
font-size: 8pt;
}
.lighttable {
background: #F7F7F7;
color: #000000;
}
.darktable {
background: #F7F7F7;
color: #000000;
}
.cleartable {
font-size: 8pt;
background: #F7F7F7;
}
.alternatetable {
background: #DFDFDF;
}
.subjecttable {
background: #DEDFDF;
color: #000000;
}
.footertable {
background: #FFFFFF;
}
.formboxes{
font-family: ;
background-color: ;
color: ;
font-size: 9pt;
}
.buttons {
font-family: Verdana, Helvetica, sans-serif;
background-color: #DEDFDF;
color: #000000;
font-size: 9pt;
}
blockquote {
font-size:9pt; border:1px solid #E6E6E6;
margin:0px 20px; padding:0px 10px
}
blockquote .small {
background:#E6E6E6;
margin-left:-10px; padding:1px 2px
}
blockquote hr {
visibility:hidden;
height:1px
}
blockquote br {
font-size:1px
}
|