IDT Mod Wiki
Register
Advertisement

Note: After publishing, 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 / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS in this file will affect all users of the wiki */
/* CSS placed here will affect users of the mobile site */
.mobileonly {
    display: none;
}

/* body */
body.page-IDT_Mod_Wiki h1.firstHeading {
    display:none;
}

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

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

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

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

/* Tabs */
#left-navigation {
    margin-left: 180px;
    margin-top: 2.5em;
}

#right-navigation {
    margin-right: 5em;
    margin-top: 2.5em;
}

div.vectorTabs {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    height: 33px;
    margin-top: 8px;
}

div.vectorTabs li a {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    margin-top: -12px;
}

div.vectorTabs li.selected,
div.vectorTabs ul,
div.vectorTabs ul li {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
}

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

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

div.vectorTabs li span {
    margin-right: 3px;
    margin-top: 0.5em;
}

#p-sharing,
div#mw-head div.vectorMenu h3 {
    margin-left: 0;
    margin-top: 16px;
}

#p-sharing a {
    background: url("http://hydra-media.cursecdn.com/commons.cursetech.com/0/0b/Vector_menu_downarrow.png") no-repeat scroll center center transparent;
    margin-top: -0.5em;
}

div.vectorMenu h3 a {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("http://hydra-media.cursecdn.com/commons.cursetech.com/0/0b/Vector_menu_downarrow.png") !important;
    background-position: 50% 70%;
    background-repeat: no-repeat;
}

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

div.vectorTabs li.new a, 
div.vectorTabs li.new a:visited {
    color: #BA0000 !important;
}

div.vectorTabs li.selected a,
div.vectorTabs li.selected a:visited {
    color: #ffffff !important;
}

div#mw-head div.vectorMenu h4, 
div#p-variants.vectorMenu #mw-vector-current-variant {
    color: #999999;
    padding-left: 0.75em;
    padding-top: 0.25em;
}

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

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

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

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

div.vectorMenu li a {
    color: #70B8FF;
}

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

/* Sidebar */
div#mw-panel div.portal:not(#p-claimWiki):not(#p-socialProfiles):not(#p-sitePromos) {
    background: rgba(0,0,0,0.85);
    border-radius: 5px 5px 5px 5px;
    margin: 5px;
    padding-top: 5px;
}

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 .portal.collapsed h3 a,
.skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h3 a:visited {
    border: medium none;
    color: #c0c0c0;
    font-size: 1em;
    font-weight: bold;
    padding: 0;
    text-transform: uppercase;
}

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: #c0c0c0;
}

/* social media add-on fix */
div#mw-panel div.portal#p-socialProfiles {
    background: none;
    border: none;
    padding: 0;
    margin: 10px 0;
}

.promoSidebar {
    margin-left: 10px;
}

div#mw-panel div.portal#p-socialProfiles h5,
div#mw-panel div.portal#p-sitePromos h5 {
    display: none;
}

div#mw-panel div.portal#p-socialProfiles div.body,
div#mw-panel div.portal#p-sitePromos div.body {
    background: none;
    padding: 0;
    margin-left: 0 !important;
    text-align: center;
}

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

/* Content */
div#content {
    background: rgba(0,0,0,0.85);
    border-top: 1px solid #323232;
    border-left: none;
    border-right: none;
    border-bottom: none;
    box-sizing: border-box;
    border-radius: 0 0 5px 5px;
    color: #ffffff;
}

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

#contentSub,
#contentSub2 {
    color: #70B8FF;
}

/* Don't use vector's blue circle image for unordered lists, instead use the square black bullet points, which is obviously more fitting here */
ul {
	list-style-image: none
}

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

div#toc,
div.toc,
.mw-warning {
    background-color: #000000;
    border: 1px solid #323232;
}

code {
    background-color: #000000;
}

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

.CategoryTreeToggle {
    color: #70B8FF;
}

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

div#footer a {
    color: #70B8FF;
}

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

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

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

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

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

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

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

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

.skin-hydradark fieldset#mw-searchoptions {
    background-color: rgba(0, 0, 0, 0);
    border-color: #1e2125 !important;
}

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

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

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

/* 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: #1e2125; /* Old browsers */
    background: -moz-linear-gradient(top,  #1e2125 0%, #141618 61%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e2125), color-stop(61%,#141618), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1e2125 0%,#141618 61%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1e2125 0%,#141618 61%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1e2125 0%,#141618 61%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #1e2125 0%,#141618 61%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e2125', 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 #434649;
    padding: 0.2em;
}

.skin-hydradark .wikitable th {
    background-color: #1e2125;
    border: 1px solid #434649;
    color: #cccccc;
    padding: 0.2em;
}

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

table.mw_metadata th {
    background: #1e2125; /* Old browsers */
    background: -moz-linear-gradient(top,  #1e2125 0%, #141618 61%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e2125), color-stop(61%,#141618), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1e2125 0%,#141618 61%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1e2125 0%,#141618 61%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1e2125 0%,#141618 61%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #1e2125 0%,#141618 61%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e2125', 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 #434649;
}

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

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

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

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

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

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

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

/* 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: #434649;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    color: #FFFFFF;
}

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

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

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

#preferences td.htmlform-tip {
    color: #434649;
}

/* Search bar */
#p-search form {
    line-height: 33px;
    vertical-align: center;
    margin-bottom: 2px;
}

#searchInput {
    border-radius: 3px;
    border: none;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.3) inset,
    0 -1px 0 0 rgba(160, 160, 160, 0.1) inset;
    background: #454545;
    color: #cccccc;
    margin: 0 6px;
    padding: 2px;
}

.os-suggest {
    border: none;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.3) inset,
    0 -1px 0 0 rgba(160, 160, 160, 0.1) inset;
    background: #252525;
    color: #cccccc;
}

.os-suggest-result {
    background: #252525;
    color: #cccccc;
}

.os-suggest-result-hl {
    background: #454545;
    color: #ff6600;
}


/* multi-upload screen font colour fix */
#upload_list .file .file-title {
    margin-left: 10px;
}

.check_span {
    color: #1D1D1D;
    float: right;
}

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

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

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

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

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

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

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

div.wikiEditor-toolbar-spritedButton {
    background: url('http://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 #323232;
}

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

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

.tab {
   border-color: transparent;
}

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

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: #e0e0e0;
}

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

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

div.wikiEditor-ui-toolbar .booklet .index .current {
    background-color: #0A0B0C;
    color: #e0e0e0;
}

div.wikiEditor-ui-toolbar .booklet .pages {
    background-color: #0a0b0c;
}

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

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

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

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

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

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

/* Scribunto console tweak */
.mw-scribunto-console-fieldset {
    background: black none repeat scroll 0 0;
    color: white;
}

.mw-scribunto-message {
    background: black none repeat scroll 0 0;
    color: green;
}
Advertisement