Jump to content

User:Dat Hack3r/styles.css: Difference between revisions

Dat Hack3r (talk | contribs)
Made it so color applies to more elements.
Dat Hack3r (talk | contribs)
Table of contents border too thick.
 
(3 intermediate revisions by the same user not shown)
Line 4: Line 4:
}
}


p, ul, ol, dl {
p, ul, ol, dl, .toctitle {
color: #FF0000;
color: #FF0000;
font-family: monospace, monospace;
font-family: monospace, monospace;
Line 29: Line 29:
.red-border-box a:visited {
.red-border-box a:visited {
color: #008800;
color: #008800;
}
.toc {
border-color: #ff0000;
background-color: #000000;
}
}