Jump to content

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

Dat Hack3r (talk | contribs)
Made it so that certain templates won't be affected by the styles.
Dat Hack3r (talk | contribs)
After trying to get it to work for a long time, I finally realized it would be easier for the link style to only apply to links inside the border box.
Line 20: Line 20:
}
}


a:link:not(.template) {
.red-border-box a:link {
   color: #00FF00;
   color: #00FF00;
}
}


a:visited:not(.template) {
.red-border-box a:visited {
   color: #FFFF00;
   color: #FFFF00;
}
}