Pixark 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 */

/* Hide main page header */
body.page-Pixark_Wiki h1.firstHeading {
    display:none;
}

/* 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: #eeeeee;
    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: #f9f9f9;
    border: 1px solid #aaaaaa;
    color: #000000;
    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: #f9f9f9;
    border: 2px solid inherit; 
    border-radius: 5px; 
    font-weight: bold;
    padding: 0.5px 7px;
    text-align: right;
}

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

.infoboxdetails {
    padding: 0em;
}


/* copyright images tweak */
.copyright-icon {
    background: url("https://static.wikia.nocookie.net/commons_hydra/images/thumb/b/b6/Copyright.png/32px-Copyright.png") transparent center center;
    background-size: 100%;
    width: 32px;
    height: 32px;
}

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

/* Navbox template style */
table.navbox {
    border: 1px solid #aaaaaa;
    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(255, 255, 255, 0.2);
}

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

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

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

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

/* Even row striping */
.navbox-even {
    background: rgba(0, 0, 0, 0.05);
    color: #333;
}

/* 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 */


body {
 background-attachment:fixed;
 background-color:rgb(121,104,58);
 background-image:url(https://static.wikia.nocookie.net/pixark_gamepedia_en/images/9/98/Bg.jpg/revision/latest);
 background-repeat:repeat;
 background-size:cover;
}
#mw-page-base {
 background:transparent !important;
 padding-top:1em;
}
#mw-head {
 padding-top:1em;
}
#pageWrapper {
 margin-right:10px 
}
div#content {
 background:rgba(230,244,232,0.75);
 box-shadow:5px 5px 10px black;
 border:none;
}

/* Vector tabs */
div#left-navigation, div#right-navigation {
    margin-top:1.5em;
}

div.vectorTabs {
    background: none;
}

div#mw-head div.vectorTabs ul li a,
div#mw-head div.vectorTabs ul li.new a,
h3#p-sharing-label span,
h3#p-cactions-label span {
  color:#fff;
  font-size:1.2em;
  font-weight:bold;
  text-decoration:none;
  text-shadow: 1px 1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, -1px -1px 1px #000;
}

div.vectorTabs ul li.selected a {
  color: #2DD8D8 !important;
  text-shadow:-1px -1px 0 #000, 1px 1px 0 #000, -2px -2px 2px #D8A971;
}

div#mw-head div.vectorTabs ul li:not(.selected) span a:hover {
  color:#e7e7e7;
}

h3#p-sharing-label span, h3#p-cactions-label span {
  margin-top:-0.4em;
}

div#p-sharing, div#p-cactions {
  margin-top:0.2em !important;
}

div.vectorTabs span,
div.vectorTabs ul,
div.vectorTabs ul li,
div.vectorTabs ul li.selected   {
    background: none;
}

div#right-navigation div#p-search {
  margin-top:0.8em;
  margin-right:10.5px;
}

div.vectorMenu h3#p-cactions-label {
  padding-bottom:1em;
}

div.vectorMenu div.menu {
 border:2px solid #2DD8D8;
 box-shadow: 2px 2px rgba(0,0,0,0.5);
 margin-top:0.6em;
 background-color:#e6e6e6;
}

div.vectorMenu div.menu a {
  color:#000;
  font-weight:bold;
  text-decoration:none;
}
div.vectorMenu div.menu a:hover {
  color:#2DD8D8;
  text-decoration:none;
}

div#mw-head div.vectorMenu h3 {
    background: none;
}

div#p-sharing .menu {
	margin-left: 20px;
	min-width: 0px;
	width: 48px;
}
/* End Vector Tabs */

/* Sidebar */
div#mw-panel h3 {
  font-weight: bold !important;
  color: #ffffff !important;
}
div#mw-panel div.portal:not(#p-claimWiki):not(#p-socialProfiles):not(#p-sitePromos) {
 background:rgba(119,102,56,.7);
 border-left: 3px double orange;
 border-right: 3px double orange;
}
div#p-navigation {
    border-top: 3px double orange;
}
div#p-tb {
    border-bottom: 3px double orange;
}
div#mw-panel div.portal div.body ul li a,div#mw-panel div.portal div.body ul li a:visited,#mw-panel.collapsible-nav a:visited,#mw-panel.collapsible-nav .portal h3 a,#mw-panel.collapsible-nav .portal h3 a:visited,#mw-panel.collapsible-nav div.portal h3 a,#mw-panel.collapsible-nav div.portal h3 a:visited,#mw-panel.collapsible-nav .portal.collapsed h3 a,#mw-panel.collapsible-nav .portal.collapsed h3 a:visited {
 color:#dddddd;
 font-weight:bold
}
div#mw-panel div.portal:not(#p-claimWiki):not(#p-socialProfiles):not(#p-sitePromos):not(#p-tb) {
  border-bottom:1px solid black;
}


/* Page History */
ul#pagehistory > li {
  border:none;
}
#pagehistory li.selected {
  background-color:rgba(230,240,230,0.9);
}

/* Editor */
.wikiEditor-ui {
  background:none;
  border: none;
}
.wikiEditor-ui-controls {
  background: none;
}
.wikiEditor-ui-buttons {
  background: none;
  border: none;
}
.wikiEditor-ui-tabs div {
    background-color: #37594d;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
.wikiEditor-ui-tabs div a {
     background: #37594d;
     color: #c0c0c0;
}

.wikiEditor-ui-tabs div.current {
    border-bottom: 1px solid #000000;
}

.wikiEditor-ui-tabs div.current a {
    color: #ffffff;
    font-weight: bold;
}
.wikiEditor-preview-contents {
  background: rgba(200, 200, 200, 0.1);
}

/* Preferences */
#preferences {
  background: rgba(255, 255, 255, 0.6) !important;
}

.client-js #preftoc {
    background-color: rgba(255, 255, 255, 0.5);
    border: 0px;
}

.client-js #preftoc,
.client-js #preftoc li,  
.client-js #preferences, 
.client-js #preftoc li a {
    background-image: none;
    background-color: rgba(0, 0, 0, 0);
    color: #666666;
}

.client-js #preftoc li:first-child {
    margin-bottom: 4px;
}

.client-js #preftoc li.selected a {
    background-color: rgba(255, 255, 255, 0.5);
    background-image: none;
    border-color: #aaaaaa #aaaaaa rgba(255, 255, 255, 0.5);
    border-style: solid;
    border-width: 1px;
    color: #000000;
}

/* Wikitable styles */
table.wikitable tr th {
  background-color: #ffea9e;
}

table.wikitable tr {
  background-color: rgba(235,235,230);
}

/* Table of contents */
div#toc {
  background-color: rgba(100,125,100,.3);
  border: 1px solid black;
}

/* Category bar */
div#catlinks {
  background:rgba(100,125,100,.3);
  border:1px solid black
}

/* Footer */
div#footer {
 margin-top:2em;
 margin-bottom:1em;
 background:rgba(230,244,232,0.75);
 box-shadow:5px 5px 10px black;
 border:none
}

/* tweak to gallery thumbs for visibility */
li.gallerybox div.thumb {
  background-color:#e0e0e0;
}
Advertisement