Awesomenauts Wiki
Advertisement

CSS and Javascript changes must comply with the wiki design rules.


Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will affect users of the Hydra skin */
/* For elements which only display in the mobile view */
.mobileonly {
    display: none;
}
 
@font-face {
    font-family: 'Ethnocentric-rg';
    src: local('Ethnocentric-rg'), local('Ethnocentric-rg'), url(/media/hydra/fonts/ethnocentric-rg.ttf) format('truetype');
}

body.page-Awesomenauts_Wiki h1.firstHeading {
    display:none;
}

/********************************/
/* Front page appearance styles */
/********************************/
.fpbox .heading,
.fpbox .mainheading {
    border: 0;
    border-bottom: 1px solid #505050;
}

.fpbox .welcome {
    border-bottom: 1px solid #1AD8D4;
    color: #e0e0e0; /* change for hydra (light) wikis */
    font-size: 150%;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    text-transform: uppercase;
    text-align: center;
    font-family: Ethnocentric-rg;
}

.fpbox .heading {
    border-bottom: 1px solid #1AD8D4;
    color: #e0e0e0; /* change for hydra (light) wikis */
    font-size: 132%;
    font-variant: small-caps;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    font-family: Ethnocentric-rg;
}

.fpbox {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    border: 1px solid #1AD8D4;
    color: #e0e0e0; /* change for hydra (light) wikis */
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
}

.fplink:not(.fplink-plain) {
    background: rgba(0,0,0,0.3);
    border: 1px solid #505050;
}

.fplink-fullwidth .fplink:not(.fplink-plain) {
    background: rgba(0,0,0,0.4);
}

.linkslabel {
    border-bottom: 2px solid #505050;
}

/* front page css ends here */
/* See more: common.css     */

/* Framework */
body {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background: url("https://static.wikia.nocookie.net/awesomenauts_gamepedia/images/9/98/Bg.jpg/revision/latest?cb=20131119004018") no-repeat fixed top center / cover rgba(0, 0, 0, 1);
}

/* Head */
#mw-page-base {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

/* Logo */
#p-logo {
    position: absolute;
    width: 345px !important;
    height: 120px !important;
    padding: 0;
    z-index: 4;
}

#p-logo a {
    width: 345px !important;
    height: 120px !important;
}

#p-portals {
    margin-top: 5em;
}

.atflb {
    position: absolute;
    top: 1em;
    width: 728px !important;
    text-align: center;
    left: 50%;
    margin-left: -284px !important; /* Corrected to center over content, not full window; half of ad width (364) minus half sidebar width (80). */
    z-index: 459295;
}

/* Tabs */
#left-navigation {
    margin-left: 200px;
    margin-top: 120px;
}

#right-navigation {
    margin-right: 10px;
    margin-top: 120px;
}

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

div.vectorTabs li a {
    background-image: none;
    margin-top: -1.2em;
}

div.vectorTabs li.new a,
div.vectorTabs li.new a:visited {
    color: #FF6600;
}

