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 difference)

Revision as of 12:34, 4 March 2021

/* 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%;
}