MediaWiki:Vector.less

From Equestripedia, the Archives of Equestria!
Revision as of 18:55, 30 October 2020 by Amelia (talk | contribs) (Amelia changed the content model of the page MediaWiki:Vector.less from "Sanitized CSS" to "plain text")
/*** Post 135 updates did weird stuff with CSS, so maybe loading LESS instead will work? ***/ /* Tab stuff */ div.vectorTabs { background-image: none; } div.vectorTabs ul { background-image: none; } div.vectorTabs span { background-image: none; } div.vectorTabs ul li { background-color: #DDC3FF; background-image: none; border: 2px; border-radius: 0.95em 0.95em 0 0; height: 1.9em; line-height: 1px; margin-right: 0.15em; margin-top: 0.5em; border-style: solid; border-color: #6153A2; min-width: 30px; border-top:2px solid #6153A2; border-right:2px solid #6153A2; border-bottom:1px solid #6153A2; border-left:2px solid #6153A2; } .vectorTabs #ca-unwatch.icon a, .vectorTabs #ca-watch.icon a { background-position: 90% 50%; width: 60px; overflow: visible; padding: 16px; } div.vectorTabs li.selected { background: #6153A2 !important; border-bottom: 1px #E7C6FF; }