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

/*********/
/* Fonts */
/********/
@font-face {
	font-family: 'Avant-Garde-Book-BT';
	src: local('Avant-Garde-Book-BT'), local('Avant-Garde-Book-BT'), url('/media/hydra/fonts/Avant-Garde-Book-BT.ttf') format('truetype');
}

@font-face {
	font-family: 'Electrolize-Regular';
	src: local('Electrolize-Regular'), local('Electrolize-Regular'), url('/media/hydra/fonts/Electrolize-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Orbitron-light';
	src: local('Orbitron-light'), local('Orbitron-light'), url('/media/hydra/fonts/orbitron-light.ttf') format('truetype');
}


#mw-panel.collapsible-nav .portal#p-claimWiki {
    margin: 0px 11px;
}
 
/* When title sub line is empty, remove its margin */
#contentSub:empty {
    margin: 0;
} 

/**************/
/* Background */
/**************/
body {
    background: url(https://gamepedia.cursecdn.com/abysscrew_gamepedia_en/9/98/Bg.jpg) no-repeat fixed center top / cover #000;
}

/* Content */

div#content a:link:not(.new),
div#content a:visited:not(.new) {
    color: #45D8EF;
    font-weight: bold;
}

div#content .mw-editsection a:link,
div#content .mw-editsection a:visited {
	color: #c29494!important;
}

div#content {
    color:#f9fbfc;
}

div#content h1, 
div#content h2,
div#content h3, 
div#content h4,
div#content h5, 
div#content h6 {
    color: #45D8EF;
    font-family: "Avant-Garde-Book-BT", "sans-serif";
}

div#content,
div.vectorMenu div.menu {
    border-width: 2px;
    border: none;
    background-color: rgba(0,0,0,0.82);
}

div.vectorMenu div.menu {
    top: 39px;
}

div.vectorMenu div.menu li:hover {
    background: rgba(255,255,255,0.3);
}

div.vectorMenu div.menu li a:link,
div.vectorMenu div.menu li a:visited {
    text-decoration: none;
    font-weight: bold;
    color: white;
}

div#mw-page-base {
    background: transparent;
}

/*****************/
/* links/anchors */
/*****************/
a, 
a:visited,
div#content a.extiw,
div#content a.extiw:visited,
div#content a.external, 
div#content a.external:visited {
   color: #45d8ef;
   font-family: "OpenSans-Semibold";
}

a:hover {
   color: #32bed3;
}


/********/
/* Logo */
/********/
#mw-panel {
    margin-top: 130px;
}

#p-logo {
    top: -280px;
}

#p-logo a {
    height: 300px;
    width: 164px;
}

/***********/
/* Top nav */
/***********/
div#left-navigation {
    margin-left: 195px !important;
}

div.vectorMenu h3, 
div.vectorMenu h3 a, 
div.vectorMenu h5 a {
    background-image: none !important;
    background: inherit !important;
}

div.vectorMenu h3 a:link, 
div.vectorMenu h3 a:visited,
div.vectorMenu h5 a:link,
div.vectorMenu h5 a:visited,
div.vectorMenu h3 span,
div.vectorMenu h5 span {
    color: white !important;
    font-weight: bold !important;
    text-shadow: 0px 0px 7px black;
}

div.vectorTabs ul li,
div.vectorTabs li.selected {
    background: none !important;
}

div.vectorTabs ul {
    background: none;
}

div.vectorTabs ul li a:link,
div.vectorTabs ul li a:visited,
div.vectorTabs li.selected a:link,
div.vectorTabs li.selected a:visited {
    color: white;
    text-shadow: 0px 0px 7px black;
}

div.vectorMenu h3 span,
div.vectorMenu h5 span {
    margin-top: -1px;
}

div.vectorMenu h3, 
div.vectorMenu h3 a, 
div.vectorMenu h5 a {
    background-image: none !important;
    background: inherit !important;
}

