Difference between revisions of "MediaWiki:Vector.css"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the Vector skin */ | /* All CSS here will be loaded for users of the Vector skin */ | ||
#mw-head-base { background-color: #4682B4; } | #mw-head-base { background-color: #4682B4; } | ||
.mw-body .ThemeGreen a:link { font-weight: bold; color: #00ad4e; } /* normal unvisited links */ | |||
.mw-body .ThemeGreen a:link:visited { font-weight: bold; color: #00ad4e; } /* visited links */ | |||
.mw-body .ThemeGreen a:link:active { font-weight: bold; color: #008039; } /* active links */ | |||
.mw-body .ThemeGreen a:link.new { color: #FF0000; } /* new links */ |
Revision as of 11:35, 7 April 2022
/* All CSS here will be loaded for users of the Vector skin */
#mw-head-base { background-color: #4682B4; }
.mw-body .ThemeGreen a:link { font-weight: bold; color: #00ad4e; } /* normal unvisited links */
.mw-body .ThemeGreen a:link:visited { font-weight: bold; color: #00ad4e; } /* visited links */
.mw-body .ThemeGreen a:link:active { font-weight: bold; color: #008039; } /* active links */
.mw-body .ThemeGreen a:link.new { color: #FF0000; } /* new links */