Everspace Wiki
ICEThat (talk | contribs)
(Added link box CSS)
ICEThat (talk | contribs)
(Added more link box CSS)
Line 340: Line 340:
 
.info-link-container {
 
.info-link-container {
 
width: 170px;
 
width: 170px;
padding-bottom: 1px;
+
height: 150px;
  +
}
  +
  +
.info-link-top {
  +
vertical-align: top;
  +
}
  +
  +
.info-link-bottom {
  +
vertical-align: bottom;
 
}
 
}
   

Revision as of 01:06, 18 January 2018

@import url("//fonts.googleapis.com/css?family=Play:400,700");

@font-face {
  font-family: "Metrophobic";
  font-style: normal;
  font-weight: 400;
  src: url("https://fonts.gstatic.com/s/metrophobic/v10/0IZPA9DbzKXnGZABsAivT44P5ICox8Kq3LLUNMylGO4.woff2") format("woff2");
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}

/* rss */
.rss_item {
  border: 1px solid #a9d5f0;
  box-shadow: 0 0.1em 0.4em #a9d5f0;
}

.rss_previous {
  background-color: rgba(169,213,240,0.7);
  border-radius: 10px;
  display: inline-block;
  padding: 5px;
}

#fprss div.rss_item:nth-child(n+5) {
  display: none;
}

#fprss-expand .mw-collapsible-content > div.rss_item:nth-child(1) {
  display: none;
}

#fprss-expand .mw-collapsible-content > div.rss_item:nth-child(2) {
  display: none;
}

#fprss-expand .mw-collapsible-content > div.rss_item:nth-child(3) {
  display: none;
}

#fprss-expand .mw-collapsible-content > div.rss_item:nth-child(n+4) {
  display: inline-block;
}

#fprss {
  overflow: auto;
}

.fprss-expand-notice {
  float: left;
  color: #a9d5f0;
}

/* imglnk */

.imglnk {
  display: inline-block;
  text-align: center;
  margin: 5px;
}

.imglnk * {
  text-align: center;
}

.imglnk .imglnk-image {
  margin-bottom: -30px;
}

.imglnk .imglnk-text {
  position: relative;
  font-family: 'Metrophobic', Arial, sans-serif;
  font-weight: bold;
  font-size: 120%;
  color: #ffffff;
  text-align: center;
  text-shadow: 1px 1px 1px #404040;
  z-index: 1;
}

.imglnk .imglnk-text > a {
  color: #ffffff !important;
}

.banner { 
  width: 100%; 
}

/* fpbox */
.fpbox {
  border-style: solid;
  border-color: gray;
  border-width: 1px;
  margin: 5px;
  padding: 5px;
}

.fpbox .heading {
  border-bottom: 1px solid #505050;
  font-size: 132%;
  font-variant: small-caps;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
}

.fpcontent {
  width: 100%;
  overflow: hidden;
  z-index: 1;
  display: inline;
}

#fpwiki * {
  text-align: left;
}

.fpwiki-centered {
  text-align: center !important;
}

.fpwiki-centered * {
  text-align: center !important;
}

.fp-image * {
  max-width: 500px !important;
  max-height: 350px !important;
  height: auto;
  margin: auto;
  display: flex;
}

@media (max-width: 1299px) {
#fptopsection { 
  display: flex;
  flex-direction: column;
}

#fpflexsection { 
  display: flex;
  flex-direction: column;
}

#fpbottomsection {  
  display: flex;
  flex-direction: column;
}
}

@media (min-width: 1300px) {
#fptopsection { 
  float: left; 
  width: 50%;
  display: flex;
  flex-direction: column;
}

#fpflexsection { 
  width: 50%;
  float: right;
  display: flex;
  flex-direction: column;
}

#fpbottomsection { 
  width: 50%;
  float: left; 
  display: flex;
  flex-direction: column;
}
}

/* For mobile view only */
.mobileonly {
    display: none;
}

/* infoboxes */
.big {
    font-size: 16px;
}

.caps {
    text-transform: uppercase;
}

.upper {
    text-transform: capitalize;
}

.red {
    color: #fb5b4e;
}

.sand {
    color: #FFE3A4;
}

.green {
    color: #7DD573;
}

.blue {
    color: #8CB4C2;
}

.break {
    font-size: 7px;
}

.info-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.info-empty {
    display: none;
}

.info-noalign {
    float: none;
}

.info-rightalign {
    float: right;
}

.info-padding {
    padding: 5px;
}