div.vectorTabs ul li,
div.vectorTabs li.selected {
    background: none !important;
}

div.vectorTabs span {
    background: none !important;
    font-weight: bold !important;
}

div.vectorTabs {
    background: none !important;
}

div.vectorMenu h3 span,
div.vectorMenu h5 span {
    background: none !important;
    background-image: none !important;
    border:0 !important; 
}

#p-sharing-label, #p-cactions-label {
    text-shadow: 0px 0px 7px black;
}

/***********/
/* Sidebar */
/***********/
.skin-hydradark #mw-panel .portal:not(.persistent) {
    background: rgba(0,0,0,0.5) !important;
}

#mw-panel a:visited,
#mw-panel a:link {
    color: white !important;
    text-shadow: 0px 0px 7px white;
}

#mw-panel h3 {
    color: white !important;
    font-weight: bold !important;
}

div#mw-panel div.portal:not(#p-claimWiki):not(#p-socialProfiles):not(#p-sitePromos) {
    background-color: rgba(0, 0, 0, 0.0);
    margin: 5px;
}

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

/* Sidebar vertical offset to accommodate logo height */
div#mw-panel {
    padding-top: 0;
}

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

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

.skin-hydradark .TablePager {
    background-color: rgba(0, 0, 0, 0);
    color: #000000;
    border: 1px solid #434649;
    padding: 0 0.15em;
}
 
.skin-hydradark .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;
}

.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 #434649;
    color: #cccccc;
}

.skin-hydradark table.jquery-tablesorter th.headerSort {
    background-attachment: scroll;
    background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.com/3/36/Sort_both_white.gif"), -moz-linear-gradient(top,  #1e2125 0%, #141618 61%, #000000 100%) !important; /* FF3.6+ */
    background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.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("https://commons.gamepedia.com/media/commons.gamepedia.com/3/36/Sort_both_white.gif"), -webkit-linear-gradient(top,  #1e2125 0%,#141618 61%,#000000 100%) !important; /* Chrome10+,Safari5.1+ */
    background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.com/3/36/Sort_both_white.gif"), -o-linear-gradient(top,  #1e2125 0%,#141618 61%,#000000 100%) !important; /* Opera 11.10+ */
    background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.com/3/36/Sort_both_white.gif"), -ms-linear-gradient(top,  #1e2125 0%,#141618 61%,#000000 100%) !important; /* IE10+ */
    background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.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("https://commons.gamepedia.com/media/commons.gamepedia.com/5/56/Sort_down_white.gif"), -moz-linear-gradient(top,  #1e2125 0%, #141618 61%, #000000 100%) !important; /* FF3.6+ */
    background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.com/5/56/Sort_down_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("https://commons.gamepedia.com/media/commons.gamepedia.com/5/56/Sort_down_white.gif"), -webkit-linear-gradient(top,  #1e2125 0%,#141618 61%,#000000 100%) !important; /* Chrome10+,Safari5.1+ */
    background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.com/5/56/Sort_down_white.gif"), -o-linear-gradient(top,  #1e2125 0%,#141618 61%,#000000 100%) !important; /* Opera 11.10+ */
    background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.com/5/56/Sort_down_white.gif"), -ms-linear-gradient(top,  #1e2125 0%,#141618 61%,#000000 100%) !important; /* IE10+ */
    background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.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("https://commons.gamepedia.com/media/commons.gamepedia.com/8/82/Sort_up_white.gif"), -moz-linear-gradient(top,  #1e2125 0%, #141618 61%, #000000 100%) !important; /* FF3.6+ */
    background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.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("https://commons.gamepedia.com/media/commons.gamepedia.com/8/82/Sort_up_white.gif"), -webkit-linear-gradient(top,  #1e2125 0%,#141618 61%,#000000 100%) !important; /* Chrome10+,Safari5.1+ */
    background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.com/8/82/Sort_up_white.gif"), -o-linear-gradient(top,  #1e2125 0%,#141618 61%,#000000 100%) !important; /* Opera 11.10+ */
    background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.com/8/82/Sort_up_white.gif"), -ms-linear-gradient(top,  #1e2125 0%,#141618 61%,#000000 100%) !important; /* IE10+ */
    background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.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;
}

/**********/
/* Footer */
/**********/
footer {
    border-top: #f48020 3px solid;
}

div#footer {
    background: rgba(0, 0, 0, 0.55);
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

div#footer li {
    color:white !important;
}

div#footer a:link, #footer a:visited {
    color:white;
    text-decoration: underline;
} 


/***************/
/* Preferences */
/***************/
.skin-hydradark #preftoc,
.skin-hydradark #preftoc li,  
.skin-hydradark #preferences, 
.skin-hydradark #preftoc li a {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    color: #e0e0e0; /* this font color may need tweaking, depending on your background choices */
}

.skin-hydradark #preftoc li:first-child {
    margin-bottom: 7px;
    margin-left: 5px;
}

.skin-hydradark #preftoc li.selected a {
    background: rgba(0, 0, 0, 0.4);
    border-color: #080808 #080808 rgba(0, 0, 0, 0.5);
    border-radius: 3px 3px 0 0;
    border-style: solid;
    border-width: 1px;
    color: #754436; /* this font color may need tweaking, depending on your background choices */
}

