User:JoeyDay/monobook.css

From Homestar Runner Wiki

(Difference between revisions)
Jump to: navigation, search
(Experimenting)
(?)
Line 8: Line 8:
  }
  }
-
  a[href|=http://www.homestarrunner.com] {
+
  a[href|="http://www.homestarrunner.com"] {
     color: green;
     color: green;
  }
  }

Revision as of 02:12, 5 May 2005

 a:visited {
    color:#00f;
 }

 a.new:visited,
 #p-personal a.new:visited {
    color:#f00;
 }

 a[href|="http://www.homestarrunner.com"] {
    color: green;
 }
Personal tools