.info-container {
    background-color: #000000;
    border: 2px solid #1C3942;
    margin: 5px;
    padding: 5px 5px 0 5px;
    width: 500px;
    font-family: 'Metrophobic', Arial, sans-serif;
}

.info-row-top {
    text-align: center;
}

.info-row {
    width: 100%;
}

.info-name {
    color: #FFE3A4;
    font-size: 120%;
}

.info-type {
    font-size: 110%;
}

.info-inner {
    color: #8CB4C2;
    border: 2px solid #1C3942;
    padding: 1px 0 1px 5px;
    margin-bottom: 5px;
    font-size: 15px;
}

.info-left {
    float: left;
}

.info-right {
    float: right;
    padding-right: 5px;
}

.entry {
    padding: 1px 0;
}

/* glyph infobox specific */
.info-image-glyph {
    width: 82px;
}

.info-head-glyph {
    text-align: center;
    width: 350px;
}

.info-name-glyph {
    font-size: 120%;
    margin-bottom: 10px;
    color: #8CB4C2;
}

.info-type-glyph {
    font-size: 105%;
    color: #8CB4C2;
}

.info-posneg {
    display: flex;
    margin-top: 2px;
}

.info-posneg.info-empty {
    display: none;
}

.info-posneg-image {
    padding: 5px 0;
}

.info-posneg-text {
    font-size: 15px;
    padding: 6px 0 0 5px;
}

/* resource infobox specific */
.info-image-resource {
    width: 65px;
    padding-bottom: 5px;
    vertical-align: top;
}

.info-desc-resource {
    vertical-align: top;
}

/* crafting/repair infobox specific */
.info-craft-container {
    width: 350px;
}

.info-craft-text {
    font-size: 15px;
    padding: 6px 5px;
}

/* link box specific */
.info-link-container {
    width: 170px;
    height: 150px;
}

.info-link-top {
    vertical-align: top;
}

.info-link-bottom {
    vertical-align: bottom;
}

/* codex */
.codex-expand {
  border: 1px solid #a9d5f0;
  box-shadow: 0px 0px 25px 1px #a9d5f0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.codex-header > .mw-collapsible-toggle * {
  color: #ffffff;
  font-size: small;
  font-weight: normal;
}

.mw-content-ltr .mw-collapsible-toggle,
.mw-content-rtl .mw-content-ltr .mw-collapsible-toggle {
  padding-left: 3px;
}

.codex-inner {
  border-top: 1px solid #a9d5f0;
  padding-top: 3px !important;
  padding: 0 5px;
  color: #ffffff;
  font-size: 110%;
}

.codex-header {
  text-align: left;
  font-family: 'Metrophobic', Arial, sans-serif;
  font-size: 110%;
  color: #a9d5f0;
  padding: 0 5px;
}

/* codex-image */
@media (min-width: 1350px) {
    .codex-image {
        float: right;
        padding: 0 10px;
    }
}

@media (max-width: 1349px) {
    .codex-image {
        text-align: center;
        padding: 10px 0;
    }
}

@media (max-width: 899px) {
    .codex-image > a > img {
        max-width: 400px;
        height: auto;
    }
}

@media (min-width: 900px) {
.codex-image > a > img {
        max-width: 600px;
        height: auto;
    }
}

/* header font */
#mw-panel h3 {
  font-family: 'Metrophobic', Arial, sans-serif;
  font-size: 80% !important;
}

#firstHeading {
  font-family: 'Metrophobic', Arial, sans-serif;
}

.mw-headline {
  font-family: 'Metrophobic', Arial, sans-serif;
  color: #a9d5f0;
}

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

/* Framework */
body {
    background: #000000 url(https://everspace.gamepedia.com/media/everspace.gamepedia.com/9/98/Bg.jpg) no-repeat fixed center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body #pageWrapper {
    margin-right: 5px;
}

