MediaWiki:Gadget-BotwTheme.css: Difference between revisions

no edit summary
(fix ULS icon color)
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 16: Line 16:


.skin-vector #mw-head a,
.skin-vector #mw-head a,
.skin-vector #mw-panel .portal .body li a,
.skin-vector #mw-panel a,
.skin-vector #mw-panel .portal .body li a:visited,
.skin-vector div#mw-head div.vectorMenu h3 span,
.skin-vector #footer a {
.skin-vector #footer a {
     color: #29d1fc;
     color: #29d1fc !important;
}
}
.skin-vector #mw-head a.new, #mw-head .new a {
.skin-vector #mw-head a.new, #mw-head .new a {
Line 38: Line 36:
}
}


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


div.vectorTabs li.selected a {
.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown h3 {
    color: #fcffe4 !important;
background: none;
}
}


div.vectorMenu h3 span:after {
.vector-menu-dropdown h3 {
color: #29d1fc;
}
 
.skin-vector #mw-head .vector-menu-tabs li.selected a {
color: #fcffe4 !important;
}
 
.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");
}
}
Line 60: Line 68:
     border-left: none;
     border-left: none;
     border-right: none;
     border-right: none;
}
#searchInput {
background-color: transparent;
}
}