MediaWiki:Gadget-BotwTheme.css: Difference between revisions

LESS doesn't work for gadgets :(
imported>Leoetlino
(limit changes to Vector skin)
imported>Leoetlino
(LESS doesn't work for gadgets :()
Line 2: Line 2:
     background-image: url("https://static.zeldamods.org/assets/bg.png");
     background-image: url("https://static.zeldamods.org/assets/bg.png");
     background-attachment: fixed;
     background-attachment: fixed;
}


#mw-page-base {
.skin-vector #mw-page-base {
     background: transparent;
     background: transparent;
}
}
Line 14: Line 15:
}
}


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


#mw-panel .portal h3 {
.skin-vector #mw-panel .portal h3 {
     color: #ababab;
     color: #ababab;
}
}


#footer ul li {
.skin-vector #footer ul li {
     color: #deddc8;
     color: #deddc8;
}
}
Line 49: Line 51:
}
}


#simpleSearch {
.skin-vector #simpleSearch {
     background: transparent;
     background: transparent;
     border-top: none;
     border-top: none;
Line 56: Line 58:
}
}


#simpleSearch input {
.skin-vector #simpleSearch input {
     color: #c8d9ea;
     color: #c8d9ea;
}
}


#simpleSearch #searchButton {
.skin-vector #simpleSearch #searchButton {
     background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%2213%22%3E %3Cg fill=%22none%22 stroke=%22%23c0c0c0%22 stroke-width=%222%22%3E %3Cpath d=%22M11.29 11.71l-4-4%22/%3E %3Ccircle cx=%225%22 cy=%225%22 r=%224%22/%3E %3C/g%3E %3C/svg%3E");
     background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%2213%22%3E %3Cg fill=%22none%22 stroke=%22%23c0c0c0%22 stroke-width=%222%22%3E %3Cpath d=%22M11.29 11.71l-4-4%22/%3E %3Ccircle cx=%225%22 cy=%225%22 r=%224%22/%3E %3C/g%3E %3C/svg%3E");
}
}


#mw-panel .portal .body {
.skin-vector #mw-panel .portal .body {
     background: none;
     background: none;
}
}
#mw-panel .portal h3 {
.skin-vector #mw-panel .portal h3 {
     border-bottom: 1px solid #5f5f5f;
     border-bottom: 1px solid #5f5f5f;
}
}
}
Anonymous user