/* 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 {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    height: 40px;
    padding-left: 2px;
    padding-right: 5px;
}

#right-navigation {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    height: 40px;
    margin-right: 5px;
    padding-left: 2px;
    padding-right: 2px;
}

#ca-watch.icon a,
#ca-unwatch.icon a {
    padding: 2.5em 0 0 !important;
}

div#p-search {
    margin-top: -3px;
}

#p-search form,
#p-search input {
    margin: 0.15em 0 0;
}

div.vectorTabs {
    background: rgba(0, 0, 0, 0);
    color: #ffffff;
    display: inline-block;
    font-family: 'Orbitron-medium';
    font-weight: bold;
    height: 43px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
 
div.vectorTabs span,
div#mw-head div.vectorMenu h3 {
    background-image: none;
}

div.vectorTabs span a {
    padding-top: 0.5em;
}

div#mw-head li.selected a,
div#mw-head li.selected a span {
    color: #ffffff !important;
    font-family: 'Orbitron-medium';
    font-weight: bold;
}

div.vectorTabs li.selected a,
div.vectorTabs li.selected a span,
div.vectorTabs li.selected a:visited,
div.vectorTabs li.selected a:visited span {
    color: #ffffff !important;
    font-family: 'Orbitron-medium';
    font-weight: bold;
}
 
div.vectorTabs ul {
    background-image: none;
}

div.vectorTabs ul li {
    padding: 0.25em 0 0;
}

div#mw-head a,
.vectorTabs li a span,
div.vectorTabs li a,
div.vectorTabs li a span,
div.vectorMenu h3 span {
    color: #e0e0e0;
}

div.vectorTabs li a:hover,
div.vectorTabs li a:hover span {
    color: #e0e0e0;
}

div.vectorTabs li a {
    background-image: none;
}

div.vectorTabs li.selected, 
div.vectorTabs ul li {
    background-color: transparent;
    background-image: none;
}

div#mw-head div.vectorMenu h4,
div#p-variants.vectorMenu #mw-vector-current-variant,
div.vectorMenu h3 span {
    color: #e0e0e0;
    font-family: 'Orbitron-medium';
    font-weight: bold;
    padding-top: 0.9em;
    text-transform: uppercase;
}

div.vectorMenu h3 a {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("https://commons.gamepedia.com/media/commons.gamepedia.com/8/80/Vector_menu_downarrow_white.png") !important;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

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

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

div.vectorMenu div.menu {
    background-color: #000000;
    background-image: none;
    border: 5px none;
    box-shadow: 0 0.1em 0.75em #a9d5f0;
}

div.vectorMenu ul {
    background-color: rgba(0, 0, 0, 0);
    border: none;
}

/* Sidebar */
div#mw-panel div.portal,
div#mw-panel div.portal div.body,
.skin-hydradark #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:link
div#mw-panel div.portal div.body ul li a:visited {
    color: #ffffff !important;
}

div#mw-panel div.portal h3,
div#mw-panel div.portal h3:visited,
.skin-hydradark div#mw-panel div.portal h3,
.skin-hydradark div#mw-panel div.portal h3:visited,
.skin-hydradark #mw-panel.collapsible-nav .portal h3 a,
.skin-hydradark #mw-panel.collapsible-nav .portal h3 a:visited,
.skin-hydradark #mw-panel.collapsible-nav div.portal h3 a,
.skin-hydradark #mw-panel.collapsible-nav div.portal h3 a:visited,
.skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h3 a,
.skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h3 a:visited {
    color: #a9d5f0;
    font-weight: bold;
    text-transform: uppercase;
}

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

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

/* Content */
div#content {
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid #a9d5f0;
    box-shadow: 0 0.1em 0.75em #a9d5f0;
    box-sizing: border-box;
    color: #FFFFFF;
}

/* anchors */
a, 
a:visited,
div#content a.extiw,
div#content a.extiw:visited,
div#content a.external, 
div#content a.external:visited {
    color: #a9d5f0;
}

h1, h2 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #a9d5f0;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.8);
}

h3, h4, h5, h6 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #c0c0c0;
}

#catlinks,
div#toc,
div.toc,
.mw-warning,
ul#filetoc {
    background-color: rgba(0, 0, 0, 0.2);
    border-color: #5a7180;
}

.CategoryTreeEmptyBullet {
    color: #c0c0c0;
}

.catlinks li {
    border-left: none;
}

.CategoryTreeToggle {
    color: #a9d5f0;
}

code {
    background-color: #000000;
}

pre,
.skin-hydradark .mw-code {
    background-color: #000000;
    border-style: dashed;
}

/* Footer */
div#footer {
    background-image: none;
}

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

div#footer a { 
    color: #a9d5f0;
    text-shadow: 1px 1px 0 #000000;
}

div#footer a:hover { 
    color: #a9d5f0;
}

/* Page history */
.skin-hydradark #pagehistory li {
    background-color: transparent;
    border: none;
    padding: 3px;
}

.skin-hydradark #pagehistory li.selected {
    background-color: #000000;
    background-image: none;
    border: 1px dashed #5a7180;
    padding: 3px;
}

.skin-hydradark table.diff,
.skin-hydradark td.diff-otitle,
.skin-hydradark td.diff-ntitle {
    background: rgba(0, 0, 0, 0);
}

