StoneTide Wiki
Register
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 */
/* For elements which only display in the mobile view */
.mobileonly {
    display: none;
}
 
/* Hide main page header */
body.page-StoneTide_Wiki h1.firstHeading {
    display:none;
}

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

div#mw-head-base {
    background: none;
}

div#mw-head {
    background: none;
    margin-top: 130px;
}

#p-logo, #p-logo a {
    height: 150px;
    width: 326px;
}

#p-logo {
    left: 50vw;
    margin-left: -225px;
    position: absolute;
    margin-top: -50px;
}

/* Framework */
body {
    background-color: #4ac9e4;
    background-image: url("https://stonetide.gamepedia.com/media/2/26/Background.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    color: #333;
}

/* Top Tabs */
#left-navigation {
}

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

div#mw-head div.vectorTabs,
div#mw-head div.vectorTabs ul,
div#mw-head div.vectorTabs ul li,
div#mw-head div.vectorTabs ul li.selected,
div#mw-head div.vectorTabs ul li:not(#ca-unwatch):not(#ca-watch) a,
div#mw-head div.vectorTabs ul li.selected a,
div#mw-head div.vectorTabs ul li span,
div#mw-head div.vectorTabs ul li.selected span {
    background: none;
}

div#mw-head div.vectorTabs li a,
div#mw-head div.vectorTabs li a:visited,
div.vectorMenu h3 span {
    color: #dac1ac;
    text-shadow: -1px 0 0.1em black, 0 1px 0.1em black, 1px 0 0.1em black, 0 -1px 0.1em black;
}

div#mw-head div.vectorTabs li a:hover,
div#mw-head div.vectorTabs li a:visited:hover {
    color: #dac1ac;
    text-shadow: -1px 0 0.1em black, 0 1px 0.1em black, 1px 0 0.1em black, 0 -1px 0.1em black;
}

div#mw-head div.vectorTabs li.selected a,
div#mw-head div.vectorTabs li.selected a:visited {
    color: #fffcb3;
    font-weight: bold;
    text-shadow: -1px 0 0.1em black, 0 1px 0.1em black, 1px 0 0.1em black, 0 -1px 0.1em black;
}

div#mw-head div.vectorMenu {
    background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.com/8/87/Vector_menu_downarrow_dark.png");
}

div#mw-head div.vectorMenu h4 {
    color: #dac1ac;
    text-shadow: -1px 0 0.1em black, 0 1px 0.1em black, 1px 0 0.1em black, 0 -1px 0.1em black;
}

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

div.vectorMenu div.menu {
    background: #fff;
    border: none;
}

div#mw-head div.vectorMenu div.menu ul {
    background: none;
    border: solid 1px #5ed0e5;
}

div#mw-head div.vectorMenu div.menu li a,
div#mw-head div.vectorMenu div.menu li a:visited {
    color: #333;
}

div#mw-head div.vectorMenu div.menu li a:hover,
div#mw-head div.vectorMenu div.menu li a:visited:hover {
    color: #333;
}

div#simpleSearch {
    background: #fff;
    border: none;
}

#p-search input[type="submit"] {
}

#p-search input[type="search"] {
}

#p-search input:focus {
}

/* Sidebar */
div#mw-panel {
    margin-top: 4.2em;
}

div#mw-panel div.portal:not(#p-claimWiki):not(#p-socialProfiles):not(#p-sitePromos) {
    background: rgba(255,255,255,.9);
    border: solid 1px #5ed0e5;
    margin: 0 9px 10px 0;
    padding: 0.25em 0 !important;
    width: 150px;
    margin-right: 1em;
}

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 {
    color: #000000;
}

div#mw-panel div.portal h3,
div#mw-panel div.portal h3:visited,
#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;
    font-size: 1em;
}

div#mw-panel div#p-socialProfiles.portal .body {
    margin: auto;
}

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

/* Link styles */
div#content a.external[href ^="https://"],
.link-https {
    background-image: url("https://stonetide.gamepedia.com/media/b/b0/Lock-icon.png");
}

/* Content */
div#content {
    background: rgba(255,255,255,.9);
    color: #333;
    border: solid 1px #5ed0e5;
    margin-right: 1em;
    overflow: hidden;
    margin-top: 130px;
}

h1, h2, h3, h4, h5, h6, hr {
    color: #000;
    border-color: #5ed0e5;
}

div#toc,
div.toc,
div.mw-warning,
ul#filetoc,
#catlinks {
    background: rgba(255,255,255,.5);
    border: solid 1px #5ed0e5;
}

/* Footer */
div#footer {
    background: rgba(255,255,255,.9);
    border: solid 1px #5ed0e5;
    margin-right: 1em;
    margin-top: 1em;
}

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

