Bureaucrats, confirmed, developer, Administrators
197
edits
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
/* Also need to pick up the Read/Edit/View history tabs */ | /* Also need to pick up the Read/Edit/View history tabs */ | ||
div.vectorTabs li a:link { | |||
color: #006600; /* dark green */ | color: #006600; /* dark green */ | ||
} | } | ||
div.vectorTabs li a:visited { | |||
color: #996633; /* brown */ | color: #996633; /* brown */ | ||
} | } | ||
div.vectorTabs li.new a:link { | |||
color: #cc2200; /* red */ | color: #cc2200; /* red */ | ||
} | } | ||
div.vectorTabs li.new a:visited { | |||
color: #a55858; /* light red */ | color: #a55858; /* light red */ | ||
} | } |