Alchemy Garden Wiki
Advertisement

CSS and Javascript changes must comply with the wiki design rules.


Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will affect users of the Hydradark skin */
/* For elements which only display in the mobile view */
.mobileonly {
    display: none;
}

/* Framework */
body { background-color: #0d110e; }
div#mw-page-base {
    background-image: url(https://static.wikia.nocookie.net/alchemygarden_gamepedia_en/images/2/26/Background.png/revision/latest);
    background-repeat: no-repeat;
    background-size: cover;
    height: 8.5vw;
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}
div#mw-head {
  background: rgba(0, 0, 0, 0.7);
  top: 6.5vw;
  left: 0;
  right: 0;
  width: auto;
  height: 2.5rem;
}
a, a:visited, div#content a.extiw, div#content a.extiw:visited, div#content a.external, div#content a.external:visited, label.toctogglelabel { color: #5a9c6d; }
#pageWrapper { background-color: rgba(16, 16, 16, .5) }
#left-navigation {
  margin: 0 0 -1px 12rem;
  margin: 0 0 -1px calc( 10.875rem + 1.25vw );
}
#right-navigation {
  margin: 0 1.25rem -2px 0;
}
div#content { border-color: transparent; }
div.vectorTabs, div.vectorTabs ul, div.vectorTabs span, div#mw-head div.vectorMenu h3, div.vectorTabs li.selected, div.vectorTabs ul > li, div.vectorTabs ul li { background-image: none; background-color: transparent; }
div.vectorTabs li span, div.vectorMenu h3 span {
    background-color: transparent;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    font-weight: bold;
    padding: 2px 8px;
    margin: 0 2px 0 2px;
    height: 19px;
    text-align: center;
    margin-top: 10px;
    border: 1px solid transparent;
}
div.vectorTabs li span a, div.vectorMenu li a { color: #fff; }
div.vectorTabs li span a:hover, div.vectorMenu h3 span a:hover, div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited { color: #5a9c6d; }
div.vectorMenu h3 span { padding: 2px 20px 2px 8px; }
div.vectorTabs li a { text-decoration: none; }
.vectorTabs #ca-unwatch.icon a, .vectorTabs #ca-watch.icon a { padding-top: 1.5em; }
div.vectorMenu h3 span::after { top: 0; right: 5px; }
div.vectorTabs li a, div.vectorTabs li a span { padding-top: 0; }
div#mw-head li.new a, div#mw-head li.new a span { color: #A55858; }
div.vectorMenu ul, div.vectorMenu div.menu { border-color: transparent; background-color: #101010; }
#searchInput {
  border: none;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
div#simpleSearch {
  border: none;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
div#simpleSearch #searchInput {
  border-radius: 0;
  border: none;
  box-shadow: none;
  background: transparent;
  color: #fff;
}
div#mw-panel div.portal h3, #mw-panel.collapsible-nav .portal.collapsed h3 a, #mw-panel.collapsible-nav .portal h3 a, #mw-panel.collapsible-nav .portal.collapsed h3, .skin-hydradark div#mw-panel div.portal h3, .skin-hydradark #preferences legend, .skin-hydradark #preftoc a, .skin-hydradark #preftoc a:active { color: #5a9c6d; }
div#mw-panel div.portal div.body ul li a:link, div#mw-panel div.portal div.body ul li a:visited { color: #fff; }
.skin-hydradark #mw-panel.collapsible-nav .portal h3 { background-image: url(https://static.wikia.nocookie.net/commons_hydra/images/7/72/Sidebar_expanded.png); }
.skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h3 { background-image: url(https://static.wikia.nocookie.net/commons_hydra/images/3/37/Sidebar_collapsed.png); }
.skin-hydradark div#mw-panel div.portal div.body { background-image: none; }
div#footer ul li a, div#footer ul li { color: #888; }
ul { list-style-image: url(https://static.wikia.nocookie.net/commons_hydra/images/7/7a/Bullet.png); }
.CategoryTreeToggle { color: #5a9c6d; }

/* Wikitables */
table.wikitable > tr > th, table.wikitable > * > tr > th { background-color: #5a9c6d; }

/* for "edit this page" tab and "discussion" tab etc */
.pagetab {
     border-style: solid solid none;
     border-width: thin;
     border-color: #808080;
     padding: 0.25ex 1ex 0ex;
     font-size: 95%;
}

.ambox {
    background-color: #282828;
    border-bottom-color: #383838;
    border-right-color: #383838;
    border-top-color: #383838;
    border-collapse: collapse;
    font-size: 95%;
    margin: 0 auto 2px auto;
    width: 80%;
}

.ambox-gray {
    border-left-color: #383838;
}

.ambox.ambox-tiny {
    font-size: 90%;
    margin: 2px 0;
    width: auto;
}

.ambox + .ambox {
     margin-top: -2px;
}

.ambox-text {
     padding: 0.25em 0.5em;
}

.ambox-image {
     padding: 2px 0px 2px 0.5em;
     text-align: center;
     width: 60px;
}

.ambox-tiny .ambox-image {
     padding: 2px 0.5em;
     text-align: left;
     width: auto;
}

/* Ambox colors */
.ambox-blue {
     border-left: 10px solid #1e90ff;
}

.ambox-red {
     border-left: 10px solid #b22222;
}

.ambox-orange {
     border-left: 10px solid #f28500;
}

.ambox-yellow {
     border-left: 10px solid #f4c430;
}

.ambox-purple {
     border-left: 10px solid #9932cc;
}

.ambox-gray {
     border-left: 10px solid #bba;
}

.ambox-green {
     border-left: 10px solid #228b22;
}

/* Ambox small text */
.amsmalltext {
     font-size: smaller;
     margin-left: 0.8em;
     margin-top: 0.5em;
}

/* INFOBOXES: game or book depended color style */
.infoboxtable {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #505050;
    color: #ffffff;
    float: right;
    font-size: 89%; 
    margin-bottom: 0.5em; 
    margin-left: 1em; 
    padding: 0.2em; 
    width: 300px;
}

.infoboxtable td {
    vertical-align: top;
}

.infoboxtable td > div {
    background-color: #181818; 
    border: 2px solid inherit; 
    border-radius: 5px; 
    font-weight: bold;
    padding: 0.5px 7px;
    text-align: right;
}

.infoboxname {
    background-color: #181818; 
    font-size: 110%; 
    font-weight: bold;
    padding: 0.5em; 
}

.infoboxdetails {
    padding: 0em;
}

/* copyright images tweak */
.skin-hydradark .copyright-icon {
    background-image: url("https://static.wikia.nocookie.net/commons_hydra/images/thumb/5/58/Copyright_darkwiki.png/32px-Copyright_darkwiki.png");
    background-size: 100%;
    height: 32px;
    width: 32px;
}

.feature {
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    padding: 10px;
}

/* Navbox template style */
table.navbox {
    border: 1px solid #505050;
    clear: both;
    font-size: 88%;
    margin: auto;
    padding: 1px;
    text-align: center;
    width: 100%; 
}

/* Border between adjacent navboxes */
table.navbox + table.navbox {
    margin-top: -1px;
}

.navbox-title,
.navbox-abovebelow,
table.navbox th {
    padding-left: 1em;
    padding-right: 1em;
    text-align: center;
}

.navbox-group {
    font-weight: bold;
    padding-left: 1em;
    padding-right: 1em;
    white-space: nowrap;
}

/* Base background */
.navbox, .navbox-subgroup {
    background: rgba(0, 0, 0, 0.1);
}

.navbox-list {
    border-color: rgba(0, 0, 0, 0.1); /* Must match background color */
}

/* Level 1 color */
.navbox-title,
table.navbox th {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
}

/* Level 2 styling */
.navbox-abovebelow,
.navbox-group,
.navbox-subgroup .navbox-title {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
}

/* Level 3 styling */
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
}

/* Even row striping */
.navbox-even {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

/* Odd row striping */
.navbox-odd {
    background: transparent;
}
 
.collapseButton {
    font-weight: normal;
    width: auto;
}

.navbox .collapseButton {
    width: 6em;
}
 
.navbar {
    font-size: 88%;
    font-weight: normal;
}

.navbox .navbar {
    font-size: 100%;
}
 
table.collapsed tr.collapsible {
    display: none;
}
/* End of new Navbox styling */

/* Front page appearance styles */
.fpbox .heading,
.fpbox .mainheading {
    border: 0;
    border-bottom: 1px solid #505050;
}

.fpbox {
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid #505050;
    box-shadow: 0 2px 5px #505050;
}

.fplink:not(.fplink-plain) {
    background: rgba(0,0,0,0.3);
    border: 1px solid #505050;
}

.fplink-fullwidth .fplink:not(.fplink-plain) {
    background: rgba(0,0,0,0.4);
}

.linkslabel {
    border-bottom: 2px solid #505050;
}

.fpmidsections {
    float: left;
    width: 100%;
    overflow: hidden;
}

.fpsection1,
.fpsection2,
.fpsection3,
.fpsection4 {
    float: left;
    clear: both;
    width: 100%;
}

.fpmain .columns .leftcol,
.fpmain .columns .rightcol {
    width: 100%;
    margin: 0;
    padding: 0;
}

@media (min-width: 790px) {
    .fpsection1,
    .fpsection4 {
        float: left;
        clear: none;
        width: 50%;
    }

    .fpmidsections {
        float: right;
        clear: none;
        width: 50%;
    }
}

@media (min-width: 990px) {
    .fpmain .columns .leftcol {
        float: left;
        width: 50%;
    }

    .fpmain .columns .rightcol {
        float: right;
        width: 50%;
    }
}

@media (min-width: 1390px) {
    .fpmidsections {
        clear: none;
        float: right;
        width: 66.667%;
    }

    .fpsection1 {
        clear: none;
        width: 33.333%;
    }

    .fpsection2,
    .fpsection3 {
        clear: none;
        width: 50%;
    }

    .fpsection4 {
        clear: left;
        width: 33.333%;
    }
}
Advertisement