The Alchemist Code Wiki

READ MORE

The Alchemist Code 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: Clear the cache in Tools → Preferences
/* CSS placed here will affect users of the Hydra skin */

/* Custom Elements */

body.page-The_Alchemist_Code_Wiki h1.firstHeading {
    display:none;
}

body { 
    background: url(https://thealchemistcode.gamepedia.com/media/thealchemistcode.gamepedia.com/d/d8/For-Whom-the-Alchemist-Exists.jpg?version=549ae7da0af9e238e2802c333933bd96) no-repeat fixed center center / cover  rgba(0, 0, 0, 0);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

div#content,
div#mw-panel,
div#footer {
    background:
    url("https://operaomnia.gamepedia.com/media/operaomnia.gamepedia.com/c/c9/Corner_top_left.png") no-repeat scroll left top border-box,
    url("https://operaomnia.gamepedia.com/media/operaomnia.gamepedia.com/f/ff/Corner_top_right.png") no-repeat scroll right top border-box,
    url("https://operaomnia.gamepedia.com/media/operaomnia.gamepedia.com/9/9b/Corner_bottom_left.png") no-repeat scroll left bottom border-box,
    url("https://operaomnia.gamepedia.com/media/operaomnia.gamepedia.com/b/bc/Corner_bottom_right.png") no-repeat scroll right bottom border-box,
    url("https://operaomnia.gamepedia.com/media/operaomnia.gamepedia.com/3/33/Border_top.png") repeat-x scroll right top border-box,
    url("https://operaomnia.gamepedia.com/media/operaomnia.gamepedia.com/f/f0/Border_left.png") repeat-y scroll left top border-box,
    url("https://operaomnia.gamepedia.com/media/operaomnia.gamepedia.com/f/f1/Border_right.png") repeat-y scroll right top border-box,
    url("https://operaomnia.gamepedia.com/media/operaomnia.gamepedia.com/b/bb/Border_bottom.png") repeat-x scroll left bottom border-box, rgba(255,255,255,.85)
    url("https://operaomnia.gamepedia.com/media/operaomnia.gamepedia.com/9/94/Background_element.png") left top repeat padding-box;
}

div.vectorTabs li span,
div#mw-head div.vectorMenu h3 {
    background: #fff; 
    display: inline-block;
    border: 1px solid #876131;
    border-radius: 4px;
    padding: 2px 10px;
    height: 19px;
    text-align: center;
}

div#content {
    padding: 30px;
}

div#mw-panel {
    color: #000;
    margin-left: 3px;
}

div#footer  {
    padding: 30px;
    margin-top: 6px;
    
}

/* Wikitables */

table.wikitable,
table.wikitable > tr > th,
table.wikitable > * > tr > th,
table.wikitable > tr > td,
table.wikitable > * > tr > td {
}

table.wikitable {
    background: rgba(255,255,255,.7);
    border: 1px solid #aaa;
    border-radius: 4px;
}


table.wikitable > tr > th,
table.wikitable > * > tr > th {
    background-color: rgba(255,255,255,.125);
    border: 1px solid #aaa;
    border-radius: 4px;
    color: #000;
}

table.wikitable > tr > td,
table.wikitable > * > tr > td {
    background-color: rgba(0,0,0,.025);
    border: 1px solid #aaa;
    border-radius: 4px;
}

/* Category Link Colours */

.catlinks {
    border: 1px solid #aaa;
    border-radius: 4px;
}

/* Wiki Editor Transparency */

div.wikiEditor-ui,
.editOptions,
div.wikiEditor-preview-contents,
div.wikiEditor-preview-loading,
div.wikiEditor-ui-toolbar,
div.wikiEditor-ui-buttons,
div.wikiEditor-ui-controls  {
background: transparent;
}

#mw-panel.collapsible-nav .portal#p-claimWiki {
    padding-top: 30px;
}

/* For elements which only display in the mobile view */
.mobileonly {
    display: none;
}

/* Framework */

.mw-body {
    background: rgba(255,255,255,.85);
    border: none;
}

body #pageWrapper {
    margin-right: 1em;
}

/* Head */
div#mw-page-base {
    background: rgba(0, 0, 0, 0);
    background-image: none;
}

#mw-head-base {
    background: rgba(0, 0, 0, 0);
    background-image: none;
    border-bottom: 0px;
}

/* Tabs */
#left-navigation {
    margin-left: 11em;
}

#right-navigation {
    margin-right: 5.5em;
}

div.vectorTabs,
div.vectorTabs span,
div.vectorTabs li.selected,
div.vectorTabs ul,
div.vectorTabs ul li,
div.vectorTabs li a {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
}

div.vectorTabs ul li {
    margin-right: 5px;
}

div.vectorTabs li span {
    background: #fff; 
    display: inline-block;
    border: 1px solid #4A040A;
    border-radius: 4px;
    padding: 2px 10px;
    margin-top: 0.5em;
    height: 19px;
    text-align: center;
}

div.vectorTabs li a {
    background-image: none;
    margin-top: -16px;
}

