MediaWiki:Vector.css

From Foxhole Wiki
Jump to navigation Jump to search

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: Clear the cache in Tools → Preferences
/* CSS placed here will affect users of the Vector skin */

.mobileonly {
    display: none;
}

/* Framework */
body { 
     background: #382e27 url(/images/3/3f/BG.png) no-repeat fixed center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

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

/* Sidebar */
div#mw-panel div.portal, 
div#mw-panel div.portal div.body,
.skin-vector #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;
    text-shadow: 1px 1px 0.1em #000000;
}

div#mw-panel div.portal .vector-menu-heading,
div#mw-panel div.portal .vector-menu-heading:visited,
.skin-vector #mw-panel.collapsible-nav .portal .vector-menu-heading a,
.skin-vector #mw-panel.collapsible-nav .portal .vector-menu-heading a:visited,
.skin-vector #mw-panel.collapsible-nav div.portal .vector-menu-heading a,	
.skin-vector #mw-panel.collapsible-nav div.portal .vector-menu-heading a:visited,
.skin-vector #mw-panel.collapsible-nav .portal.collapsed .vector-menu-heading,
.skin-vector #mw-panel.collapsible-nav .portal.collapsed .vector-menu-heading a,
.skin-vector #mw-panel.collapsible-nav .portal.collapsed .vector-menu-heading a:visited {
    color: #f3f3f3;
    font-weight: bold;
    text-shadow: 2px 2px 0.1em #000000;
}

/* Content */
div#content {
    background: rgba( 0, 0, 0, .75 );
    border: 1px solid #d2691f;
    border-radius: 2px;
    color: #ffffff;
    box-sizing: border-box;
}

h1, 
h2 {
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
}

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

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

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

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

a, 
a:visited,
div#content a.extiw,
div#content a.extiw:visited,
div#content a.external, 
div#content a.external:visited,
label.toctogglelabel {
    color: #e77c41;
}

/* Footer */
footer#footer {
    background: rgba(0, 0, 0, 0.75);
    border: 1px solid #000000;
    color: #FFFFFF;
    margin-top: 5px;
    overflow: hidden;
}

footer#footer ul li {
    color: #C0C0C0;
}

/* Tabs */
#right-navigation {
    margin-right: 0.5em;
}

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

div#mw-head a,
.vectorTabs li a span,
div#mw-head div.vectorTabs a,
div.vectorMenu .vector-menu-heading span {
    color: white;
    font-weight: bold;
}

div.vectorTabs li a {
    background-image: none;
    margin-top: -16px;
}

div.vectorTabs li.new a,
div.vectorTabs li.new a:visited {
    color: white;
}
/*
div.vectorTabs li span {
    background:#d2691f;
    background:-moz-linear-gradient(top, #d2691f 35%, #d2691f 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(35%,#d2691f), color-stop(100%,#d2691f));
    background:-webkit-linear-gradient(top, #d2691f 35%, #d2691f 100%);
    background:-o-linear-gradient(top, #d2691f 35%, #d2691f 100%);
    background:-ms-linear-gradient(top, #d2691f 35%, #d2691f 100%);
    background: linear-gradient(to bottom, #bd2691f 35%, #d2691f 100%);
    display: inline-block;
    border: 1px solid #d2691f;
    border-radius: 4px 4px 4px 4px;
    padding: 2px 10px;
    margin: 0 3px 0 3px;
    height: 19px;
    text-align: center;
}
*/
div.vectorTabs span {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
}

div.vectorMenu .vector-menu-heading span {
    padding-top: 0.1em;
    padding-right: 1em;
}
div.vectorMenu .vector-menu-heading span:after { top: 0.3em; }
.vector-menu-dropdown label.vector-menu-heading:after { 
	position: absolute;
	right: 5px;
}
div.vectorTabs li.selected {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    color: white;
}

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

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

div.vectorTabs li a,
div.vectorTabs li a span {
    color: white;
    cursor: pointer;
    font-weight: bold;
}

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

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

div.vectorMenu .vector-menu-heading a {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border: 0px;
}

div#mw-head div.vectorMenu li a {
    color: white;
}

div#mw-head div.vectorMenu li a:hover {
    color: white;
}

div#mw-head div.vectorMenu ul {
    background-color: #15181a;
    background-image: none;
    border: 1px solid #d2691f;
}

div#mw-head div.vectorMenu .vector-menu-heading {
    background-image: none;
}

