User:JoeyDay/monobook.css
From Homestar Runner Wiki
(Difference between revisions)
(Didn't work.) |
(Testing.) |
||
| Line 6: | Line 6: | ||
#p-personal a.new:visited { | #p-personal a.new:visited { | ||
color:#f00; | color:#f00; | ||
| + | } | ||
| + | |||
| + | #bodyContent a[href ^="http://www.homestarrunner.com"] { | ||
| + | background: url(hrfavicon.png) center left no-repeat !important; | ||
| + | padding-left: 13px !important; | ||
} | } | ||
Revision as of 04:08, 5 May 2005
a:visited {
color:#00f;
}
a.new:visited,
#p-personal a.new:visited {
color:#f00;
}
#bodyContent a[href ^="http://www.homestarrunner.com"] {
background: url(hrfavicon.png) center left no-repeat !important;
padding-left: 13px !important;
}
