User:Fangoriously/monobook.css

From Homestar Runner Wiki

(Difference between revisions)
Jump to: navigation, search
Line 12: Line 12:
   font-family: sydnie;
   font-family: sydnie;
-
  a { color: blue !important; }
+
  a { color: #070 !important; }
-
  a:visited { color: purple !important; }
+
  a:visited { color: #060 !important; }
-
  a.extiw, a.external { color: lightblue !important; }
+
  a.extiw, a.external { color: #090 !important; }
-
  a:active { color: blue !important; }
+
  a:active { color: #ffa500 !important; }
-
  a.new, #p-cactions li.new a { color: red !important; }
+
  a.new, #p-cactions li.new a { color: #c50 !important; }
-
  a.new:visited, #p-cactions li.new a:visited { color:red !important; }
+
  a.new:visited, #p-cactions li.new a:visited { color:#a30 !important; }
}
}

Revision as of 17:27, 18 March 2009

#bodyContent blockquote.email, #article blockquote.email {
   font-family: commodore 64;
   font-size: 135%;
}
#bodyContent blockquote.tandy, #article blockquote.tandy {
   font-family: westminster;
}
#bodyContent blockquote.lappy, #article blockquote.lappy {
   font-family: glitch0;
}
#bodyContent blockquote.corpy, #article blockquote.corpy {
   font-family: sydnie;

 a { color: #070 !important; }
 a:visited { color: #060 !important; }
 a.extiw, a.external { color: #090 !important; }
 a:active { color: #ffa500 !important; }
 a.new, #p-cactions li.new a { color: #c50 !important; }
 a.new:visited, #p-cactions li.new a:visited { color:#a30 !important; }

}
Personal tools