div#mw-head div.vectorMenu .vector-menu-heading {
    background:#d2691f;
    background:-moz-linear-gradient(top, #d2691f 35%, #d2691f 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(35%,#d2691f), color-stop(100%,#d2691f 65%));
    background:-webkit-linear-gradient(top, #d2691f 35%, #d2691f 100%);
    background:-o-linear-gradient(top, #d2691f 35%, #d2691f 100%);
    background:-ms-linear-gradient(top, #d2691f 35%, #d2691f 100%);
    background: linear-gradient(to bottom, #d2691f 35%, #d2691f 100%);
    display: inline-block;
    border: 1px solid #d2691f;
    border-radius: 4px 4px 4px 4px;
    color: white;
    font-weight: bold;
    padding: 0 10px;
    margin-top: 8px;
    height: 19px;
    text-align: center;
}

div#mw-head div.vectorMenu h4,
div#p-variants.vectorMenu #mw-vector-current-variant {
    color: white;
    font-weight: bold;
    padding-top: 0.2em;
    text-shadow: none;
}


/* Preferences */
.skin-vector #preftoc {
    background-color: #1C1E20;
    border: 0px;
    margin: 0 0 4px !important;
}

.skin-vector #preftoc, 
.skin-vector #preftoc li,  
.skin-vector #preferences, 
.skin-vector #preftoc li.selected a {
    background-image: none;
    background-color: transparent;
}

.skin-vector #preftoc,
.skin-vector #preftoc li,  
.skin-vector #preferences, 
.skin-vector #preftoc li a {
    background-image: none;
    background-color: transparent;
    color: #666666;
}

.skin-vector #preftoc li.selected a {
    background-color: #1C1E20;
    background-image: none;
    border-color: #434b4d;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    color: white;
}

.skin-vector #preferences {
    background-color: #15181a;
    border: 1px solid #434b4d;
}

.skin-vector #preferences legend {
    color: #666666;
}

.skin-vector #preferences fieldset {
    border-color: #434b4d;
}

.skin-vector fieldset {
    border: 1px solid #434b4d;
}

.skin-vector fieldset#mw-searchoptions {
    background-color: #000000;
    border-color: #434b4d !important;
}

ul#filetoc {
    background-color: transparent;
    border: 1px solid #434b4d;
    font-size: 95%;
    margin-bottom: 0.5em;
    margin-left: 0;
    margin-right: 0;
    padding: 5px;
    text-align: center;
}

li.gallerybox div.thumb, 
html .thumbimage {
    background-color: #15181a;
    border: 0px;
}

pre, code, .mw-code {
    background-color: #15181a;
    color: #fff;
}

.mw-specialpages-table {
    background-color: #15181a;
}

.mw-specialpagesgroup {
    background-color: #15181a;
    padding: 8px;
}

abbr, acronym, .explain {
    border-bottom: 1px dotted #434b4d;
}

/* Page history */
.skin-vector table.diff,
.skin-vector td.diff-otitle,
.skin-vector td.diff-ntitle {
   background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

#pagehistory li {
    background-color: #15181a;
    border: none;
    padding: 3px;
}

#pagehistory li.selected {
    background-color: #000000;
    background-image: none;
    color: #fff;
    border: 1px dashed #434b4d;
    padding: 3px;
}

/* Tables */
.skin-vector .TablePager th, 
.skin-vector .TablePager tr:hover td {
    background-color: #15181a;
    border: 1px solid #434b4d;
}

.skin-vector .TablePager,
.skin-vector .TablePager td,
table.mw_metadata td,
table.mw_metadata th {
    background-color: #15181a;
    border: 1px solid #434b4d;
}

.skin-vector .TablePager tr:hover td {
    background-color: gray !important;
}

.skin-vector. table.wikitable,  {
    background: none repeat scroll 0 0 transparent;
|}

.skin-vector.wikitable th, {
    background-color: #15181a;
    border: 1px solid #434b4d;
    color: #B3B4B7;
    padding: 0.2em;
}

.skin-vector.wikitable td,  {
    border: 1px solid #434b4d;
    color: #B3B4B7;
    padding: 0.2em;
}

.skin-vector table.wikitable > tr > th, .skin-vector table.wikitable > * > tr > th {
    background-color: #d2691f;
    color: white;
}

/* foxholetable */
.skin-vector. table.foxholetable,  {
    background: none repeat scroll 0 0 transparent;
|}


.skin-vector.foxholetable th, {
    background-color: #15181a;
    border: 1px solid #434b4d;
    color: #B3B4B7;
    padding: 0.2em;
}

.skin-vector.foxholetable td,  {
    border: 1px solid #434b4d;
    color: #B3B4B7;
    padding: 0.2em;
}

.skin-vector table.foxholetable > tr > th, .skin-vector table.wikitable > * > tr > th {
    background-color: #d2691f;
    color: white;
}
/* End foxholetable */

