MediaWiki:Vector.css: Difference between revisions

From The Joe Frank Wiki
Created page with "→‎All CSS here will be loaded for users of the Vector skin: .vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown h3 { background-image: url(/skins/Ve..."
 
No edit summary
 
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 */
.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown h3 {
    background-image: url(/skins/Vector/resources/skins.vector.styles/images/tab-separator.png?09d4b);
    background-image: linear-gradient(to bottom,rgba(167,215,249,0) 0,#8B2635 100%);
    background-repeat: no-repeat;
    background-size: 1px 100%;
}

Latest revision as of 12:35, 4 March 2021

/* All CSS here will be loaded for users of the Vector skin */