.skin-hydradark #preferences {
    background-color: rgba(0, 0, 0, 0.4);
    border: 1px solid #080808;
    border-radius: 3px;
}

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

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


/* Search */
.skin-hydradark .mw-search-profile-tabs {
    padding: 5px;
}

.skin-hydradark .mw-search-profile-tabs li.normal a:link,
.skin-hydradark .mw-search-profile-tabs li.normal a:visited {
    font-weight: normal !important;
    color: #cfcfcf !important;
}

.skin-hydradark .mw-search-profile-tabs li.current a:link,
.skin-hydradark .mw-search-profile-tabs li.current a:visited {
    font-weight: bold;
    color: #45d8ef !important;
}


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


/* Page history tweaks */
td.diff-addedline .diffchange {
    background: none;
    color: #bfd959;
}

td.diff-deletedline .diffchange {
    background: none;
    color: #e62444;
}

td.diff-addedline,
td.diff-deletedline {
    border-color: transparent;
}

.mw-checkbox-toggle-controls a,
.mw-checkbox-toggle-controls a:link,
.mw-checkbox-toggle-controls a:visited {
    color: white !important;
    font-weight: bold;
}


/* Interwiki page legend tweak */
.mw-collapsible-toggle.mw-collapsible-toggle-expanded a,
.mw-collapsible-toggle.mw-collapsible-toggle-collapsed a {
    color: #ffffff;
}

/***********************/
/* Other page elements */
/***********************/
code {
	color: #e0e0e0;
	background: rgba(44, 83, 158,0.3);
        border: 1px solid rgb(44, 83, 158);
}

/* Bullet color (white) */
ul {
    list-style-type: disc;
    list-style-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%225%22%20height%3D%2213%22%3E%0A%3Ccircle%20cx%3D%222.5%22%20cy%3D%229.5%22%20r%3D%222.5%22%20fill%3D%22%23ffffff%22%2F%3E%0A%3C%2Fsvg%3E%0A);
}

/* Gamepedia lines */
.netbar-flex {
    border-bottom: 1px solid #f48020;
}

/* catlinks */
#catlinks {
	background: rgba(69,216,239,0.3);
	border: #45d8ef 1px solid;
}

/* toc */
#toc {
    background-color: rgba(0,0,0,0.1) !important;
    border: 1px solid #B39DA7 !important;
    padding: 15px 20px;
}


/**************************/
/* Front Page elements    */
/* See more in common.css */
/**************************/
/* Front page appearance styles */
.fpbox .heading,
.fpbox .mainheading {
    font-family: "Avant-Garde-Book-BT", "sans-serif";
    color: #45D8EF;
}

