Jump to content

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

Dat Hack3r (talk | contribs)
Made it so that the section headers are not all the same size.
Dat Hack3r (talk | contribs)
Added better link colors.
Line 1: Line 1:
#bodyContent, h2, h3, h4, h5, h6, .mw-headline {
#bodyContent, h2, h3, h4, h5, h6, .mw-headline {
color: red;
color: #FF0000;
font-family: monospace, monospace;
font-family: monospace, monospace;
}
}
Line 6: Line 6:
#bodyContent {
#bodyContent {
font-size: 1.1em;
font-size: 1.1em;
}
/* unvisited link */
a:link span.link-red {
  color: #00FF00;
}
/* visited link */
a:visited span.link-red {
  color: #FF00FF;
}
}