/* thumbnails and galleries and image file history */
div.thumb {
    border: 1px solid #5a7180;
    margin: 2px;
    margin-left: 6px;
}

img.thumbborder {
    border: 1px solid #5a7180;
    padding: 5px;
}

div.thumbinner {
    background-color: rgba(0, 0, 0, 0.2);
    border: medium none;
}

li.gallerybox div.thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid #5a7180;
}

html .thumbimage {
    border: 1px solid #5a7180;
}

div.tright div.tleft {
    border: 1px solid #5a7180 !important;
}

div.tright {
    clear: right;
    float: right;
}

#file img:hover,
.filehistory a img {
    background: url("https://runemaster.gamepedia.com/media/runemaster.gamepedia.com/8/84/Dark_checker.svg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.filehistory a img:hover {
    background: rgba(0, 0, 0, 0);
}

/* tables */
table.wikitable {
  text-align: center;
}

.table-center {
  margin: auto;
}

.skin-hydradark .wikitable th {
    background-color: #012437;
    border: 1px solid #5a7180;
    color: #FFFFFF;
}

.skin-hydradark .wikitable td {
    border: 1px solid #5a7180;
    color: #c0c0c0;
}

table.mw_metadata th {
    background-color: #012437;
    border: 1px solid #5a7180;
    color: #FFFFFF;
}

table.mw_metadata td {
    background-color: transparent;
    border: 1px solid #5a7180;
    color: #c0c0c0;
}

.skin-hydradark .mw-datatable th {
    border: 1px solid #5a7180;
}

.skin-hydradark .mw-datatable,
.skin-hydradark .mw-datatable td {
    border: 1px solid #5a7180;
}

.skin-hydradark .TablePager {
    background-color: rgba(0, 0, 0, 0);
    border:1px solid #5a7180;
    color: #c0c0c0;
    padding:0 0.15em;
}

.skin-hydradark .TablePager th {
    background-color: #012437;
    color: #ffffff;
    border:1px solid #5a7180;
    padding:0 0.15em;
}

.skin-hydradark .TablePager tr:hover td {
    background-color: rgba(0, 0, 0, 0.2) !important;
    color: #FFFFFF;
}

.skin-hydradark .TablePager th a {
    background-color: #012437;
    color: #FFFFFF !important;
}
 
.skin-hydradark .TablePager td {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #5a7180;
    color: #c0c0c0;
}

/* sort headers */
th.header-bg.th.headerSort,
.skin-hydradark table.jquery-tablesorter th.headerSort {
    background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.com/3/36/Sort_both_white.gif") no-repeat center right !important;
}

th.header-bg.th.headerSortDown,
.skin-hydradark table.jquery-tablesorter th.headerSortDown {
    background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.com/5/56/Sort_down_white.gif") no-repeat center right !important;
}

th.header-bg.th.headerSortUp,
.skin-hydradark table.jquery-tablesorter th.headerSortUp {
    background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.com/8/82/Sort_up_white.gif") no-repeat center right !important;
}

/* interwiki table bg fix for active entries */
.mw-interwikitable-local,
.mw-interwikitable-trans {
    text-shadow: 1px 1px 1px #000000;
}

/* colour fix for advanced search options box */
.skin-hydradark fieldset#mw-searchoptions {
    background-color: rgba(0, 0, 0, 0);
    border-color: #5a7180 !important;
}

.skin-hydradark .mw-search-profile-tabs {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #5a7180;
    margin-top: 1em;
}

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

/* Preferences */
.skin-hydradark #preftoc {
    background-color: rgba(1, 36, 55, 0.5);
    border: 0px;
    margin: 0 0 4px !important;
}

.skin-hydradark #preftoc,
.skin-hydradark #preftoc li,  
.skin-hydradark #preferences, 
.skin-hydradark #preftoc li a {
    background-image: none;
    background-color: transparent;
    color: #c0c0c0;
}

.skin-hydradark #preferences legend {
    color: #c0c0c0;
}

.skin-hydradark #preftoc li.selected a {
    background-color: rgba(1, 36, 55, 0.5);
    background-image: none;
    border-color: #5a7180 #5a7180 #01141D;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
}

.skin-hydradark #preferences {
    background-color: rgba(1, 36, 55, 0.5);
    border: 1px solid #5a7180;
}

.skin-hydradark #preferences fieldset {
    border-color: #5a7180;
}


#mw-createaccount-join {
    box-shadow: 4px 4px 4px 4px rgba(255, 255, 255, 0.2);
}

/* Wiki editor fixes */
div.wikiEditor-ui {
    background: rgba(0, 0, 0, 0);
    border: medium none;
}

