Everspace Wiki
ICEThat (talk | contribs)
No edit summary
No edit summary
Line 298: Line 298:
 
.codex-header > .mw-collapsible-toggle * {
 
.codex-header > .mw-collapsible-toggle * {
 
color: #ffffff;
 
color: #ffffff;
  +
font-size: small;
  +
font-weight: normal;
 
}
 
}
   

Revision as of 13:15, 18 June 2017

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

/* 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: 'Play', 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;
}

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

/* infoboxs */
td > .ginfoboxtable {
  float: none;
}

.s-stat-right {
  text-transform: none !important;
  text-align: right;
  color: #8CB4C2 !important;
  word-spacing: normal;
}

.s-detail2 {
  text-align: center;
  text-transform: uppercase;
}

.s-infoboxname {
  color: #FFE3A4;
  font-size: 120%;
}

.s-infoboxtype {
  font-size: 110%;
}

.s-image {
  display: inline-block;
  margin: 3px;
}

.sinfoboxtable {
  width: 10%;
  text-transform: uppercase;
}

.g-stat-left {
  color: #8CB4C2;
}

.g-res-container {
  text-align: left;
  display: block;
  float: left;
  width: 50%;
}

.g-res-left {
  color: #8CB4C2;
  font-size: 110%;
  text-align: right;
  display: flex;
}

.g-res-right {
  color: #7DD573 !important;
  text-transform: uppercase;
  display: block;
  font-size: 100% !important;
  word-spacing: 999px;
  width: 50%;
}

.g-stat-empty {
  display: none;
}

.g-detail2 {
  text-align: center; 
  width: 100%;
  color: #8CB4C2;
}

.ginfoboxdetails {
  font-size: 120%;
}

.ginfoboxname {
  font-size: 110%;
}

.ginfoboxtable {
  float: right;
  margin: 5px;
  width: 40%;
  background-color: #000000;
  border: 2px solid #1C3942;
}

.g-stat-left {
  margin: 5px;
  padding: 5px;
  border: 2px solid #1C3942;
}

.g-stat * {
  margin: 5px;
}

.g-stat-right {
  display: inline;
  color: #8CB4C2;
  font-size: 110%;
}

.g-image {
  float: left;
  display: inline-block;
  margin: 3px 0 0 3px;
}

.g-detail {
  width: 100%;
}

.s-stat-right {
  word-spacing: normal !important;
  color: #8CB4C2 !important;
}

.e-image {
  margin-left: 100px;
  margin-right: 100px;
}

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

.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: 'Play', sans-serif;
  font-size: 110%;
  color: #a9d5f0;
  padding: 0 5px;
}

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

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

.mw-headline {
  font-family: 'Play', sans-serif;
}

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

/* Framework */
body {
    background: #000000 url(https://hydra-media.cursecdn.com/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://hydra-media.cursecdn.com/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 #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://hydra-media.cursecdn.com/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;
}

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

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

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

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

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

.TablePager th a {
    background-color: #012437;
    color: #FFFFFF !important;
}
 
.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://hydra-media.cursecdn.com/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://hydra-media.cursecdn.com/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://hydra-media.cursecdn.com/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;
}

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

.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;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    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://hydra-media.cursecdn.com/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 {
    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;
    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://hydra-media.cursecdn.com/commons.gamepedia.com/thumb/5/58/Copyright_darkwiki.png/32px-Copyright_darkwiki.png");
    background-size: 100%;
    height: 32px;
    width: 32px;
}