Closed
Bug 125853
Opened 23 years ago
Closed 23 years ago
initial colors are wrong
Categories
(Core :: DOM: CSS Object Model, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 125795
People
(Reporter: taf2, Assigned: jst)
References
()
Details
When this page is loaded the initial colors of the text is wrong. It should be
white and it is appearing a dark grey. When i move the mouse over the hyperlinks
they change the correct color. when i select the text after deselecting it returns
to the correct color.
I've included below the style sheet the above page is using perhaps there's just an
error in it. Although previous versions before 2002021503 did render the page
correctly.
// the contents of global.css start on the next line
body{
color: white; background: black;
margin-left: 5%; margin-right: 10%;
font-family: Verdana, sans-serif;
}
h1{ font-family: Garamond, "Times New Roman", serif; margin-left: 8%;}
h2,h3,h4,h5,h6 { margin-left: 4%; }
em { font-style: italic; font-weight: bold; }
strong { text-transform: font-weight: bold; }
pre { font-family: monospace, "Courier", "Courier New", sans-serif; }
div.box { border: solid; border-width: thin; width: 100% }
div.color{
color: white;
background: rgb( 0, 7, 53 );
padding: 0.5em;
width: 100%
border: solid;
border-left: solid;
border-right: none;
border-top: solid;
border-bottom: none;
border-left-width: thin;
border-top-width: thin;
border-color: white;
}
a.plain { text-decoration: none }
p { text-indent: 2em; margin-top: 0; margin-bottom: 0; }
img{ border: 0 }
li{ background: rgb( 0, 7, 53 ); }
:link { text-decoration: none; color: rgb(0, 253, 0) }
:visited { text-decoration: none; color: rgb(0, 153, 253) }
:active { text-decoration: none; color: rgb(255, 0, 102) }
:hover { text-decoration: underline; color: rgb(0, 96, 255); background: white }
Comment 1•23 years ago
|
||
This is the same as Bug 125795.
Assignee | ||
Comment 2•23 years ago
|
||
*** This bug has been marked as a duplicate of 125795 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•