MediaWiki:Vector.less

From Equestripedia, the Archives of Equestria!
Revision as of 18:55, 30 October 2020 by Amelia (talk | contribs)
// Tab Separators // `.vectorTabs`: Outer start border (left in LTR) of tab row. // `.vectorTabs a`: Border between tabs and outer end (right in LTR) border. // `#mw-head .vector-menu-dropdown h3`: // Outer end (right in LTR) border of "Actions" menu. .vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown h3 { background-image: url( images/tab-separator.png ); background: #000; background-repeat: no-repeat; // Contain gradient to 1px × 100% size and draw from top to bottom-left or -right corner. background-size: @border-width-base 100%; }