Difference between revisions of "MediaWiki:Monobook.css"
Line 11: | Line 11: | ||
{ | { | ||
border-bottom-color:#C06; | border-bottom-color:#C06; | ||
+ | } | ||
+ | |||
+ | h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link | ||
+ | { | ||
+ | color:#F09; | ||
+ | } | ||
+ | |||
+ | h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited | ||
+ | { | ||
+ | color:#C06; | ||
} | } | ||
Revision as of 09:48, 16 June 2006
/* edit this file to customize the monobook skin for the entire site */ /**/ h1,h2,h3,h4,h5,h6 { color:#C06; } h1,h2 { border-bottom-color:#C06; } h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link { color:#F09; } h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited { color:#C06; } .portlet h5, .portlet h6, #p-personal ul, li#pt-login, #p-cactions li a { text-transform:none; }