#claimlist .controls:hover .dropdown,
#claimlist .controls_container > .dropdown {
    margin-bottom: 5px;
}

div#toc, div.toc {
    background-color: transparent;
    border: 1px solid #434b4d !important;
}

.skin-vector .mw-search-profile-tabs {
    background-color: #000000;
    border: 1px solid #434b4d;
    margin-top: 1em;
}
	
.skin-vector .mw-search-profile-tabs div.search-types ul li.current a {
    color: #888888;
    cursor: default;
}

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

div.wikiEditor-ui-tabs {
    background-color: #d2691f;
    border-left: 1px solid #404040;
    border-top: 1px solid #404040;
}

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

div.wikiEditor-ui-tabs div a {
    background: #d2691f; 
    color: white;
}

div.wikiEditor-ui-tabs div.current {
    background-color: #d2691f;
    border-bottom: 1px solid #404040;itor
}

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

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

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

div.wikiEditor-ui-toolbar .group {
    border-right: 1px solid #404040;
}

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

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

.tab {
   border-color: transparent;
}

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

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

div.wikiEditor-ui-toolbar .group .tool-select .label {
   color: #535353;
}

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

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

div.wikiEditor-ui-toolbar .booklet .index .current {
    background-color: <bg-color>;
    color: #ff0066;
}

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

div.wikiEditor-ui-toolbar .page-characters div span {
    border: 1px solid #404040;
    color: #5C5C5C;
}

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

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

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

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

div.editOptions {
    background-color: rgba( 0,0,0,.8 );
    color: #fff;
    border: white;
    border-top: none;
    padding: 1em 1em 1.5em 1em;
    margin-bottom: 2em;
}

/* ------ Navbox styling ------ */
table.navbox {
    border: 1px solid #303030;
    padding: 1px;
    clear: both;
    margin: auto;
    text-align: center;
    width: 100%
}

.navbox-abovebelow,
.navbox-group,
.navbox-title,
table.navbox th {
    padding-left: 1em;
    padding-right: 1em;
    background-color: rgba(183, 82, 16, 0.5);
}

/* Pretty much makes it look like there is no border */
.navbox-list {
    border-left-color: black;
}

/* This is so a long entry in the list does not get cut off into two separate lines */
.navbox-list a {
    white-space: nowrap;
}

/* Prevents background color problems when using subgroups */
.navbox-odd {
    background-color: rgba(0, 0, 0, 0.75);
}

.navbox-even {
    background-color: rgba(41, 41, 41, .8);
}

.navbox-group {
    white-space: nowrap;
    font-weight: bold;
}

.navbar {
    font-size: 88%;
}

/* ------ End navbox styling ------ */

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

.header {
    background-color: rgba(210,105,31,0.8);
    border: rgba(210,105,31,0.8);
    box-shadow: none;
    color: #FFFFFF;
    font-size: 150%;
    margin-bottom: 10px;
    text-align: center;
}

/* ------ Infoboxes: game or book depended color style ------ */
.infoboxtable {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #505050;
    color: #ffffff;
    float: right;
    clear: 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: rgba(210,105,31,0.8);
    border: 2px solid inherit; 
    border-radius: 5px; 
    font-weight: bold;
    padding: 0.5px 7px;
    text-align: right;
}

.infoboxname {
    background-color: rgba(210,105,31,0.8);
    border: rgba(210,105,31,0.8);
    color: #ffffff;
    font-size: 110%; 
    font-weight: bold;
    padding: 0.5em; 
}

.infoboxdetails {
    background-color: rgba(210,105,31,0.8);
    border: rgba(210,105,31,0.8);
    padding: 0em;
}

/* Collapsing infobox rows */
.section-collapse {
   border-color: #d5d4d4 ;
   border-style: solid;
   border-width: 2px 2px 0 0;
   content: "";
   cursor: pointer;
   display: inline-block;
   height: 7px;
   margin-right: 5px;
   position: relative;
   right: 0;
   top: 5px;
   transform: rotate(-45deg);
   vertical-align: middle;
   width: 7px;
}

.section-collapsed {
   display: none;
}

.collapsed-icon {
  margin-top: 1px;
  transform: rotate(135deg);
}
/* ------ End infobox styling ------ */

/* fix for expand/collapse text on wikitables */
.mw-collapsible-toggle > a,
.mw-collapsible-toggle.mw-collapsible-toggle-collapsed > a {
    color: #ffffff;
    font-size: smaller;
    font-weight: normal;
}

