MediaWiki:Gadget-BotwTheme.css: Difference between revisions

no edit summary
(1.39 fixes)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 17: Line 17:
.skin-vector #mw-head a,
.skin-vector #mw-head a,
.skin-vector #mw-panel a,
.skin-vector #mw-panel a,
.skin-vector div#mw-head div.vectorMenu h3 span,
.skin-vector #footer a {
.skin-vector #footer a {
     color: #29d1fc !important;
     color: #29d1fc !important;
Line 37: Line 36:
}
}


.vectorTabs,
.vector-menu-tabs,
.vectorTabs ul,
.vector-menu-tabs ul,
.vectorTabs ul li,
.vector-menu-tabs ul li,
.vectorTabs li.selected,
.vector-menu-tabs li.selected,
.vectorTabs ul li span,
.vector-menu-tabs ul li span {
div#mw-head div.vectorMenu h3 {
     background: transparent;
     background: transparent;
}
}
Line 54: Line 52:
}
}


.vectorTabs li.selected a {
.skin-vector #mw-head .vector-menu-tabs li.selected a {
    color: #fcffe4 !important;
color: #fcffe4 !important;
}
}


div.vectorMenu h3 span:after {
.vector-menu-tabs li.selected a {
}
 
.vector-menu h3 span:after {
     background-image: linear-gradient(transparent,transparent), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M11.05 3.996l-.965-1.053-4.035 3.86-3.947-3.86L1.05 3.996l5 5 5-5' fill='%23bfbfbf'/%3E%3C/svg%3E");
     background-image: linear-gradient(transparent,transparent), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M11.05 3.996l-.965-1.053-4.035 3.86-3.947-3.86L1.05 3.996l5 5 5-5' fill='%23bfbfbf'/%3E%3C/svg%3E");
}
}