div#mw-head a,
div#mw-head div.vectorTabs a,
div#mw-head div.vectorMenu a,
.vectorTabs li a span,
div.vectorMenu h3 span {
    color: #000;
    font-weight: bold;
}

div#mw-head li.new a,
div#mw-head li.new a:visited {
    color: #000 !important;
    text-shadow: 1px 1px #000000;
}

div.vectorTabs ul li:first-child {
    border-image: none;
    border-left: medium none;
}

div#mw-head li.selected a,
div#mw-head li.selected a span,
div#mw-head div.vectorTabs li.selected a,
div#mw-head div.vectorTabs li.selected a:visited {
    color: #000 !important;
    font-weight: bold;
}

div#p-sharing .menu {
    background-color: #fff;
    box-shadow: 0 0.1em 0.75em #d5d4d4;
    margin-left: 45px;
    min-width: 0px;
    width: 48px;
}

#p-sharing #socialIconImages img {
    width: 100%;
}

#p-sharing #socialIconImages a {
    width: 40px;
}

div.vectorMenu h3 span {
    font-weight: bold;
    padding-top: 0;
}

div.vectorMenu h3 span::after {
	top: 0;
}

div.vectorMenu h3:hover span,
div.vectorMenu h3:focus span {
    color: #000;
}

div#mw-head div.vectorMenu h4,
div#p-variants.vectorMenu #mw-vector-current-variant {
    color: #FFFFFF;
    font-weight: bold;
    padding-top: 0.2em;
    text-shadow: none;
}

.vectorTabs #ca-unwatch.icon a,
.vectorTabs #ca-watch.icon a {
    padding: 16px 0 0;
}

div#mw-head div.vectorMenu h3 {
    background: #fff; 
    display: inline-block;
    border: 1px solid #4A040A;
    border-radius: 4px;
    padding: 2px 10px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    height: 19px;
    text-align: center;
}

div.vectorMenu h3 a,
div.vectorMenu h3 a:active {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.com/8/80/Vector_menu_downarrow_white.png");
    background-position: 50% 50%;
    border: medium none;
}

div.vectorMenu div.menu {
    border: none;
    left: auto;
    margin-left: 5px;
    right: 0;
    top: 40px;
}

div#mw-head div.vectorMenu ul {
    background-color: #fff;
    background-image: none;
    border-right: 5px none;
    box-shadow: 0 0.1em 0.75em #d5d4d4;
}

div#mw-head div.vectorMenu li a {
    color: #fff;
}

div#mw-head div.vectorMenu li a:hover {
    color: #fff;
}

/******************
/* Sidebar styles *
/******************/

div#mw-panel div.portal h3,
#mw-panel.collapsible-nav .portal h3 a,
#mw-panel.collapsible-nav .portal h3 a:visited,
#mw-panel.collapsible-nav .portal.collapsed h3 a,
#mw-panel.collapsible-nav .portal.collapsed h3 a:visited {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 3px;
}

div#mw-panel div.portal div.body,
#mw-panel.collapsible-nav .portal {
    background-image: none;
}

div#mw-panel div.portal div.body ul li a, div#mw-panel div.portal div.body ul li a:visited {
}
 
div#mw-panel div.portal div.body ul li a,
div#mw-panel div.portal div.body ul li a:visited {
    color: #000;
}

div#mw-panel div.portal div.body ul li a:hover {
    color: #696969;
}

/* social media add-on fix */
div#mw-panel div.portal#p-socialProfiles {
    background: none;
    border: none;
    padding: 0;
    margin: 10px 0;
}

div#mw-panel div.portal#p-sitePromos {
    background: none;
    border: none;
    margin-left: 10px !important;
    padding: 0;
}

div#mw-panel div.portal#p-socialProfiles h5,
div#mw-panel div.portal#p-sitePromos h5 {
    display: none;
}

div#mw-panel div.portal#p-socialProfiles div.body,
div#mw-panel div.portal#p-sitePromos div.body {
    background: none;
    padding: 0;
    margin-left: 0 !important;
    text-align: center;
}

.socialSidebar {
    width: auto;
    max-width: 100%;
}

/* Head */
div#mw-page-base {
    background: transparent;
    background-image: none;
}

#mw-head-base {
    background: transparent;
    background-image: none;
    border-bottom: 0px;
}

div#footer ul li {
    color: #000;
}

div#footer a { 
    color: #0645ad;
}

div#footer a:hover { 
    color: #0645ad;
}

/* multi-upload screen font colour fix */
#upload-list .file .file-title {
    color: #000000;
}

.check-span {
    color: #1D1D1D;
    float: right;
}

#upload-list .file a {
    color: #0000FF;
}

.copyright-icon {
    background-image: url("https://help.gamepedia.com/media/help.gamepedia.com/b/b6/Copyright.png?version=6d3fec14dfaef041b27724d628c5bbaf");
    background-size: 100%;
    height: 32px;
    width: 32px;
}

.ambox {
    background-color: #fff;
    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;
}
Advertisement