Jump to content

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

Dat Hack3r (talk | contribs)
Added better link colors.
Dat Hack3r (talk | contribs)
I think I got the CSS classes right this time.
Line 1: Line 1:
#bodyContent, h2, h3, h4, h5, h6, .mw-headline {
.mw-body-content, .mw-headline {
color: #FF0000;
color: #FF0000;
font-family: monospace, monospace;
font-family: monospace, monospace;
}
}


#bodyContent {
.mw-body-content {
font-size: 1.1em;
font-size: 1.1em;
}
}


/* unvisited link */
.mw-body-content a:link {
a:link span.link-red {
   color: #00FF00;
   color: #00FF00;
}
}


/* visited link */
.mw-body-content a:visited {
a:visited span.link-red {
   color: #FF00FF;
   color: #FF00FF;
}
}