div.vectorTabs li span {
    background: #006666 ; /* Old browsers */
    background: -moz-linear-gradient(top, #1ADBD7 35%, #006666 65%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(35%,#1ADBD7), color-stop(65%,#006666)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1ADBD7 35%,#006666 65%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1ADBD7 35%,#006666 65%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1ADBD7 35%,#006666 65%); /* IE10+ */
    background: linear-gradient(to bottom,  #1ADBD7 35%,#006666 65%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ADBD7', endColorstr='#006666',GradientType=0 ); /* IE6-9 */
    display: inline-block;
    border: 1px solid #006666;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Ethnocentric-rg;
    font-size: 12px;
    height: 19px;
    margin: 0 3px 0 3px;
    padding: 2px 10px;
    text-align: center;
}

div#mw-head div.vectorMenu h3 {
    background: #006666 ; /* Old browsers */
    background: -moz-linear-gradient(top, #1ADBD7 35%, #006666 65%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(35%,#1ADBD7), color-stop(65%,#006666)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1ADBD7 35%,#006666 65%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1ADBD7 35%,#006666 65%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1ADBD7 35%,#006666 65%); /* IE10+ */
    background: linear-gradient(to bottom,  #1ADBD7 35%,#006666 65%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ADBD7', endColorstr='#006666',GradientType=0 ); /* IE6-9 */
    display: inline-block;
    border: 1px solid #006666;
    border-radius: 4px;
    padding: 2px 10px;
    margin: 0.5em 3px 0.5em 0;
    height: 19px;
    text-align: center;
}

div#mw-head a,
.vectorTabs li a span,
div#mw-head div.vectorTabs a,
div#mw-head div.vectorMenu a {
    color: #FFFFFF;
    cursor: pointer;
    font-family: Ethnocentric-rg;
    font-size: 1em;
    font-weight: bold;
}

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

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

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

div.vectorMenu h3 span {
    font-weight: bold;
    padding-top: 0.1em;
}

div#mw-head div.vectorMenu h4,
div#p-variants.vectorMenu #mw-vector-current-variant {
    border: medium none;
    color: #d5d4d4;
    display: inline-block;
    float: left;
    font-family: Ethnocentric-rg;
    font-weight: normal;
    padding-left: 0.5em;
    padding-top: 0.25em;
}

div.vectorTabs li.mw-watchlink.icon a {
    margin-top: -1em !important;
}

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

div.vectorTabs li.selected {
    background-color: transparent;
    background-image: none;
    color: #FFFFFF;
    font-weight: bold;
}

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

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

div.vectorTabs li a,
div.vectorTabs li a span {
    color: #FFFFFF;
    cursor: pointer;
}

div.vectorTabs li.selected a,
div.vectorTabs li.selected a:visited {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}

div.vectorMenu div.menu {
    border-color: inherit;
}

div.vectorMenu h3 span::after {
    filter: invert(1);
    top: 0
}

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

div.vectorMenu ul {
    background-color: #000000;
    background-image: none;
    border: 1px solid #CC6600;
}

div#mw-head div.vectorMenu li a {
    color: #ffffff;
    font-family: 'Arial';
    font-size: normal;
}

/* Sidebar */
div#mw-panel {
    margin-bottom: 20px;
    margin-top: 5px;
}

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: #1ADBD7;
    text-shadow: 0 0 5px #000000;
}

div#mw-panel div.portal, 
div#mw-panel div.portal div.body,
.skin-hydradark #mw-panel.collapsible-nav .portal {
    background-image: none;
}

.skin-hydradark #mw-panel.collapsible-nav .portal.collapsed:not(#p-claimWiki):not(#p-socialProfiles):not(#p-sitePromos) h3 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("https://static.wikia.nocookie.net/awesomenauts_gamepedia/images/6/65/Sidebar_arrow_collapsed.svg/revision/latest?cb=20140603160034");
    background-origin: padding-box;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto auto;
    color: #FF6600;
    margin-bottom: 0;
}

.skin-hydradark #mw-panel.collapsible-nav .portal:not(#p-claimWiki):not(#p-socialProfiles):not(#p-sitePromos) h3 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("https://static.wikia.nocookie.net/awesomenauts_gamepedia/images/f/f5/Sidebar_arrow_open.svg/revision/latest?cb=20140603160805");
    background-origin: padding-box;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto auto;
    color: #FF6600;
    font-weight: normal;
    margin-bottom: 0;
    padding: 4px 0 3px 1.5em;
}

.skin-hydradark #mw-panel.collapsible-nav div.portal h3 a,
.skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h3 a,
.skin-hydradark div#mw-panel div.portal h3  {
    color: #1ADBD7;
    text-shadow: 0 0 5px #000000;
}

/* social media add-on fix */
div#mw-panel div#p-sitePromos.portal .body {
    margin-left: 30px;
}

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

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

/* Content */
div#content {
    background-color: rgba(0, 0, 0, 0.85);
    border: medium none;
    box-sizing: border-box;
    color: #D5D4D4;
    font-size: 90%;
    line-height: 1.5em;
    margin-left: 12em;
    margin-top: 80px;
}

/* Footer */
div#footer {
    background: transparent !important;
    margin-left: 12em;
}

div#footer a {
    color: #D5D4D4;
}

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

/* other page elements */
.catlinks {
    background-color: transparent;
    border: 1px solid #323232;
    border-radius: 2px 2px 2px 2px;
}

.catlinks li {
    border-left: 1px solid #323232;
}

fieldset {
    border: 1px solid #CC6600;
}