div#footer a {
    font-weight:bold;
}

/* Tables */
table.wikitable {
    background: none;
    border: 1px solid #333;
    color: #333;
}

table.wikitable > tr > th,
table.wikitable > * > tr > th {
    background-color: #4b2a19;
    border: 1px solid #170017;
    color: #fff0a1;
}

table.wikitable > tr > td,
table.wikitable > * > tr > td {
    background: none;
    border: 1px solid #333;
    padding: 0.2em;
}

/* Infoboxes */
.infobox {
    background: none;
    border: 1px solid #333;
    float: right;
    margin-bottom: 1em;
    margin-left: 1em;
    width: 300px;
    clear: right;
}

.infobox table {
    background-color: #f0f0f0;
    width: 100%;
}

.infobox th {
    padding: 3px;
    text-align: left;
}

table.infobox > tr > th,
table.infobox > * > tr > th {
    padding-left: .5em;
    padding-right: .5em;
}

table.infobox > tr > td,
table.infobox > * > tr > td {
    text-align: right;
} 

.infobox th.header, .infobox th.title {
    background-color: #4b2a19;
    border: 1px solid #170017;
    color: #fff0a1;
    text-align: center;
}

.infobox th.title {
    font-size: 120%;
    padding: 0.5em;
}

.infobox td {
    padding: 3px;
}

.infobox td.image {
    padding: 1em;
    text-align: center;
}

.infobox.infobox-content-left  > tr > td,
.infobox.infobox-content-left  > * > tr > td {
    text-align: left;
}

/* Interface */
fieldset {
    border-color: #333;
}

div#mw-js-message {
    background: #fff;
    border: solid 1px #333;
}

.mw-search-profile-tabs {
    background: #fff;
    border: solid 1px #333;
}

.mw-search-profile-tabs div.search-types ul li.current a {
    color: #000;
}

fieldset#mw-searchoptions div.divider {
    border-bottom: solid 1px #333;
}

fieldset#mw-searchoptions {
    border-color: #333 !important;
    background: #fff;
}

div.mw-warning-with-logexcerpt {
    border: solid 1px #333;
}

table.mw_metadata {
    background: none;
    border: 1px solid #333;
}

table.mw_metadata th {
    background: #4b2a19;
    border: 1px solid #170017;
    color: #fff0a1;
}

table.mw_metadata td {
    background: none;
    border: 1px solid #333;
}

.mw-datatable {
    background: none;
    border: 1px solid #333;
}

.mw-datatable th {
    background: #4b2a19;
    border: 1px solid #170017;
    color: #fff0a1;
}

.mw-datatable td {
    background: none;
    border: 1px solid #333;
}

.mw-datatable tr:hover td {
    background: rgba(105,232,255,.2);
}

li.gallerybox {
    border-color: transparent;
}

.thumb,
div.thumbinner,
li.gallerybox div.thumb {
    background: rgba(105,232,255,.2);
    border: solid 1px #333;
}

/* Wiki editor */
div.wikiEditor-ui {
    background: transparent;
    border: none;
}

div.wikiEditor-ui-buttons {
    background-color: transparent;
    border: none;
}

div.wikiEditor-ui-controls {
    background-color: transparent;
    border-bottom: none;
}

div.wikiEditor-ui-tabs {
    background-color: #4b2a19;
    border-left: 1px solid #333;
    border-top: 1px solid #333;
}

div.wikiEditor-ui-tabs div {
    background-color: #4b2a19;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
}

div.wikiEditor-ui-tabs div a {
    color: #fff0a1;
	 background: none;
}

div.wikiEditor-ui-tabs div.current {
    background-color: #5f321f;
    border-bottom: 1px solid #333;
}

div.wikiEditor-ui-tabs div.current a {
    color: #fff0a1;
    font-weight: bold;
}

div.wikiEditor-ui .wikiEditor-ui-top {
    border-bottom: 1px solid #333;
}

div.wikiEditor-ui .wikiEditor-ui-view {
    border: 1px solid #333;
}

div#wikiEditor-ui-toolbar {
    background: linear-gradient( to bottom, rgba(105,232,255,0), rgba(105,232,255,.15) 26px);
}

div.wikiEditor-ui-toolbar .group {
    border-right: 1px solid #333;
}

div.wikiEditor-ui-toolbar .group-search {
    border-left: 1px solid #333;
    border-right: none;
}

div.wikiEditor-ui-toolbar .group .label {
    color: #333;
}

.tab {
    border-color: transparent;
}

div.wikiEditor-ui-toolbar .tabs span.tab a,
div.wikiEditor-ui-toolbar .tabs span.tab a:visited {
    color: #333;
}

