MediaWiki:Vector.less: Difference between revisions

From Equestripedia, the Archives of Equestria!
Content added Content deleted
No edit summary
No edit summary
Line 9: Line 9:
background-color: #6153A2;
background-color: #6153A2;
background-repeat: no-repeat;
background-repeat: no-repeat;
radius: 0.5em 0.5em 0 0;
// 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.
background-size: @border-width-base 100%;
background-size: @border-width-base 100%;

Revision as of 12:45, 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; radius: 0.5em 0.5em 0 0; // Contain gradient to 1px × 100% size and draw from top to bottom-left or -right corner. background-size: @border-width-base 100%; }