code {
    background-color: #000000;
}

pre {
    background-color: #141618;
    border: 1px dashed #323232;
    color: #D5D4D4;
    padding: 1em;
}

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


div#content h1, div#content #firstHeading {
   font-size: 1.8em;
   font-family: Ethnocentric-rg;
}

div#content h1,
div#content h2,
div#content h3,
div#content h4,
div#content h5,
div#content h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Ethnocentric-rg;
}

h1,
h2 {
    border-bottom: 1px solid #404040;
    color: #D5D4D4;
    font-size: 18px;
}

h3 {
    color: #D5D4D4;
    font-size: 16px;
}

h4 {
    color: #D5D4D4;
    font-size: 14px;
}

h5 {
    color: #D5D4D4;
    font-size: 12px;
}

h6 {
    color: #D5D4D4;
    font-size: 11px;
}

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

/* Fix links inside tabs */
.ui-widget-content a:visited,
.ui-widget-content a {
    color: #1ADBD7 !important;
}

ul {
    color: #D5D4D4;
    list-style: square outside none;
}

ul#filetoc {
    background-color: rgba(0, 0, 0, 0);
}

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

.skin-hydradark table.wikitable > tr > th,
.skin-hydradark table.wikitable > * > tr > th {
    background: #9A4A01; /* Old browsers */
    background: -moz-linear-gradient(top, #CD6201 35%, #9A4A01 65%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(35%,#CD6201), color-stop(65%,#9A4A01)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #CD6201 35%,#9A4A01 65%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #CD6201 35%,#9A4A01 65%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #CD6201 35%,#9A4A01 65%); /* IE10+ */
    background: linear-gradient(to bottom,  #CD6201 35%,#9A4A01 65%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CD6201', endColorstr='#9A4A01',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 #323232;
    padding: 0.2em;
}

.skin-hydradark .wikitable th {
    background-color: #577fa8;
    border: 1px solid #323232;
    color: #CCD1EC;
    padding: 0.2em;
}

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

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

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

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

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

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

.skin-hydradark .TablePager tr:hover td {
    background-color: #577fa8 !important;
    color: #000000;
}

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

/* sort headers */
th.header-bg.th.headerSort,
.skin-hydradark table.jquery-tablesorter th.headerSort {
    background-attachment: scroll;
    background-image: url("https://static.wikia.nocookie.net/commons_hydra/images/3/36/Sort_both_white.gif"), -moz-linear-gradient(top, #CD6201 35%, #9A4A01 65%) !important; /* FF3.6+ */
    background-image: url("https://static.wikia.nocookie.net/commons_hydra/images/3/36/Sort_both_white.gif"), -webkit-gradient(linear, left top, left bottom, color-stop(35%,#CD6201), color-stop(65%,#9A4A01)) !important; /* Chrome,Safari4+ */
    background-image: url("https://static.wikia.nocookie.net/commons_hydra/images/3/36/Sort_both_white.gif"), -webkit-linear-gradient(top,  #CD6201 35%,#9A4A01 65%)) !important; /* Chrome10+,Safari5.1+ */
    background-image: url("https://static.wikia.nocookie.net/commons_hydra/images/3/36/Sort_both_white.gif"), -o-linear-gradient(top,  #CD6201 35%,#9A4A01 65%) !important; /* Opera 11.10+ */
    background-image: url("https://static.wikia.nocookie.net/commons_hydra/images/3/36/Sort_both_white.gif"), -ms-linear-gradient(top,  #CD6201 35%,#9A4A01 65%) !important; /* IE10+ */
    background-image: url("https://static.wikia.nocookie.net/commons_hydra/images/3/36/Sort_both_white.gif"), linear-gradient(to bottom,  #CD6201 35%,#9A4A01 65%) !important; /* W3C */
    background-repeat: no-repeat, repeat;
    background-position: center right, center center;
    padding-right: 21px;
}

th.header-bg.th.headerSortDown,
.skin-hydradark table.jquery-tablesorter th.headerSortDown {
    background-attachment: scroll;
    background-image: url("https://static.wikia.nocookie.net/commons_hydra/images/5/56/Sort_down_white.gif"), -moz-linear-gradient(top, #CD6201 35%, #9A4A01 65%) !important; /* FF3.6+ */
    background-image: url("https://static.wikia.nocookie.net/commons_hydra/images/5/56/Sort_down_white.gif"), -webkit-gradient(linear, left top, left bottom, color-stop(35%,#CD6201), color-stop(65%,#9A4A01)) !important; /* Chrome,Safari4+ */
    background-image: url("https://static.wikia.nocookie.net/commons_hydra/images/5/56/Sort_down_white.gif"), -webkit-linear-gradient(top,  #CD6201 35%,#9A4A01 65%)) !important; /* Chrome10+,Safari5.1+ */
    background-image: url("https://static.wikia.nocookie.net/commons_hydra/images/5/56/Sort_down_white.gif"), -o-linear-gradient(top,  #CD6201 35%,#9A4A01 65%) !important; /* Opera 11.10+ */
    background-image: url("https://static.wikia.nocookie.net/commons_hydra/images/5/56/Sort_down_white.gif"), -ms-linear-gradient(top,  #CD6201 35%,#9A4A01 65%) !important; /* IE10+ */
    background-image: url("https://static.wikia.nocookie.net/commons_hydra/images/5/56/Sort_down_white.gif"), linear-gradient(to bottom,  #CD6201 35%,#9A4A01 65%) !important; /* W3C */
    background-repeat: no-repeat, repeat;
    background-position: center right, center center;
    padding-right: 21px;
}

th.header-bg.th.headerSortUp,
.skin-hydradark table.jquery-tablesorter th.headerSortUp {
    background-attachment: scroll;
    background-image: url("https://static.wikia.nocookie.net/commons_hydra/images/8/82/Sort_up_white.gif"), -moz-linear-gradient(top, #CD6201 35%, #9A4A01 65%) !important; /* FF3.6+ */
    background-image: url("https://static.wikia.nocookie.net/commons_hydra/images/8/82/Sort_up_white.gif"), -webkit-gradient(linear, left top, left bottom, color-stop(35%,#CD6201), color-stop(65%,#9A4A01)) !important; /* Chrome,Safari4+ */
    background-image: url("https://static.wikia.nocookie.net/commons_hydra/images/8/82/Sort_up_white.gif"), -webkit-linear-gradient(top,  #CD6201 35%,#9A4A01 65%)) !important; /* Chrome10+,Safari5.1+ */
    background-image: url("https://static.wikia.nocookie.net/commons_hydra/images/8/82/Sort_up_white.gif"), -o-linear-gradient(top,  #CD6201 35%,#9A4A01 65%) !important; /* Opera 11.10+ */
    background-image: url("https://static.wikia.nocookie.net/commons_hydra/images/8/82/Sort_up_white.gif"), -ms-linear-gradient(top,  #CD6201 35%,#9A4A01 65%) !important; /* IE10+ */
    background-image: url("https://static.wikia.nocookie.net/commons_hydra/images/8/82/Sort_up_white.gif"), linear-gradient(to bottom,  #CD6201 35%,#9A4A01 65%) !important; /* W3C */
    background-repeat: no-repeat, repeat;
    background-position: center right, center center;
    padding-right: 21px;
}

/* AJAX poll colour fix and info tweak */
.ajaxpoll {
    background: none repeat scroll 0 0 transparent !important;
    color: #D5D4D4;
}

.ajaxpoll-answer {
    line-height:1em;
}

.pollAnswerVotes,
.ajaxpoll .ajaxpoll-answer-vote {
    border: 1px solid #323232;
    margin-top: 5px;
}

.ajaxpoll .ajaxpoll-ajax {
    background: #9A4A01; /* Old browsers */
    background: -moz-linear-gradient(top, #CD6201 35%, #9A4A01 65%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(35%,#CD6201), color-stop(65%,#9A4A01)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #CD6201 35%,#9A4A01 65%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #CD6201 35%,#9A4A01 65%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #CD6201 35%,#9A4A01 65%); /* IE10+ */
    background: linear-gradient(to bottom,  #CD6201 35%,#9A4A01 65%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CD6201', endColorstr='#9A4A01',GradientType=0 ); /* IE6-9 */
}

.ajaxpoll .ajaxpoll-answer-vote div {
    background: none repeat scroll 0 0 #3F3F3F;
    border: 1px solid #323232;
}

.pollAnswerVotes,
.ajaxpoll .ajaxpoll-answer-vote {
    border: 1px solid #323232;
}

.ajaxpoll .ajaxpoll-id-info {
    display: none;
}

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

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

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

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

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

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

.skin-hydradark #preferences td.htmlform-tip {
    color: #5F5D5E;
}

/* Thumbnails */
div.thumbinner {
    background-color: #000000;
}

li.gallerybox {
    border: none;
}

li.gallerybox div.thumb {
    background-color: #000000;
    border: none;
}

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

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

/* Search form */
.skin-hydradark .mw-search-profile-tabs {
    background-color: #000000;
    border: 1px solid #CC6600;
    margin-top: 1em;
}

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

.skin-hydradark fieldset#mw-searchoptions {
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    background-color: transparent !important;
    border-color: #cc6600 !important;
    border-image: none !important;
    border-style: solid !important;
    border-width: 0 1px 1px !important;
    padding: 0.5em 0.75em 0.75em !important;
}

/* Page history */
#pagehistory li.selected {
    background-color: rgba(0, 0, 0, 0);
    border: 1px dashed #262626;
}

#pagehistory li {
    border: none;
}

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

.skin-hydradark td.diff-addedline,
.skin-hydradark td.diff-deletedline,
.skin-hydradark td.diff-context {
    border-style: solid;
    border-width: 1px 1px 1px 4px;
}

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

.skin-hydradark td.diff-deletedline {
    background-color: #440000;
    border-color: #e62444;
}

.skin-hydradark td.diff-deletedline .diffchange {
    color: #e62444;
}

.skin-hydradark td.diff-addedline {
    background-color: #004400;
    border-color: #bfd959;
}

.skin-hydradark td.diff-addedline .diffchange {
    color: #bfd959;
}

/*** framed-section ***/

.filled{
  color:#FFFFFF;
  background:#CC6600;
  border-radius:21px;
}

.filled a{
  color:#FFFFFF;
}

.framed,
.framed-table {
  border:2px ridge #1ADBD7;
  border-radius: 21px;
  background: black;
}

div.framed {
   padding:12px 4px;
}

.framed-table td {  
  height: 2em;
  padding: .2em 1em;
}

.framed-table td ul{
  list-style-image: url(https://static.wikia.nocookie.net/awesomenauts_gamepedia/images/d/d8/ListBullet.png/revision/latest?cb=20131121225055);
}

.framed-table th {
  color:#FFFFFF;
  font-size: 130%;
  background: #1ADBD7;
  background: -moz-linear-gradient(to bottom,#006666 10%,#1ADBD7,#006666 90%); /* FF3.6+ */
  background: -webkit-linear-gradient(to bottom,#006666 10%,#1ADBD7,#006666 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(to bottom,#006666 10%,#1ADBD7,#006666 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(to bottom,#006666 10%,#1ADBD7,#006666 90%); /* IE10+ */
  background: linear-gradient(to bottom,#006666 10%,#1ADBD7,#006666 90%);
  border: 1px outset #CC6600;
  border-radius: 21px;
  text-align:center;
  font-weight:bold;
  line-height:150%;
  margin: 8px;
  padding: 4px;
}

.framed-table th a {
  color:#FFFFFF;
}

/*** Awesomenauts Pages ***/
.Awesomenaut-Portrait a img {
  width: 100%;
  min-width: 64px;
  max-width: 512px;
  height: auto;
}

.Skill-Icon a img{
  width: 100%;
  min-width: 32px;
  max-width: 128px;
  height: auto;
}

/*** Tool Tips ***/

.tooltip {
  background:black;
  position:absolute;
  display:none;
}

/* 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-color: #000000;
    border-left: 1px solid #323232;
    border-top: 1px solid #323232;
}

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

div.wikiEditor-ui-tabs div a {
    background: #323232; 
    color: #CCCCCC;
}

div.wikiEditor-ui-tabs div.current {
	background-color: #323232;
	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-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: #d5d4d4;
}

.tab {
   border-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

/***** CSS placed here will be applied to all skins on the entire site. *****/

/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect {
   font-style: italic;
}

.allpagesredirect:after {
   color: #808080; content: " (redirect)"
}
.watchlistredir {
   font-style: italic;
}

/* Giving headers and TOC a little extra space */
h2 {
   margin-top: 20px;
}
.toc {
   margin-top: 20px;
}

/* older infoboxes us it  */
/* Infobox template style */
.infobox {
   border: 1px solid #aaaaaa;
   background-color: #f9f9f9;
   color: black;
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
   float: right;
   clear: right;
}

.infobox td,
.infobox th {
   vertical-align: top;
}

.infobox caption {
   font-size: larger;
   margin-left: inherit;
}

.infobox.bordered {
   border-collapse: collapse;
}

.infobox.bordered td,
.infobox.bordered th {
   border: 1px solid #aaaaaa;
}

.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
   border: 0;
}

/* Recent changes byte indicators */
.mw-plusminus-pos {
   color: #006500;
}

.mw-plusminus-neg {
   color: #8B0000;
}

/* Image frame fix */
div.tright,
div.tleft {
   border: 1px solid silver;
}

div.thumbinner {
   background: inherit;
   border: none;
   color: inherit;
}

#article div.thumb {
   color:inherit;
}

/*** jquery Tabs ***/
.skin-hydradark .ui-widget-content {
   color: #FFFFFF !important;
   background: transparent !important;
}

.skin-hydradark .jquery-large#headerTabs .ui-widget-content a {
   color: #cc6600;
}

/* Header tabs stuff */
.skin-hydradark #edittab {
    display: none;
}

.skin-hydradark .ui-widget-header {
    background: #000 linear-gradient(to bottom,rgba(66,66,66,1) 0%,rgba(0,0,0,1) 100%) repeat scroll 0 0 !important;
    border-color: transparent !important;
}

.skin-hydradark .ui-corner-all,
.skin-hydradark .ui-corner-top,
.skin-hydradark .ui-corner-right,
.skin-hydradark .ui-corner-tr {
    border: 1px solid #000000 !important;
}

.skin-hydradark .ui-state-default,
.skin-hydradark .ui-widget-content .ui-state-default,
.skin-hydradark .ui-widget-header .ui-state-default {
    background: #666 linear-gradient(to bottom,rgba(0,0,0,1) 0%,rgba(66,66,66,1) 100%) repeat scroll 0 0 !important;
    border: 1px solid #000000 !important;
}

.skin-hydradark .ui-state-active,
.skin-hydradark .ui-widget-content .ui-state-active,
.skin-hydradark .ui-widget-header .ui-state-active {
    background-color: #000000 !important;
    background-image: none !important;
    border: 1px solid #505050 !important;
}

#headerTabs .ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all {
    width: 900px;
    height: 32px;
    border-bottom: 1px solid #323232 !important;
}

#headerTabs .ui-widget-content,
#headerTabs .ui-menu {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #111111;
    color: #d5d4d4;
    margin: 0 0 10px;
    padding: 3px 6px;
}

#headerTabs .ui-tabs .ui-tabs-nav {
    width: 900px;
    height: 32px;
    border-bottom: 1px solid #323232 !important; 
}

/*Fixes this new tabbreak */

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

.warningbox {
    background-color: rgba(253, 251, 209, 0.2);
    border-color: #fde29b;
    color: #705000;
}

/* SoundManager2 styles */
a.sm2_button,
a.sm2_button.sm2_paused:hover {
    background-image: url(https://static.wikia.nocookie.net/awesomenauts_gamepedia/images/c/c5/Sm2playbutton.png/revision/latest?cb=20160918130447);
    background-color: #21698c;
}

a.sm2_button:hover,
a.sm2_button.sm2_playing,
a.sm2_button.sm2_playing:hover {
    background-color: #1a5470;
}

a.sm2_button.sm2_paused {
    background-color: #415c6b;
}


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

/* copyright images tweak */
.skin-hydradark .copyright-icon {
    background-image: url("https://static.wikia.nocookie.net/commons_hydra/images/thumb/5/58/Copyright_darkwiki.png/32px-Copyright_darkwiki.png");
    background-size: 100%;
    height: 32px;
    width: 32px;
}

.feature {
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    padding: 10px;
}

.mw-echo-ui-notificationsInboxWidget-toolbarWrapper {
	height: 3.5em;
	position: -webkit-sticky;
	position: sticky;
	padding-top: 0.5em;
	margin-top: -0.5em;
	top: 0;
	z-index: 2;
	background: transparent;
	box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
}


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