/* ------ This CSS governs the responsive 3 column main page layout ------ */
.fpmain {
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

/* Appears to not be in use */
.fpbanner {
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid #505050;
    box-shadow: 0 2px 5px #505050;
    color: #b3b4b7;
    margin: 0 5px 5px 5px;
    padding: 5px;
    min-height: 80px;
}

.fpbannertable {
    display: table;
    border: none;
    background: transparent;
    width: 100%; 
    min-height: 75px;
    margin: 0;
    padding: 5px;
}

.fpbannercell {
    display: table-cell; 
    text-align: center; 
    vertical-align: middle;
}

.fpbannerblock {
    border: none;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.75);
    font-size: 132%;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
}

.fpmidsections {
    float: left;
    width: 100%;
    overflow: hidden;
}
/* End not-in-use */

.fpbox {
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid #d2691f;
    box-shadow: 0 0 0;
    margin: 5px;
    padding: 5px;
    overflow: auto;
}

.fpbox .mainheading {
    border: none;
    border-bottom: 1px solid white;
    font-size: 150%;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    overflow: auto;
}

.fpbox .heading {
    border: none;
    border-bottom: 1px dotted #d2691f;
    text-align: center;
    font-size: 132%;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    overflow: auto;
    background: rgba(41, 38, 35, 0.65);
}

.fpmain .columns .leftcol {
    width: 100%;
    margin: 0;
    padding: 0;
}

.fpmain .columns .rightcol {
    width: 100%;
    margin: 0;
    padding: 0;
}

.fpsection1, .fpsection2, .fpsection3 {
    float: left;
    clear: both; 
    width: 100%;
}

.fpsection4 {
    width: 100%;
}

div.fp2columnonly, 
div.fp3columnonly {
    display: none; 
}

@media (min-width: 790px) {
    .fpsection1 {
        float: left;
        clear: none;
        width: 50%;
    }

    .fpsection2 {
        clear: right;
        float: right;
        width: 50%;
    }

    .fpsection3 {
        clear: left;
        float: left;
        width: 50%;
    }

    .fpsection4 {
        float: left;
        clear: both;
        width: 100%;
    }

    div.fp2columnonly {
        display: block; 
    }
}

@media (min-width: 990px) {
    .fpmain .columns .leftcol {
        float: left;
        width: 50%;
        margin: 0;
        padding: 0;
    }

    .fpmain .columns .rightcol {
        float: right;
        width: 50%;
        margin: 0;
        padding: 0;
    }
}

@media (min-width: 1390px) {
    .fpsection1 {
        float: left;
        clear: left;
        width: 33.333%;
    }

    .fpsection2 {
        clear: none;
        width: 33.333%;
    }

    .fpsection3 {
        clear: none;
        width: 33.333%;
    }

    .fpsection4 {
        clear: none;
        width: 100%
    }

    #newsbox {
        display: none;
    }

    div.fp2columnonly {
        display: none; 
    }

    div.fp3columnonly {
        display: block; 
    }
}

.fpbox.plain {
    background: transparent;
    border: none;
    box-shadow: none;
}

/* Appear to not be in use */
.fpimagelist ul {
    list-style-type: none;
    list-style-image: none;
}

.fpvideos {
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

.fpvideo {
    display: inline-block;
    margin: 0 5px;
}
/* End not-in-use */
/* ------ End responsive styling ------ */

/* Custom bulletpoints */
ul {
  list-style-image: url(/images/7/7a/Bullet.png);
}

/* Map image resizing */
.map-image {
    max-width: 100%;
    height: auto;
}


.leaflet-container {
    background-color:rgba(255,0,0,0.0);
}

@font-face {
    font-family: 'LinLibertine_Regular';
    src: local('Linux Libertine'), local('Lin Libertine'), url('https://commons.wiki.gg/images/7/75/LinLibertine_Regular.ttf') format('truetype');
}

.map-labels {
  font-family: "LinLibertine_Regular", Georgia, serif;
  font-weight: normal; 
  font-style: normal;
  color: #ff9635;
  text-shadow:
    -2px -2px 3px #000,
     2px -2px 3px #000,
    -2px  2px 3px #000,
     2px  2px 3px #000;
  white-space: nowrap;
}

#catlinks, #toc, .toc, .mw-warning {
    background-color: #222222;
    border-color: #3c3c3c;
}

.mw-echo-ui-notificationsInboxWidget-toolbarWrapper {
    background: inherit;
}

table {
	display:table;
	white-space:initial;
}

.oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button { filter: invert(1); }

.mw-changeslist-legend, .mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend { background: none; }

.portable-infobox {
    --pi-background: #2f2f2f;
    --pi-secondary-background: #008c92;
    --pi-secondary-background--label: #000;
    --pi-border-color: rgba(0,140,146,0.5);
}