div.wikiEditor-ui-buttons {
    background-color: rgba(0, 0, 0, 0);
    border-top: medium none;
    margin-right: 5px;
}

div.wikiEditor-ui-controls {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #5a7180;
}

div.wikiEditor-ui-tabs {
    background-color: #01060c;
    border-left: 1px solid #5a7180;
    border-top: 1px solid #5a7180;
}

div.wikiEditor-ui-tabs div {
    background-color: #01060c;
    border-right: 1px solid #5a7180;
    border-bottom: 1px solid #5a7180;
}

div.wikiEditor-ui-tabs div a {
     background: #01060c;  /* you can use a gradient here if you want to get fancy */
     color: #ffffff;
}

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

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

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

div.wikiEditor-toolbar-spritedButton {
    background: url('https://help.gamepedia.com/media/help.gamepedia.com/5/5c/Editbar_sprites.png');
}

div.wikiEditor-ui-toolbar {
   background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

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

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

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

.tab {
   border-color: transparent;
}

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

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

div.wikiEditor-ui-toolbar .group .tool-select .label {
   color: #000000;
}

div.wikiEditor-ui-toolbar .sections .section {
    background-color: rgba(0, 0, 0, 0.2);
    border-top: 1px solid #5a7180;
}

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

div.wikiEditor-ui-toolbar .booklet .index .current {
    background-color: transparent;
    color: #ffffff;
}

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

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

div.wikiEditor-ui-toolbar .page-characters div span:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #5a7180;
    color: #a9d5f0;
}

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

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

div.wikiEditor-preview-contents {
    background-color: transparent;
    border-color: -moz-use-text-color #5a7180 #5a7180;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
}

div.editOptions {  
    background-color: transparent;
    border-color: -moz-use-text-color #5a7180 #5a7180;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
}


/* 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 {
    border-collapse: collapse;
    font-size: 95%;
    margin: 0 auto 2px auto;
    width: 80%;
}

.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-gray {
    background-color: rgba(56, 56, 56, 0.95) !important;
    border: 1px solid #383838 !important;
    box-shadow: 0 0.1em 1em #383838 !important;
}

.ambox-blue {
    background-color: rgba(8, 85, 160, 0.95) !important;
    border: 1px solid #0855a0 !important;
    box-shadow: 0 0.1em 1em #0855a0 !important;
}

.ambox-red {
    background-color: rgba(178, 34, 34, 0.95) !important;
    border: 1px solid #b22222 !important;
    box-shadow: 0 0.1em 1em #b22222 !important;
}

.ambox-orange {
    background-color: rgba(198, 118, 21, 0.95) !important;
    border: 1px solid #c67615 !important;
    box-shadow: 0 0.1em 1em #c67615 !important;
}

.ambox-yellow {
    background-color: rgba(191, 148, 15, 0.95) !important;
    border: 1px solid #bf940f !important;
    box-shadow: 0 0.1em 1em #bf940f !important;
}

.ambox-purple {
    background-color: rgba(137, 44, 183, 0.95) !important;
    border: 1px solid #892cb7 !important;
    box-shadow: 0 0.1em 1em #892cb7 !important;
}

.ambox-green {
    background-color: rgba(27, 114, 27,0.95) !important;
    border: 1px solid #1b721b !important;
    box-shadow: 0 0.1em 1em #1b721b !important;
}

/* 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;
    color: #FFE3A4;
    font-size: 110%; 
    font-weight: bold;
    padding: 0.5em; 
}

.infoboxdetails {
    color: #FFE3A4;
    padding: 0em;
}

/* Claim wiki button - this section can be removed if you remove the claim button from the main page */
.claimwikibutton {
  text-align: center;
}

.claimwikibutton a {
    background: url("http://media-mercury.cursecdn.com/attachments/1/716/claim_wiki_button.png") no-repeat scroll left center / 100% auto rgba(0, 0, 0, 0);
    color: transparent;
    display: block;
    height: 57px;
    margin: 0 auto;
    max-width: 100%;
    width: 200px;
}

.claimwikibutton a:hover {
    background: url("http://media-mercury.cursecdn.com/attachments/1/717/claim_wiki_button_hover.png") no-repeat scroll left center / 100% auto rgba(0, 0, 0, 0);
    color: transparent;
}

/* copyright images tweak */
.skin-hydradark .copyright-icon {
    background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.com/thumb/5/58/Copyright_darkwiki.png/32px-Copyright_darkwiki.png");
    background-size: 100%;
    height: 32px;
    width: 32px;
}