.fpbox {
   background: rgba(69, 216, 239, 0.3);
    color: #e0e0e0; /* change for hydra (light) wikis */
    border: #45d8ef 1px solid;
}

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

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

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


/*************/
/* INFOBOXES */
/*************/
.infoboxtable {
    background: rgb(6,146,187); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(6,146,187,1) 0%, rgba(0,46,61,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(6,146,187,1) 0%,rgba(0,46,61,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(6,146,187,1) 0%,rgba(0,46,61,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0692bb', endColorstr='#002e3d',GradientType=0 ); /* IE6-9 */
    border: 3px groove #96623F;
    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: #634D3E; 
    border-radius: 5px;
    border: 3px groove #96623F; 
    font-weight: bold;
    padding: 0.5px 7px;
    text-align: right;
}

.infoboxname {
    background-color: #634D3E; 
    border: 3px groove #96623F;
    font-size: 110%; 
    font-weight: bold;
    padding: 0.5em; 
}

.infoboxdetails {
    padding: 0em;
}


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

/*************************/
/* Navbox template style */
/*************************/
table.navbox {
    clear: both;
    font-size: 88%;
    margin: auto;
    padding: 1px;
    text-align: center;
    width: 100%; 
}

/* Border between adjacent navboxes */
table.navbox + table.navbox {
    margin-top: -1px;
}

.navbox-title,
.navbox-abovebelow,
table.navbox th {
    padding-left: 1em;
    padding-right: 1em;
    text-align: center;
}

.navbox-group {
    font-weight: bold;
    padding-left: 1em;
    padding-right: 1em;
    white-space: nowrap;
}

/* Base background */
.navbox, .navbox-subgroup {
    background: rgba(0, 0, 0, 0.1);
}

.navbox-list {
    border-color: rgba(0, 0, 0, 0.1); /* Must match background color */
}

/* Level 1 color */
.navbox-title,
table.navbox th {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
}

/* Level 2 styling */
.navbox-abovebelow,
.navbox-group,
.navbox-subgroup .navbox-title {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
}

/* Level 3 styling */
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
}

/* Even row striping */
.navbox-even {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

/* Odd row striping */
.navbox-odd {
    background: transparent;
}
 
.collapseButton {
    font-weight: normal;
    width: auto;
}

.navbox .collapseButton {
    width: 6em;
}
 
.navbar {
    font-size: 88%;
    font-weight: normal;
}

.navbox .navbar {
    font-size: 100%;
}
 
table.collapsed tr.collapsible {
    display: none;
}
/*****************************/
/* End of new Navbox styling */
/*****************************/


/* Editor */
/*****************/
/* Visual editor */
/*****************/
.oo-ui-popupToolGroup .oo-ui-toolGroup-tools {
    background-color: #282828;
    border: 1px solid #383838;
    box-shadow: 0 2px 2px 0 rgba(255,255,255,0.2);
}

.oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-tool-title,
.oo-ui-buttonElement.oo-ui-labelElement > .oo-ui-buttonElement-button > .oo-ui-labelElement-label {
    color: #e0e0e0;
}

.oo-ui-listToolGroup .oo-ui-tool.oo-ui-widget-enabled:hover,
.oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:hover,
.oo-ui-barToolGroup.oo-ui-widget-enabled > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-widget-enabled:hover,
.oo-ui-widget.oo-ui-widget-enabled.oo-ui-optionWidget.oo-ui-decoratedOptionWidget.oo-ui-outlineOptionWidget.oo-ui-outlineOptionWidget-level-0.oo-ui-iconElement.oo-ui-labelElement:hover {
    background-color: rgba(255,255,255,0.2);
}

.oo-ui-decoratedOptionWidget .oo-ui-iconElement-icon,
.oo-ui-decoratedOptionWidget .oo-ui-indicatorElement-indicator,
.oo-ui-fieldsetLayout.oo-ui-iconElement > .oo-ui-fieldsetLayout-header > .oo-ui-iconElement-icon {
    filter: invert(100%);
}

.oo-ui-textInputWidget.oo-ui-iconElement .oo-ui-iconElement-icon {
    filter: unset;
}

.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-active > .oo-ui-buttonElement-button {
    border-color: #ffffff;
}

.oo-ui-popupToolGroup.oo-ui-widget-enabled.oo-ui-popupToolGroup-active {
    background-color: rgba(255,255,255,0.2);
}

.oo-ui-popupToolGroup-handle .oo-ui-iconElement-icon,
.oo-ui-popupToolGroup.oo-ui-labelElement.oo-ui-indicatorElement .oo-ui-popupToolGroup-handle .oo-ui-labelElement-label,
.oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-iconElement > .oo-ui-tool-link .oo-ui-iconElement-icon {
    filter: invert(100%);
}

.oo-ui-messageDialog-actions .oo-ui-actionWidget.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive .oo-ui-buttonElement-button:hover {
    background-color: #282828;
}

.oo-ui-indicator-down {
    background-image: linear-gradient(transparent,transparent),url(https://commons.gamepedia.com/media/commons.gamepedia.com/0/00/Light_down_arrow.svg);
    filter: unset;
}

.ve-ui-mwSaveDialog-options {
    background-color: #282828;
}

.ve-ui-mwSaveDialog-license {
    color: #e0e0e0;
}

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

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

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

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

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

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

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

div.wikiEditor-ui-toolbar .booklet .pages {
    background-color: rgba(0, 0, 0, 0.2);
}

div.wikiEditor-ui-toolbar .booklet .index .current {
    background-color: rgba(0, 0, 0, 0.2);
    color: #fda440;
}

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

div.wikiEditor-ui-toolbar .page-characters div span:hover {
    background: rgba(44, 83, 158,0.3);
    border: 1px solid rgb(44, 83, 158);
    color: rgb(44, 83, 158);
}

div.wikiEditor-ui-toolbar .page-table th,
div.wikiEditor-ui-toolbar .page-table td {
    color: #e0e0e0;
}

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

div.wikiEditor-ui-tabs div a {
    background: none repeat scroll 0 0 #181818;
    display: inline-block;
    color: #FFFFFF;
}

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

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

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

div.wikiEditor-preview-contents {
    border-color: #080808;
    border-style: solid;
    border-width: 0 1px 1px;
    color: #e0e0e0;
}

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

div.wikiEditor-preview-contents,
div.wikiEditor-preview-loading {
    background-color: rgba(0, 0, 0, 0);
}

div.editOptions {  
    background-color: rgba(0, 0, 0, 0.4);
    border-color: -moz-use-text-color #080808 #080808;
    border-image: none;
    border-radius: 0 0 3px 3px;
    border-style: none solid solid;
    border-width: medium 1px 1px;
}

div.wikiEditor-ui-toolbar .sections .tool.oo-ui-buttonElement-frameless.oo-ui-iconElement:hover {
    background: rgba(44, 83, 158,0.3);
    border: 1px solid rgb(44, 83, 158);
}

div.wikiEditor-ui .tool.oo-ui-buttonElement-frameless.oo-ui-iconElement:hover {
    background: rgba(44, 83, 158,0.3);
    border: 1px solid rgb(44, 83, 158);
}

div.wikiEditor-ui-toolbar .group .tool-select,
div.wikiEditor-ui-toolbar .group .tool-select .menu .options {
    background: rgba(44, 83, 158,0.8);
    border: rgb(44, 83, 158);
}

div.wikiEditor-ui-toolbar .group .tool-select .options .option:hover {
    background: rgba(0, 0, 0,0.2);
}


/***********/
/* some fx */
/***********/
.mpimages {
}

.mpimages img {
}

.mpimages:hover img {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
Advertisement