MediaWiki:Vector.less: Difference between revisions

From Equestripedia, the Archives of Equestria!
Content added Content deleted
No edit summary
No edit summary
Line 7: Line 7:
#mw-head .vector-menu-dropdown h3 {
#mw-head .vector-menu-dropdown h3 {
background-image: url( images/tab-separator.png );
background-image: url( images/tab-separator.png );
background: #000;
background-color: #6153A2;
background-repeat: no-repeat;
background-repeat: no-repeat;
// Contain gradient to 1px × 100% size and draw from top to bottom-left or -right corner.
// Contain gradient to 1px × 100% size and draw from top to bottom-left or -right corner.

Revision as of 12:44, 1 November 2020

// 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-color: #6153A2; 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%; }