.portable-infobox.pi-theme-Col .pi-title,
.portable-infobox.pi-theme-Col .pi-secondary-background {
    background-color: #516c4b;
    color: #000;
    font-weight: bold;
    text-align: center;
}

.portable-infobox.pi-theme-Col .pi-border-color {
    border-color: #516c4b;
}

.portable-infobox.pi-theme-Col .pi-secondary-background a { color: #000; }

.portable-infobox.pi-theme-War .pi-title,
.portable-infobox.pi-theme-War .pi-secondary-background {
    background-color: #235683;
    color: #000;
    font-weight: bold;
    text-align: center;
}

.portable-infobox.pi-theme-War .pi-border-color {
    border-color: #235683;
}

.portable-infobox.pi-theme-War .pi-secondary-background a { color: #000; }

.portable-infobox.pi-theme-Both .pi-title,
.portable-infobox.pi-theme-Both .pi-secondary-background {
	background-color: rgba(210,105,31,0.84);
	color: #000;
	font-weight: bold;
	text-align: center;
}

.portable-infobox.pi-theme-Both .pi-border-color {
    border-color: rgba(210,105,31,0.84);
}

.portable-infobox.pi-theme-Both .pi-secondary-background a { color: #000; }

.wikitable {
	background: none;
	border-color: #5d5d5d;
	color: #e6e6e6;
}

/* ------ Cargo related stuff ------ */

.cargo-pagevalues-tableinfo {
    background-color: #ff0000;
    border-bottom: 1px solid #5d5d5d;
    top: 46px;
    position: static;
    /* override sticky in the built-in */
}

.cargo-table-diagram .cargo-table-svg .node.entity-name rect {
    fill: #000000;
    fill-opacity: 1;
}

.cargo-table-diagram .cargo-table-svg .node rect {
    stroke: #5d5d5d;
    opacity: 1;
}

.cargo-table-diagram .cargo-table-svg .node text tspan {
    fill: #ffffff;
}

table.cargoTable,
table.cargoDynamicTable {
    color: #ffffff;
    text-align: center;
}

table.cargoTable tbody td,
table.cargoTable thead th {
    border: 1px solid #5d5d5d;
}

table.cargoTable thead th,
table.cargoDynamicTable thead th,
table.cargoDynamicTable tfoot {
    background-color: #d2691f;
}

table.cargoTable tr:hover {
    background-color: #000000;
}

table.cargoTable thead tr:nth-child(odd),
table.cargoTable.noMerge thead tr:nth-child(odd) {
    background-color: #000000;
}

table.cargoTable tbody tr:nth-child(2n),
table.cargoTable.noMerge tbody tr:nth-child(2n) {
    background-color: #000000;
}

table.cargoTable tbody tr:nth-child(odd),
table.cargoTable.noMerge tbody tr:nth-child(odd) {
    background-color: #000000;
}

table.cargoTable th.headerSort {
    color: #ffffff;
}

table.cargoTable th.headerSort:hover {
    color: #ffffff;
}

table.cargoTable td {
  text-align:center;
}


#mw-content-text div.cargoReplacementTableInfo {
    background: #000000;
    border: 1px solid #5d5d5d;
}.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #ffffff;
}

table.dataTable tbody tr {
  background-color: #000000;
}

table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color:rgba(0, 0, 0, 0.75);
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd,
table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
	background-color: rgba(0, 0, 0, 0.5);
}

table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color:rgba(0, 0, 0, 0.75);
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
	background-color: #000000;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  /* we need this !important to override a built-in one */
	color: #3d3d3d !important;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
	border-top: 1px solid #5d5d5d;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  /* we need this !important to override a built-in one */
	color: #3d3d3d !important;
	border: 1px solid #5d5d5d;
	background-color: #000000;
}

div.drilldown-filters-wrapper {
    background-color: transparent;
    border: 1px solid #5d5d5d;
    color: #ffffff;
}

.action-pagevalues tr:nth-of-type(2n) {
    background-color: rgba(0, 0, 0, 0.5);
}


div.specialCargoQuery-extraPane {
    background: #000000;
}


/* tests */
.cargo-tablelist th {
  text-align:center;
  background-color: #777777;
}

.cargo-tablelist td {
  text-align:center;
  background-color: #202020;
  color: #ffffff;
}



/* ------ End of Cargo stuff ------ */

div.thumbinner {
	background-color: #5d5d5d;
	border-color: #5d5d5d;
}

.vector-menu-dropdown .vector-menu-content { top: 1.8em; }
.tocnumber { color: #fff; }