Difference between revisions of "MediaWiki:Vector.css"
Jump to navigation
Jump to search
| Line 2: | Line 2: | ||
#mw-head-base { background-color: #4682B4; } | #mw-head-base { background-color: #4682B4; } | ||
/* change background of unselected tabs */ | |||
#p-cactions ul li a { background: #C7FDC7; } | |||
/* change background of selected tabs */ | |||
#p-cactions ul li.selected a { background: white; } | |||
/* change border background of selected tabs */ | |||
#p-cactions li.selected { border-color: #aaaaaa; } | |||
/* tab bottom not removed on hover */ | |||
#p-cactions li a:hover { z-index: 0; text-decoration: none; } | |||
#p-cactions li.selected a:hover { z-index: 3; } | |||
Revision as of 11:36, 7 April 2022
/* All CSS here will be loaded for users of the Vector skin */
#mw-head-base { background-color: #4682B4; }
/* change background of unselected tabs */
#p-cactions ul li a { background: #C7FDC7; }
/* change background of selected tabs */
#p-cactions ul li.selected a { background: white; }
/* change border background of selected tabs */
#p-cactions li.selected { border-color: #aaaaaa; }
/* tab bottom not removed on hover */
#p-cactions li a:hover { z-index: 0; text-decoration: none; }
#p-cactions li.selected a:hover { z-index: 3; }