div.wikiEditor-ui-toolbar .tabs span.tab a.current,
div.wikiEditor-ui-toolbar .tabs span.tab a.current:visited {
    color: #333;
}

div.wikiEditor-ui-toolbar .group .tool-select .label {
    color: #000000; /* or any other dark colour, or change the bg to a dark colour to contrast with light text */
}

div.wikiEditor-ui-toolbar .sections .section {
    background-color: rgba(105,232,255,.2);
    border-top: 1px solid #333;
}

div.wikiEditor-ui-toolbar .booklet .index div {
    color: #333;
}

div.wikiEditor-ui-toolbar .booklet .index .current {
    background-color: rgba(105,232,255,.3);
    color: #333;
    font-weight: bold;
}

div.wikiEditor-ui-toolbar .booklet .pages {
    background-color: transparent;
}

div.wikiEditor-ui-toolbar .page-characters div span {
    border: 1px solid #333;
    color: #333;
}

div.wikiEditor-ui-toolbar .page-characters div span:hover {
    background-color: rgba(105,232,255,.15);
    border-color: #333;
    color: #333;
}

div.wikiEditor-ui-toolbar .page-table th {
    color: #333;
}

div.wikiEditor-ui-toolbar .page-table td {
    border-top: 1px solid #333;
    color: #333;
}

div.wikiEditor-preview-loading {
    background-color: transparent;
}

div.wikiEditor-preview-contents {
    background-color: transparent;
    border: none;
	overflow-y: hidden;
}

div.editOptions {
    background-color: rgba(105,232,255,.2);
    border: 1px solid #333;
	border-top: none;
}

/* Page history */
table.diff,
td.diff-otitle,
td.diff-ntitle {
    color: #333;
}

td.diff-context {
    background: rgba(0,0,0,.1);
    color: #333;
}

.diffchange {
    color: #333;
}

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

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

.client-js #preftoc li.selected a,
.client-js #preftoc li.selected a {
    background: #4b2a19;
    border-color: #170017 #170017 #170017;
    border-style: solid;
    border-width: 1px;
    color: #fff0a1;
    font-weight: bold;
}

.client-js #preferences {
    background-color: #fff;
    border: 1px solid #333;
}

.client-js #preferences fieldset {
    border-color: #333;
}

.client-js #preferences legend {
    color: #333;
}

/* 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://commons.gamepedia.com/media/commons.gamepedia.com/thumb/b/b6/Copyright.png/32px-Copyright.png") transparent center center no-repeat;
    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.1);
    color: #333;
}

/* Even row striping */
.navbox-even {
    background: rgba(0, 0, 0, 0.1);
    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 */

/* Front page styles */
.fpmain {
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.fpbanner {
  border: 1px solid #4b2a19; 
  box-shadow: 0 2px 5px #333;
  background: rgba(0, 0, 0, 0.25);
  color: #9ccad2;
  margin: 0 5px 5px 5px;
  padding: 5px;
  min-height: 80px;
}

.fpbannertable {
  display: table;
  border: none;
  background: transparent;
  width: 100%; 
  min-height: 75px;
  margin: 0;
  padding: 5px;
}

.fpbannercell {
  display: table-cell; 
  text-align: center; 
  vertical-align: middle;
}

.fpbannerblock {
  border: none;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.75);
  font-size: 132%;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
}

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

.fpbox {
  border: 1px solid #4b2a19;
  background: rgba(255, 255, 255, 0.90);
  color: black;
  margin: 5px 5px 5px 5px;
  padding: 5px 5px 5px 5px;
  overflow: auto;
}

.fpbox .mainheading {
  border: none;
  border-bottom: 2px solid #333;
  color: #4b2a19;
  font-size: 150%;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  overflow: auto;
}

.fpbox .heading {
    background: #4b2a19;
    border: 2px solid #170017;
    color: #fff0a1;
    font-size: 132%;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    overflow: auto;
}

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

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

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

div.fp2columnonly, div.fp3columnonly {
  display: none; 
}

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

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

  .fpsection4 {
    float: left;
    clear: none;
    width: 50%;
  }

  div.fp2columnonly {
    display: block; 
  }
}

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

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

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

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

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

  .fpsection3 {
    clear: none;
    width: 50%;
  }
 
  .fpsection4 {
    clear: left;
    width: 33.333%;
  }

  div.fp2columnonly {
    display: none; 
  }

  div.fp3columnonly {
    display: block; 
  }
}

.fpbox.plain {
  border: none;
  box-shadow: none;
  background: transparent;
}

.fpimagelist ul {
  list-style-type: none;
  list-style-image: none;
}

.fpvideos {
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}

.fpvideo {
  display: inline-block;
  margin: 0 5px;
}
Advertisement