MediaWiki:Gadget-BotwTheme.css

From ZeldaMods (Breath of the Wild)
Revision as of 22:25, 21 September 2018 by imported>Leoetlino
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
body {
    background-image: url("https://static.zeldamods.org/assets/bg.png");
    background-attachment: fixed;
}

#mw-page-base {
    background: transparent;
}

#mw-head a,
#mw-panel .portal .body li a, #mw-panel .portal .body li a:visited,
div#mw-head div.vectorMenu h3 span,
#footer a {
    color: deepskyblue;
}
#mw-head a.new,
#mw-panel .portal .body li a.new, #mw-panel .portal .body li a.new:visited {
    color: #ff5e5e !important;
}

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

#footer ul li {
    color: #deddc8;
}

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

div.vectorTabs li.selected a {
    color: #fcffe4 !important;
    font-weight: bold;
}

div.vectorMenu 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");
}

#simpleSearch {
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
}

#simpleSearch input {
    color: #c8d9ea;
}

#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");
}

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