Operating System: Windows XP SP2
Web Browser: Mozilla Firefox 2.0.0.7
Descriptive Problem Summary:
I have set my boxes' text color to a red color. It shows the color as a very dark blue. I have checked my style sheet numerous times thoroughly and have not seen it being defined more than once or any syntax errors.
My entire style sheet(Messy) :
BODY{background:
url( 'http://members.byond.com/Metamorphman/files/TitleImage.png');color:black;font-family:Tahoma;
background-color:black;
background-repeat: no-repeat;
background-position: top center;
}
.box .title {
text-decoration:none;
font-family:Viner Hand ITC;
color: #DB2929;
text-align: center;
background:url(http://members.byond.com/Metamorphman/files/BoxTitle.png);
border: 3px inset #CC1100;
background-repeat: repeat-x;
}
.box, .big_box {
text-align: center;
background:none;
font-color:#DB2929;
border: 3px outset #CC1100;
}
.post .title{font-family:Tahoma;background:url(http://members.byond.com/Metamorphman/files/BoxTitle.png); color:#DB2929; font-weight:bold;border:none}
.post {color:#DB2929;font-family:Arial;font-size:16px;border: 3px outset #CC1100;background:none}
.page_header .title{
font-size:0px;}
background-image:url('http://members.byond.com/Metamorphman/files/Titlebar.png')
}
.page_header .subtitle {font-size:0pt;}
.comment {background:none;
border:3px outset #CC1100;color:#DB2929}
a:link, a:visited {
color: blue;
text-decoration:none;
}
a:hover{color:red}
.comment .title a, .big_box .title a, .box .title a {
color: black;
}
.comment .title{
color:black;
border: 3px inset #CC1100;
background: url("http://members.byond.com/Metamorphman/files/BoxTitle.png");
}
#add_comment_box .title {
color:black;
border:3px inset #CC1100;
background-image: url("http://members.byond.com/Metamorphman/files/BoxTitle.png")}
#comments_page .title{font-family:Arial;font-size:17;text-decoration:none}
#add_comment_box{background:none}
.big_box .title a, .box .title a {
color: #DB2929;
}
(and yes, font-color works indeed.)
Expected Results: to show the boxes' text colors as this color
(#DB2929)
Actual Results:
Shows the color of the text inside the boxes as a dark blue.(Look at my members page to see the color)
Does the problem occur:
Every time? Yes
On other computers?
In other user accounts?
When does the problem NOT occur? Never
Workarounds: None known.
a:link, a:visited {
color: blue;
text-decoration:none;
} <--- I think this line explains it.