Rebuild: Gangs of Deadsville Wiki
No edit summary
No edit summary
Line 12: Line 12:
 
/* Framework */
 
/* Framework */
 
body {
 
body {
background: url("https://hydra-media.cursecdn.com/rebuild.gamepedia.com/9/98/Bg.jpg") no-repeat fixed left top / cover #39222a;
+
background: url("https://rebuild.gamepedia.com/media/rebuild.gamepedia.com/9/98/Bg.jpg") no-repeat fixed left top / cover #39222a;
 
}
 
}
   
Line 205: Line 205:
   
 
div.vectorMenu {
 
div.vectorMenu {
background: url("https://hydra-media.cursecdn.com/rebuild.gamepedia.com/0/0b/Vector_menu_downarrow.png") no-repeat scroll 50% 70% transparent;
+
background: url("https://rebuild.gamepedia.com/media/rebuild.gamepedia.com/0/0b/Vector_menu_downarrow.png") no-repeat scroll 50% 70% transparent;
 
color: #FFFFFF;
 
color: #FFFFFF;
 
margin: 0 3px;
 
margin: 0 3px;
Line 297: Line 297:
   
 
ul {
 
ul {
list-style-image: url("https://hydra-media.cursecdn.com/rebuild.gamepedia.com/7/7a/Bullet.png");
+
list-style-image: url("https://rebuild.gamepedia.com/media/rebuild.gamepedia.com/7/7a/Bullet.png");
 
}
 
}
   
Line 723: Line 723:
   
 
div.header-bg {
 
div.header-bg {
background: url("https://hydra-media.cursecdn.com/rebuild.gamepedia.com/a/a6/Header.png") no-repeat scroll 0 0 transparent;
+
background: url("https://rebuild.gamepedia.com/media/rebuild.gamepedia.com/a/a6/Header.png") no-repeat scroll 0 0 transparent;
 
color: #FFFFFF;
 
color: #FFFFFF;
 
font-size: 150%;
 
font-size: 150%;

Revision as of 03:38, 25 August 2017

/* 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-Rebuild_Gangs_of_Deadsville_Wiki h1.firstHeading {
    display:none;
}

/* Framework */
body {
  background: url("https://rebuild.gamepedia.com/media/rebuild.gamepedia.com/9/98/Bg.jpg") no-repeat fixed left top / cover #39222a;
}

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

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

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

/* Tabs */
div.vectorTabs span,
div.vectorTabs li.selected,
div.vectorTabs ul,
div.vectorTabs ul li,
div.vectorTabs li a {
    background: rgba(0, 0, 0, 0);
}

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

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

div#mw-head div.vectorMenu h4, 
div#p-variants.vectorMenu #mw-vector-current-variant {
    color: #ffffff;
    font-family: sans-serif;
    font-weight: bold;
    padding-left: 0.75em;
    padding-top: 0.25em;
}

div#p-sharing .menu {
    margin-left: 45px;
    min-width: 0px;
    width: 48px;
}

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

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

div.vectorTabs {
    background-color: transparent;
    background-image: none;
    height: 33px;
    margin-top: 8px;
}

div.vectorTabs li a {
    background-color: transparent;
    background-image: none;
    border-radius: 5px 5px 0 0;
    margin-top: -6px;
}

div.vectorTabs li span a {
    background: #41090A; /* Old browsers */
    background: -moz-linear-gradient(top,  #41090A 0%, #000000 60%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#41090A), color-stop(60%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #41090A 0%,#000000 60%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #41090A 0%,#000000 60%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #41090A 0%,#000000 60%); /* IE10+ */
    background: linear-gradient(to bottom,  # 0%,#000000 60%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41090A', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    color: #999999;
    display: inline-block;
    font-weight: bold;
    height: 19px;
    padding: 2px 10px;
    margin: 0 3px 0 3px;
    text-align: center;
}

div#mw-head div.vectorMenu h3 {
    background: #41090A; /* Old browsers */
    background: -moz-linear-gradient(top,  #41090A 0%, #000000 60%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#41090A), color-stop(60%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #41090A 0%,#000000 60%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #41090A 0%,#000000 60%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #41090A 0%,#000000 60%); /* IE10+ */
    background: linear-gradient(to bottom,  # 0%,#000000 60%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41090A', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    border: none;
    border-radius: 5px 5px 0 0;
    display: block;
    height: 24px;
    margin-left: 0;
    margin-top: 15px;
}

div.vectorTabs span {
    background-image: none;
}

div.vectorTabs li.selected {
    background-color: transparent;
    background-image: none;
    color: #ffffff;
}

div.vectorTabs ul { 
    background-image: none; 
    margin-top: 0.5em;
}

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

div.vectorTabs li.selected a,
div.vectorTabs li.selected a:visited {
    background: #AA2D29; /* Old browsers */
    background: -moz-linear-gradient(top,  #AA2D29 0%, #000000 60%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#AA2D29), color-stop(60%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #AA2D29 0%,#000000 60%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #AA2D29 0%,#000000 60%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #AA2D29 0%,#000000 60%); /* IE10+ */
    background: linear-gradient(to bottom,  #AA2D29 0%,#000000 60%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#AA2D29', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

div.vectorMenu,
div.vectorMenu h3 a {
    background: url("https://hydra-media.cursecdn.com/commons.gamepedia.com/0/0b/Vector_menu_downarrow.png") no-repeat scroll 60% 80% rgba(0, 0, 0, 0);
    color: #FFFFFF;
    margin: 0 3px;
    padding: 0 3px;
}

div.vectorMenu h3 span {
    padding-top: 0.35em;
}

div.vectorMenu h3 span a {
    background: url("https://hydra-media.cursecdn.com/commons.gamepedia.com/0/0b/Vector_menu_downarrow.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}

div.vectorMenu ul {
    background: #41090A; /* Old browsers */
    background: -moz-linear-gradient(top,  #41090A 0%, #000000 60%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#41090A), color-stop(60%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #41090A 0%,#000000 60%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #41090A 0%,#000000 60%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #41090A 0%,#000000 60%); /* IE10+ */
    background: linear-gradient(to bottom,  # 0%,#000000 60%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41090A', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    border: 1px solid #000000;
}

div.vectorMenu li a {
    color: #FFFFFF;
}

div.vectorMenu li.selected a,
div.vectorMenu li.selected a:visited {
    color: #FFFFFF;
}

div.vectorMenu {
    background: url("https://rebuild.gamepedia.com/media/rebuild.gamepedia.com/0/0b/Vector_menu_downarrow.png") no-repeat scroll 50% 70% transparent;
    color: #FFFFFF;
    margin: 0 3px;
    padding: 0 3px;
}

div.vectorMenu div.menu {
    border-color: #000000;
}

/* Sidebar */
div#mw-panel div.portal h3,
.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 {
    border: medium none;
    color: #FFFFFF;
    cursor: default;
    font-size: 1em;
    font-weight: bold;
    padding: 0;
    text-transform: uppercase;
}

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

.skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h3 {
   background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAABcRAAAXEQHKJvM/AAAAB3RJTUUH3wQBEikUI775dwAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAT0lEQVQ4y9WTUQrAIAxDE9H7H3jC2wnqxKqw/OeRpq0BZVSU1FEAOxKwYwRs11QHwBNBpkuMIPfWaLsBfQkQmSWpzvhH5/6VwJkO/I9negFpGhkjDUKRdAAAAABJRU5ErkJggg==");
   background-position: left center;
   background-repeat: no-repeat;
}

.skin-hydradark #mw-panel.collapsible-nav div.portal h3 {
   background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAABcRAAAXEQHKJvM/AAAAB3RJTUUH3wQBEiskN1GrWQAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAT0lEQVQ4y+2TOwrAMAxD9Upy/wsH1KlQQlRcskabjSX/sa0dXNrEEZDaZFdXQqqAP+TUAlVynAHQK74oYHu8CUC3PZbJvk4ZaI9gjDm/oBt1WxYtuhHX/wAAAABJRU5ErkJggg==");
   background-position: left center;
   background-repeat: no-repeat;
}
 
/* social media add-on fix */
div#mw-panel div#p-socialProfiles.portal .body {
    margin: auto;
}
 
.socialSidebar {
    width: auto;
    max-width: 100%;
}

/* Content */
div#content {
    background: rgba(65, 9, 10, 0.85);
    border-color: #000000;
    border-image: none;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    box-shadow: 5px 5px 25px 10px #000000 inset;
    box-sizing: border-box;
    color: #FFFFFF;
}

h1, 
h2,
h3,
h4,
h5,
h6 {
    color: #FFFFFF;
}

a, 
a:visited,
div#content a.extiw,
div#content a.extiw:visited,
div#content a.external, 
div#content a.external:visited {
    color: #c3996b;
}

ul {
    list-style-image: url("https://rebuild.gamepedia.com/media/rebuild.gamepedia.com/7/7a/Bullet.png");
}

#toc,
.toc,
.mw-warning {
    background-color: #41090a;
    border: 1px solid #c3996b;
}

#contentSub,
#contentSub2 {
    color: #FFFFFF;
}

code {
    background: #41090a;
    color: #FFFFFF;
}

pre,
.mw-code {
    border: 1px dashed #41090a;
}

fieldset {
    border: 1px solid #D06E01;
}

.catlinks {
    background: #41090a; /* Old browsers */
    background: -moz-linear-gradient(top,  #41090a 0%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#41090a), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #41090a 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #41090a 0%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #41090a 0%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #41090a 0%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41090a', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    border: 1px solid #41090a;
    margin-bottom: 5px;
}

.CategoryTreeToggle {
    color: #c3996b;
}

/* Footer */
div#footer {
    background: transparent !important;
}

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

div#footer ul li {
    color: #c0c0c0;
    text-shadow: 1px 1px #000000;
}

/* Thumbnails */
div.thumbinner {
    background-color: #41090A;
    border: 1px solid #000000;
}

li.gallerybox {
    border: 1px solid #41090A;
}

li.gallerybox div.thumb {
    background: #41090a; /* Old browsers */
    background: -moz-linear-gradient(top,  #41090a 0%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#41090a), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #41090a 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #41090a 0%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #41090a 0%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #41090a 0%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41090a', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    display: inline-block;
    border: 1px solid #41090A;
}

img.thumbborder {
    border: 1px solid #41090A;
}

html .thumbimage {
    border: 1px solid #41090A;
}

/* Search form */
.skin-hydradark .mw-search-profile-tabs,
ul#filetoc {
    background: #41090a; /* Old browsers */
    background: -moz-linear-gradient(top,  #41090a 0%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#41090a), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #41090a 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #41090a 0%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #41090a 0%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #41090a 0%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41090a', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    border: 1px solid #41090a;
    margin-top: 1em;
}

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

.skin-hydradark fieldset#mw-searchoptions {
    background: transparent;
    border: 1px solid #41090a !important;
}

/* page history */
#pagehistory li {
    border: medium none;
}

#pagehistory li.selected {
    background-color: #000000;
    border: 1px dashed #41090A;
}

.skin-hydradark table.diff,
.skin-hydradark td.diff-otitle,
.skin-hydradark td.diff-ntitle {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #959595;
}

.skin-hydradark td.diff-context {
    background: none repeat scroll 0 0 #000000;
    color: #C0C0C0;
}

/* WikiClaims tool dropdown fix */
#claimlist .controls_container > .dropdown {
    right: 24px;
    top: -24px;
}

/* tables */
.skin-hydradark table.wikitable {
    background: none repeat scroll 0 0 transparent;
}

.skin-hydradark table.wikitable > caption {
    color: #FFFFFF;
}

.skin-hydradark table.wikitable > tr > th,
.skin-hydradark table.wikitable > * > tr > th {
    background: #41090a; /* Old browsers */
    background: -moz-linear-gradient(top,  #41090a 0%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#41090a), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #41090a 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #41090a 0%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #41090a 0%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #41090a 0%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41090a', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    text-align: center;
}

.skin-hydradark table.wikitable > tr > th,
.skin-hydradark table.wikitable > tr > td,
.skin-hydradark table.wikitable > * > tr > th,
.skin-hydradark table.wikitable > * > tr > td {
    border: 1px solid #000000;
    padding: 0.2em;
}

.skin-hydradark .wikitable th {
    background: #41090a; /* Old browsers */
    background: -moz-linear-gradient(top,  #41090a 0%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#41090a), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #41090a 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #41090a 0%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #41090a 0%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #41090a 0%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41090a', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    border: 1px solid #000000;
    color: #cccccc;
    padding: 0.2em;
}

.skin-hydradark .wikitable td {
    border: 1px solid #000000;
    color: #cccccc;
    padding: 0.2em;
}

.skin-hydradark table.jquery-tablesorter th.headerSort {
    background-attachment: scroll;
    background-image: url(https://hydra-media.cursecdn.com/commons.gamepedia.com/3/36/Sort_both_white.gif), -moz-linear-gradient(top,  #41090a 0%, #000000 100%); /* FF3.6+ */
    background-image: url(https://hydra-media.cursecdn.com/commons.gamepedia.com/3/36/Sort_both_white.gif), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#41090a), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background-image: url(https://hydra-media.cursecdn.com/commons.gamepedia.com/3/36/Sort_both_white.gif), -webkit-linear-gradient(top,  #41090a 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background-image: url(https://hydra-media.cursecdn.com/commons.gamepedia.com/3/36/Sort_both_white.gif), -o-linear-gradient(top,  #41090a 0%,#000000 100%); /* Opera 11.10+ */
    background-image: url(https://hydra-media.cursecdn.com/commons.gamepedia.com/3/36/Sort_both_white.gif), -ms-linear-gradient(top,  #41090a 0%,#000000 100%); /* IE10+ */
    background-image: url(https://hydra-media.cursecdn.com/commons.gamepedia.com/3/36/Sort_both_white.gif), linear-gradient(to bottom,  #41090a 0%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41090a', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    background-repeat: no-repeat, repeat;
    background-position: center right, center center;
}

.skin-hydradark table.jquery-tablesorter th.headerSortUp {
    background-attachment: scroll;
    background-image: url(https://hydra-media.cursecdn.com/commons.gamepedia.com/8/82/Sort_up_white.gif), -moz-linear-gradient(top,  #41090a 0%, #000000 100%); /* FF3.6+ */
    background-image: url(https://hydra-media.cursecdn.com/commons.gamepedia.com/8/82/Sort_up_white.gif), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#41090a), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background-image: url(https://hydra-media.cursecdn.com/commons.gamepedia.com/8/82/Sort_up_white.gif), -webkit-linear-gradient(top,  #41090a 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background-image: url(https://hydra-media.cursecdn.com/commons.gamepedia.com/8/82/Sort_up_white.gif), -o-linear-gradient(top,  #41090a 0%,#000000 100%); /* Opera 11.10+ */
    background-image: url(https://hydra-media.cursecdn.com/commons.gamepedia.com/8/82/Sort_up_white.gif), -ms-linear-gradient(top,  #41090a 0%,#000000 100%); /* IE10+ */
    background-image: url(https://hydra-media.cursecdn.com/commons.gamepedia.com/8/82/Sort_up_white.gif), linear-gradient(to bottom,  #41090a 0%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41090a', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    background-repeat: no-repeat, repeat;
    background-position: center right, center center;
}

.skin-hydradark table.jquery-tablesorter th.headerSortDown {
    background-attachment: scroll;
    background-image: url(https://hydra-media.cursecdn.com/commons.gamepedia.com/5/56/Sort_down_white.gif), -moz-linear-gradient(top,  #41090a 0%, #000000 100%); /* FF3.6+ */
    background-image: url(https://hydra-media.cursecdn.com/commons.gamepedia.com/5/56/Sort_down_white.gif), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#41090a), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background-image: url(https://hydra-media.cursecdn.com/commons.gamepedia.com/5/56/Sort_down_white.gif), -webkit-linear-gradient(top,  #41090a 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background-image: url(https://hydra-media.cursecdn.com/commons.gamepedia.com/5/56/Sort_down_white.gif), -o-linear-gradient(top,  #41090a 0%,#000000 100%); /* Opera 11.10+ */
    background-image: url(https://hydra-media.cursecdn.com/commons.gamepedia.com/5/56/Sort_down_white.gif), -ms-linear-gradient(top,  #41090a 0%,#000000 100%); /* IE10+ */
    background-image: url(https://hydra-media.cursecdn.com/commons.gamepedia.com/5/56/Sort_down_white.gif), linear-gradient(to bottom,  #41090a 0%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41090a', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    background-repeat: no-repeat, repeat;
    background-position: center right, center center;
}

table.mw_metadata th {
    background: #41090a; /* Old browsers */
    background: -moz-linear-gradient(top,  #41090a 0%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#41090a), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #41090a 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #41090a 0%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #41090a 0%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #41090a 0%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41090a', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    color: #cccccc;
}

table.mw_metadata td {
    background-color: transparent;
}

table.mw_metadata td,
table.mw_metadata th {
    border: 1px solid #000000;
}

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

.skin-hydradark .TablePager {
    color: #ffffff;
    border: 1px solid #000000;
    padding: 0 0.15em;
}
 
.skin-hydradark .TablePager th {
    background: #41090a; /* Old browsers */
    background: -moz-linear-gradient(top,  #41090a 0%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#41090a), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #41090a 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #41090a 0%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #41090a 0%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #41090a 0%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41090a', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    color: #cccccc!important;
}

.skin-hydradark .TablePager tr:hover td {
    background-color: #1e2125 !important;
    color: #FFFFFF;
}

.skin-hydradark .TablePager th a {
    background-color: transparent;
    color: #cccccc!important;
}
 
.skin-hydradark .TablePager td {
    background: transparent !important;
    border: 1px solid #000000;
    color: #cccccc;
}

/* Preferences */
.skin-hydradark #preftoc {
    background-color: #000000;
    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: #ffffff;
}

.skin-hydradark #preferences fieldset.prefsection {
    border: medium none !important;
}

.skin-hydradark #preftoc li.selected a {
    background-color: #000000;
    background-image: none;
    border-color: #41090a;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    color: #FFFFFF;
}

.skin-hydradark #preferences {
    background-color: #000000;
    border: 1px solid #41090a;
}

.skin-hydradark #preferences fieldset {
    border-color: #41090a;
}

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

.skin-hydradark #preferences td.htmlform-tip,
.htmlform-tip {
    color: #959595;
}

/* Site notice styles */
#localNotice {
    border: 2px solid #ffff00;
    background: #ffffff;
    color: #333333;
    margin: 0 0 10px 0;
    padding: 3px 6px;
}

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

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

div.wikiEditor-ui-buttons {
    background-color: transparent;
    border-top: 1px solid #41090A;
    margin-right: 5px;
}

div.wikiEditor-ui-tabs div a {
    background: #41090A; /* Old browsers */
    background: -moz-linear-gradient(top,  #41090A 0%, #000000 60%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#41090A), color-stop(60%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #41090A 0%,#000000 60%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #41090A 0%,#000000 60%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #41090A 0%,#000000 60%); /* IE10+ */
    background: linear-gradient(to bottom,  # 0%,#000000 60%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41090A', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    color: #999999;
}

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

div.wikiEditor-ui-tabs div.current a {
    color: #FFFFFF;
}

div.wikiEditor-ui-tabs {
    border-left: 1px solid #1D1D1D;
    border-top: 1px solid #1D1D1D;
}

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

input#wpSummary {
    margin-bottom: 1em;
    margin-top: 1em;
    width: 80%;
}

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

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

div.editOptions {  
    background-color: #41090a;
    border-color: -moz-use-text-color #1D1D1D #1D1D1D;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
}

/* CSS formerly in common.css */

div.header-bg {
    background: url("https://rebuild.gamepedia.com/media/rebuild.gamepedia.com/a/a6/Header.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-size: 150%;
    font-weight: bold;
    height: 60px;
    margin: auto;
    padding-top: 20px;
    text-align: center;
    text-shadow: 2px 2px #000000;
    width: 328px;
}

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

.infoboxdetails {
    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("https://media-mercury.cursecdn.com/attachments/1/716/claim_wiki_button.png") no-repeat scroll left center / 100% auto rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
    display: block;
    height: 57px;
    margin: 0 auto;
    max-width: 100%;
    width: 200px;
}

.claimwikibutton a:hover {
    background: url("https://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: rgba(0, 0, 0, 0);
}

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

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