[    [    [    [    [    [    [    b l o g g i n   s p a c e    wiki   ]    ]    ]    ]    ]    ]    ]

Difference between revisions of "MediaWiki:Vector.css"

From blogginpedia
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: #B0C4DE ; }
 
 
/* 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:37, 7 April 2022

/* All CSS here will be loaded for users of the Vector skin */
#mw-head-base { background-color: #B0C4DE ; }