MediaWiki:Gadget-BotwTheme.css: Difference between revisions

no edit summary
imported>Leoetlino
(LESS doesn't work for gadgets :()
No edit summary
 
(9 intermediate revisions by 2 users 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 34: Line 32:
}
}


div.vectorTabs,
#pt-uls .uls-trigger:before {
div.vectorTabs ul,
filter: invert(1);
div.vectorTabs ul li,
}
div.vectorTabs li.selected,
 
div.vectorTabs ul li span,
.vector-menu-tabs,
div#mw-head div.vectorMenu h3 {
.vector-menu-tabs ul,
.vector-menu-tabs ul li,
.vector-menu-tabs li.selected,
.vector-menu-tabs ul li span {
     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;
}
 
.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 {
}
}


div.vectorMenu h3 span:after {
.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");
}
}


.skin-vector #simpleSearch {
.skin-vector #simpleSearch input {
     background: transparent;
     color: #c8d9ea;
     border-top: none;
     border-top: none;
     border-left: none;
     border-left: none;
Line 58: Line 70:
}
}


.skin-vector #simpleSearch input {
#searchInput {
    color: #c8d9ea;
background-color: transparent;
}
 
#searchInput:focus, #simpleSearch:hover #searchInput:focus {
box-shadow: none;
outline: 1px #3366cc solid;
}
}