User:JoeyDay/monobook.css
From Homestar Runner Wiki
(Difference between revisions)
m |
(Testing things with my own stylesheet. What a novel idea!) |
||
| Line 6: | Line 6: | ||
#p-personal a.new:visited { | #p-personal a.new:visited { | ||
color:#f00; | color:#f00; | ||
| + | } | ||
| + | |||
| + | .IntroPageBox { | ||
| + | background-color: #ffc; | ||
| + | } | ||
| + | |||
| + | .IntroPageBox div { | ||
| + | background-color: #ffc; | ||
} | } | ||
Revision as of 20:52, 4 May 2005
a:visited {
color:#00f;
}
a.new:visited,
#p-personal a.new:visited {
color:#f00;
}
.IntroPageBox {
background-color: #ffc;
}
.IntroPageBox div {
background-color: #ffc;
}
