Mutropolis 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.
/* Note that this loads before skin CSS, so selectors need to be more specific than the skin to override it. */
/* There will still be a "white flash" as the default (light) mobile css initially loads. To avoid this, you should first enable the Gadgets extension, then add [[gphelp:MediaWiki:Gadget-darkmobile]] to your wiki and rename this css file to MediaWiki:Gadget-darkmobile.css */

.header .branding-box h1 { border: none; }

.skin-minerva footer .last-modified-bar {
    border-bottom: solid 1px #767676;
    background-color: #1f1f1f;
}

.skin-minerva .last-modified-bar a,
.skin-minerva .last-modified-bar a:visited {
    color: #fff;
}

.skin-minerva #mw-mf-diffview #mw-mf-userinfo {
    background-color: #282828;
    border-top: solid 1px #344a16;
}

.skin-minerva .fpbox.mobilecollapsible.collapsed .heading a.togglecollapse,
.skin-minerva .fpbox.mobilecollapsible.expanded .heading a.togglecollapse {
    color: #e0e0e0;
}

.skin-minerva #mw-mf-diffview #mw-mf-userinfo .mw-mf-edit-count,
.skin-minerva #mw-mf-diffview #mw-mf-userinfo .mw-mf-edit-count div {
    color: #fff;
}

.skin-minerva .mw-ui-icon-user:before {
    background-image:linear-gradient(transparent,transparent),url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjI3MS41IDcyLjggMTYgMTYiPjxnPjxwYXRoIGQ9Ik0yNzMuNTkgNzIuOGMtMi4wMyAwLTIuMDkgMS45MDctMi4wOSAyLjAzMlY4OC44aDEzLjkxYzIuMDMgMCAyLjA5LTEuOTA3IDIuMDktMi4wMzJWNzIuOGgtMTMuOTF6IiBmaWxsPSIjMjAyMDIwIi8+PGcgZmlsbD0iI2ZmZiIgdHJhbnNmb3JtPSJtYXRyaXgoLjA0MiAwIDAgLjA0MiAyNTkuMDQ3IDY4Ljc1MikiPjxjaXJjbGUgY3g9IjQzNyIgY3k9IjIzNC4xIiByPSIyOCIvPjxjaXJjbGUgY3g9IjU1My41IiBjeT0iMjM0LjEiIHI9IjI4Ii8+PC9nPjxwYXRoIGQ9Ik0yNzkuODggODUuMzM4Yy0xLjggMC0zLjUzMy0uNjE3LTQuNTgzLTEuNjEtLjI0OC0uMjQ3LS4yNDgtLjY4IDAtLjkyN3MuNjgtLjI0NS45MjggMGMuODA2LjgxIDIuMTY3IDEuMjQgMy42NTQgMS4yNCAxLjQyIDAgMi43ODYtLjQzIDMuNTktMS4yNC4yNDYtLjI0NS42OC0uMjQ1LjkyNiAwcy4yNDguNjggMCAuOTNjLTEuMTEzLjk4OC0yLjcyMiAxLjYxLTQuNTIgMS42MXoiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+);
}

.skin-minerva #mw-mf-page-center,
.skin-minerva .navigation-enabled #mw-mf-page-center {
    background: rgba(0,0,0,0.7);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: top center;
}

.skin-minerva .list-header { 
	background-color: #333;
    color: #fff;
}

.skin-minerva .minoredit {
    background: #444;
}

.skin-minerva .page-list li > a:active,
.skin-minerva .topic-title-list li > a:active,
.skin-minerva .site-link-list li > a:active,
.skin-minerva .page-list li > a:hover,
.skin-minerva .topic-title-list li > a:hover,
.skin-minerva .site-link-list li > a:hover,
.skin-minerva .page-list li > a:visited,
.skin-minerva .topic-title-list li > a:visited,
.skin-minerva .site-link-list li > a:visited,
.skin-minerva .page-list li > a,
.skin-minerva .topic-title-list li > a,
.skin-minerva .site-link-list li > a,
.skin-minerva .page-list.side-list .list-thumb,
.skin-minerva .topic-title-list.side-list .list-thumb,
.skin-minerva .site-link-list.side-list .list-thumb,
.skin-minerva .mw-mf-user,
.skin-minerva .page-list .info,
.skin-minerva .topic-title-list .info,
.skin-minerva .site-link-list .info,
.skin-minerva .page-list .component,
.skin-minerva .topic-title-list .component,
.skin-minerva .site-link-list .component {
    color: #fff;
}

.skin-minerva .mw-mf-special .content-header,
.skin-minerva .page-list li,
.skin-minerva .topic-title-list li,
.skin-minerva .site-link-list li {
    border-bottom: solid 1px #344a16;
}

.skin-minerva .header-container.header-chrome { 
    border-bottom: solid 1px #344a16; 
    position:fixed;
    background-color:#202020;
    width:100%;
    z-index:10;
}

.skin-minerva .page-summary h2,
.skin-minerva .page-summary h3 {
    color: #fff;
}

.skin-minerva .list-thumb.list-thumb-none {
    background-color: #202020;
    background-image: linear-gradient(transparent,transparent),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDU2IDU2Ij48cGF0aCBmaWxsPSIjMjAyMDIwIiBkPSJNMCAwaDU2djU2SDB6Ii8+PHBhdGggZmlsbD0iIzk5OSIgZD0iTTM2LjQgMTMuNUgxNy44djI0LjljMCAxLjQuOSAyLjMgMi4zIDIuM2gxOC43di0yNWMuMS0xLjQtMS0yLjItMi40LTIuMnpNMzAuMiAxN2g1LjF2Ni40aC01LjFWMTd6bS04LjggMGg2djEuOGgtNlYxN3ptMCA0LjZoNnYxLjhoLTZ2LTEuOHptMCAxNS41di0xLjhoMTMuOHYxLjhIMjEuNHptMTMuOC00LjVIMjEuNHYtMS44aDEzLjh2MS44em0wLTQuN0gyMS40di0xLjhoMTMuOHYxLjh6Ii8+PC9zdmc+);
}

.skin-minerva a.watch-this-article {
    background-image: url("/media/7/7b/Watch_lighter.png") !important; /* optional if a lighter version of the star icon is required */
}

/* search header */
.skin-minerva .pre-content #page-actions,
.skin-minerva .notification-count {
    background-color: #202020 !important;
}

.skin-minerva .pre-content h1 {
  color: #e0e0e0;
}

.skin-minerva .overlay-enabled,
.skin-minerva #content {
  background-color: transparent;
}

.skin-minerva .overlay:not(.language-overlay) {
    background-color: rgba(0, 0, 0, 0);
}

.skin-minerva .overlay:not(.editor-overlay):not(.language-overlay) .overlay-header-container {
    background-color: rgba(0, 0, 0, 0) !important;
}

.skin-minerva .search-overlay .overlay-header,
.skin-minerva .search-overlay .results {
    background-color: rgba(0, 0, 0, 0.0) !important;
    color: #E0E0E0;
}

.skin-minerva .search-overlay {
    background: none repeat scroll 0 0 #000 !important; 
}

.skin-minerva ul.suggestions-results,
.skin-minerva ul.suggestions-results li {
    background-color: rgba(0, 0, 0, 0.85);
    color: #E0E0E0;
}

.skin-minerva ul.suggestions-results li.suggestions-result {
    color: #E0E0E0;
}

.client-js .skin-minerva .toc-mobile {
    background-color: rgba(0, 0, 0, 0) !important;
    border: 1px solid #676767 !important;
}

.skin-minerva .mw-ui-button,
.skin-minerva .last-modified-bar #mw-mf-last-modified {
    background-color: rgba(0, 0, 0, 0);
    color: #E0E0E0;
}

.skin-minerva footer .last-modified-bar.active {
    background-color: rgba(45, 103, 93, 0.8);
}

.skin-minerva footer > .post-content {
    color: #fff;
    text-shadow: 2px 2px 1px #000;
}

.skin-minerva footer a,
.skin-minerva footer a:visited,
.skin-minerva footer a.external {
    color: #fff;
}


/* general header */
.skin-minerva #mw-mf-header form,
.skin-minerva #mw-mf-sq {
    background-color: rgba(0, 0, 0, 0.85);
}

/* non-content area */
body.skin-minerva,
body.skin-minerva.primary-navigation-enabled #mw-mf-page-center {
    background-color: #202020;
    color: #E0E0E0;
}

.skin-minerva #footer {
    border-top: 1px solid #676767;
    color: #E0E0E0;
}

.skin-minerva #footer a {
    color: #6ABEC3;
}

.skin-minerva #footer h2 {
    color: #6ABEC3;
}

/* content area */

.skin-minerva #content {
    padding-top: 60px;
}

.skin-minerva a,
.skin-minerva a:visited,
.skin-minerva a.external {
    color: #5a93cc;
}

.skin-minerva h1,
.skin-minerva h2 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #404040;
    color: #E0E0E0;
}

.skin-minerva .content .section-heading  {
    border-bottom: 1px solid #404040;
}

.skin-minerva h3,
.skin-minerva h4,
.skin-minerva h5,
.skin-minerva h6 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #E0E0E0;
}

.skin-minerva .thumb,
.skin-minerva #content_wrapper .thumb,
.skin-minerva li.gallerybox div.thumb {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #505050;
}

.skin-minerva .content table th {
    background-color: rgba(0, 0, 0, 0);
}

.skin-minerva .content table td,
.skin-minerva .content table th {
    border: 1px solid #505050;
    padding: 3px;
}

.skin-minerva .content table.wikitable {
    background-color: rgba(0, 0, 0, 0);
    margin: auto;
    margin-bottom: 1em;
}

.skin-minerva .content table.wikitable > tr > th,
.skin-minerva .content table.wikitable > tr > td,
.skin-minerva .content table.wikitable > * > tr > th,
.skin-minerva .content table.wikitable > * > tr > td {
    border: 1px solid #505050;
}

.skin-minerva .content table.wikitable > tr > th,
.skin-minerva .content table.wikitable > * > tr > th {
    background-color: #101010;
    padding: 3px;
}

.skin-minerva .mw-ui-icon-arrow::before {
    filter: invert(100%);
}

/* Responsive main page stuff */
/********************
/* Main menu styles *
/********************/
.skin-minerva .primary-navigation-enabled {
    border-left: 12px solid #505050 !important;
    background: #101010 !important;
}

.skin-minerva #mw-mf-page-left {
    border-left: 12px solid #505050;
    background: transparent;
}

.skin-minerva #mw-mf-page-left ul {
    background: transparent;
}

.skin-minerva #mw-mf-page-left ul:first-child {
    border-bottom: 12px solid #505050;
}

.skin-minerva #mw-mf-page-left ul li {
    border-top: 1px solid #505050;
    border-bottom: 1px solid #505050;
    background: transparent;
    text-shadow: none;
}

.skin-minerva #mw-mf-page-left ul li a,
.skin-minerva #mw-mf-page-left ul.hlist li a {
    border: none;
    color: #3674b3;
}

.skin-minerva #mw-mf-page-left ul li:hover {
    border-left: 12px solid #aaaaaa;
    background: #505050;
}

.skin-minerva #mw-mf-page-left ul.hlist li:hover {
    border: none;
}

.skin-minerva #mw-mf-page-left ul li:hover a,
.skin-minerva #mw-mf-page-left ul.hlist li:hover a {
    color: #ffffff;
}

/*********************
/* Front page styles *
/*********************/
.skin-minerva .fpbox {
    border-radius: 5px;
    border: 2px solid #505050;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0) inset;
    background: transparent;
    color: inherit;
    margin: 5px;
    padding: 5px;
}

.skin-minerva .fpbox .welcome {
    border-bottom: 1px solid #505050;
    background: transparent;
    color: #e0e0e0;
    font-size: 150%;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
}

.skin-minerva .fpbox .heading {
    border-bottom: 1px solid #505050;
    background: transparent;
    color: #e0e0e0;
    font-size: 132%;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
}

.skin-minerva .fpbox .heading .smalllink {
    color: #e0e0e0;
    font-weight: bold;
    font-size: 75%;
}

.skin-minerva .fpbox .body {
    overflow: hidden;
}

.skin-minerva .fpbox.mobilecollapsible .heading a.togglecollapse {
    display: block;
    padding: 0 0 0 15px;
}

.skin-minerva .fpbox.mobilecollapsible .heading a.togglecollapse:hover,
.skin-minerva .fpbox.mobilecollapsible .heading a.togglecollapse:active {
    text-decoration: none;
}

.skin-minerva .fpbox.mobilecollapsible.collapsed .heading {
    border: none;
    margin-bottom: -4px;
}

.skin-minerva .fpbox.mobilecollapsible.collapsed .heading a.togglecollapse {
     background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHCAQAAABqrk9lAAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfiBgcKGQuEiih2AAAALklEQVQI12OczPD2vzAjAwMDAxMDAwPD2/9wJoQDZTIwvP0PZwozMsEYUAUQEwDWNwihamz9rAAAAABJRU5ErkJggg==") left center no-repeat;
}

.skin-minerva .fpbox.mobilecollapsible.collapsed .body {
    display: none;
}

.skin-minerva .fpbox.mobilecollapsible.expanded .heading a.togglecollapse {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAQAAADoz+32AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfiBgcKGQFkX8FoAAAAIklEQVQI12Ns+M+ABJiEGREcYUYmBgaYgDAjAwMTjAERBABjNAH/5hy/QgAAAABJRU5ErkJggg==") left center no-repeat;
}

.skin-minerva .fpbox hr {
    border: none;
    border-bottom: 2px solid #505050;
}

.skin-minerva div.header-bg {
    background: #282828 repeat-x 0em 0em; 
    border: 1px solid #676767;
    padding: 5px;
}

.skin-minerva div.header-bg1 {
    background: #282828 no-repeat 0em 0em; 
    border: 1px solid #676767;
    padding: 3px;
}

.skin-minerva th.header-bg {   
    background: #282828 repeat-x 0em 0em; 
    border: 1px solid #676767;
    padding: 5px;
}

.skin-minerva .content .mw-changeslist table td {
    border: none;
    padding: 1px;
}

.skin-minerva .mw-ui-icon-language-switcher:before {
    background-image: linear-gradient(transparent,transparent),url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDI4IDIxIj48dGl0bGU+dW5pRTAyMSAtIHRyYW5zbGF0aW9uPC90aXRsZT48ZyBpZD0iUGFnZS0xIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIGlkPSJ1bmlFMDIxLS0tdHJhbnNsYXRpb24iIGZpbGw9IiNmZmYiPjxwYXRoIGQ9Ik0yMy44OSAxNmwxLjcyIDVoMi4zN0wyMi40NCAzLjk0aC0zLjNMMTMuMzQgMjFoMi4zN2wxLjU5LTVoNi41OXptLTMuMy0xMC4wOWwyLjc3IDguMTNoLTUuNTRsMi43Ny04LjEzeiIgaWQ9IlNoYXBlIi8+PHBhdGggZD0iTTguMiAyLjYzaDEuMThMOC4wNyAwSDUuNDNsLjY2IDEuMzFBMi4zNCAyLjM0IDAgMCAwIDguMiAyLjYzeiIgaWQ9IlNoYXBlIi8+PHBhdGggZD0iTTE2LjUxIDRILjE1djJoMi41MWMuNzkgMi4yNyAxLjk4IDQuMjQgMy42OSA2LjA4LTEuODUgMS40NC00LjA5IDIuMjMtNi4zMyAzLjAxbC42NiAxLjk3YzIuNjQtLjc5IDUuMDEtMS44MyA3LjI1LTMuNTQgMS4xOS45MiAyLjc3IDEuODQgNC42MiAyLjM2bC42Ni0xLjk3Yy0xLjQ1LS4zOS0yLjY0LTEuMDUtMy42OS0xLjgzIDIuNS0yLjUgMy4yOS00Ljk5IDMuNDItNS4yNWwuMjctLjgzaDIuNjRsLjY2LTJ6bS04LjU4IDYuNjdDNi42MSA5LjQxIDUuNDMgNy43NyA0LjkgNmg2LjJjLS42NiAxLjc3LTEuODUgMy4yOC0zLjE3IDQuNjctMi4xMS0yLjE1IDAgMCAwIDB6IiBpZD0iU2hhcGUiLz48L2c+PC9nPjwvc3ZnPg==);
}


.skin-minerva pre,
.skin-minerva .mw-code {
    background-color: #282828;
    border-color: #505050;
}

.skin-minerva .editor-overlay {
    background-color: #202020;	
}

.skin-minerva .overlay .wikitext-editor {
    color: #fff;	
    background-color: #444;
    border: 1px solid #ff9900;
}

.skin-minerva .editor-overlay .header-container,
.skin-minerva .language-overlay .header-container {
    background: #000;
    border-bottom: 1px solid #ff9900;
}

.skin-minerva .language-overlay {
    background-color: rgba(0,0,0,0);
}

.skin-minerva .language-overlay .site-link-list li {
    background-color: #444;
    color: #fff;
}

.skin-minerva .language-overlay .site-link-list a .autonym {
    color: #fff;
}

.skin-minerva .language-overlay .site-link-list li > a {
    border-top: 1px solid #ff9900;	
}

































/* Fonts */
@font-face {
	font-family: 'Aero Matics Display Light Italic';
	src: local('Aero Matics Display Light Italic'), local('Aero-Matics-Display-Light-Italic'), url('/media/hydra/fonts/Aero Matics Display Light Italic.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/mutropolis_gamepedia_en/9/98/Bg.jpg) no-repeat fixed center top / cover #000;
}

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

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


div#content {
    margin-right:5px;
    color:#f9fbfc;
}

div#content h1, 
div#content h2,
div#content h3, 
div#content h4,
div#content h5, 
div#content h6 {
    color: #fff;

}

div#content h1, 
div#content h2 {
    border-bottom: 1px solid #fff;
}

#toc h2 {
    font-family: inherit !important;
}

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










/* 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 */
footer {
    border-top: #f48020 3px solid;
}

.netbar-flex {
    border-bottom: 1px solid #f48020;
}

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

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

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
















.fpcontent {
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

.fpmaybecols {
    overflow: hidden;
    margin: -5px 0 -5px 0;
}

.fpmaybecols + .fpmaybecols {
    margin: 0 0 -5px 0;
}

.fpbox {
    background: rgba(0,0,0,.6);
    color: #e0e0e0; /* change for hydra (light) wikis */
    margin: 5px 5px 15px 5px;
    padding: 5px 5px 15px 5px;
    border: #7B552C 1px solid;
}

.fpplainbox {
    padding: 5px 8px 10px 8px;
    margin: 0 5px 10px 5px;
    vertical-align: top;
}









/* Welcome */

.fpbox .welcome,
.fpbox .heading {
    color: #fff;
    font-family: "Aero Matics Display Light Italic";
    font-weight: 900;
}



/* -- Frontpage Navs -- */

.fplinks a,
.fplinks a:link,
.fplinks a:hover,
.fplinks a:visited {
    color: #ccc8c8 !important;
    font-size: 16px;
    font-weight: 600 !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0.3em;
    box-shadow: 0px 0px 20px #95caed;
    text-decoration: none;
    border-radius: 5px;
}

.fplink {
	padding: 5px;
    border-radius: 15px;
}

.fplink a:hover, 
.fplinks a:active {
	box-shadow: 0px 0px 20px #eaeced;
	text-decoration: none;
}

.fplink-outer {
	padding: 9px;
}


/* ------------- */

#game-desc {
    padding: 0 15px;
}

.fpbox .welcome {
    font-size: 410%;
    margin: 10px 0 0px 0;
    padding: 0 0 5px 0;
    font-variant: small-caps;
    letter-spacing: 3px;
    line-height: 55px;
}

.fpbox .heading {
    border-bottom: 1px solid rgba(200, 200, 200, 0.3);
    font-variant: small-caps;
    margin: 0 0 10px 0;
    padding: 5px 0 5px 0;
    letter-spacing: 5px;
    font-size: 230%;
}

.fpbox .heading .smalllink {
    color: #e0e0e0; /* change for hydra (light) wikis */
    font-size: 75%;
    font-weight: bold;
}

.fpbox hr {
    border: none;
}

.fplinks {
    margin: -5px;
    border-bottom-width: 0px;
}

.fplinks .linkslabel {
    background: rgba(0, 0, 0, 0);
    margin: 15px 5px 5px 5px;
    padding: 0 0 5px 0;
}

.fplink {
    vertical-align: middle;
    width: 100%;
}


#fptopsection .fplink.image,
#fpflexsection .fplink.image,
#fpbottomsection .fplink.image {
    height: 114px;
    width: 114px;
}

.fplink.image .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 75%;
  z-index: 1;
}

.fplink.image a {
  z-index: 2;
}

.fplink a {
  display: block;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1px 5px;
}

.fplink.image .image a {
  padding: 0;
}

.fplink.image .link a {
  background: rgba(0, 0, 0, 0.1);
  border-top: 2px solid #505050;
}

.fplink.wide a {
  margin: 0 -5px;
}

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

.fpvideo {
  display: inline-block;
  margin: 0 5px;
}


/* 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 */
#mw-panel .portal:not(.first) {
	margin: 8px 0;
	padding: 0;
	border-radius: .3em;
	background: rgba(196, 196, 196, .21);
	box-shadow: inset 0 0 10px rgba(255, 255, 255, .06);
}

#mw-panel #p-logo + div.portal {
    margin-top: 8px;
}

div#mw-panel div.portal#p-socialProfiles{
	background: none;
	box-shadow: none;	
}

#mw-panel .portal .body ul {
    padding: 0.3em 0;
}

#mw-panel.collapsible-nav .portal .body ul {
	padding-top: 0;
}

#mw-panel.collapsible-nav #p-navigation .body ul {
	padding-top: 0.3em;
}

#mw-panel.collapsible-nav .portal h3 {
	padding-top: 5px;
	padding-bottom: 5px;
}

#mw-panel.collapsible-nav div.portal.collapsed h3:hover {
	text-decoration: none;
}

div#mw-panel div.portal h3, 
#mw-panel.collapsible-nav .portal h3 a, 
#mw-panel.collapsible-nav .portal h3 a:visited, 
#mw-panel.collapsible-nav .portal.collapsed h3 a, 
#mw-panel.collapsible-nav .portal.collapsed h3 a:visited {
    color: white !important;
    font-weight: bold;
}

div#mw-panel div.portal div.body ul li a {
    color: white !important;
    font-weight: bold;
}

div#mw-panel div.portal div.body ul li a:visited {
	color: inherit;
}

div#mw-panel div.portal h3,
#mw-panel.collapsible-nav .portal h3 a,
#mw-panel.collapsible-nav .portal h3 a:visited,
#mw-panel.collapsible-nav .portal.collapsed h3 a,
#mw-panel.collapsible-nav .portal.collapsed h3 a:visited {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}



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

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


/* Tables */
table.wikitable td {
    padding: 10px !important;
}

table.wikitable th {
    background-color: #6ddbe1 !important;
    color: black;
}


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

/* Side-by-side previews */
div.wikiEditor-ui,
div.wikiEditor-preview-contents {
    background: transparent !important;
}

div.wikiEditor-ui-controls {
    background: none;
}

div.wikiEditor-ui-buttons {
    background: none;
    border-top: none;
}


/* calinks */
.catlinks {
    border: 0px solid white !important;
    padding-left: 15px !important;
}


/* Preferences */
#preferences {
    background: rgba(0,0,0,0.4) !important;
}

#preftoc li a {
    font-weight: normal !important;
}

#preftoc li.selected a {
    background: transparent;
    color: white !important;
}

#preferences legend {
    color: #24CCD5 !important;
    font-weight: bold !important;
    font-size: 110% !important; 
}


/* Search */
.mw-search-profile-tabs {
    padding: 5px !important;
    background: black !important;
    border: 1px solid #dddcd7 !important;
}

.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 !important;
    color: #7E8BE3 !important;
}













/* INFOBOXES: game or book depended color style */
.infoboxtable {
    background-color: rgba(40, 40, 40, 1);
    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: #333; 
    border-radius: 5px; 
    font-weight: bold;
    padding: 0.5px 7px;
    text-align: right;
}

.infoboxname {
    background-color: #333; 
    font-size: 110%; 
    font-weight: bold;
    padding: 0.5em; 
}

.infoboxdetails {
    padding: 0em;
}


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


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

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

/* Interwiki expand link */
.mw-collapsible-toggle a {
    color:#fff !important;
}

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

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




















/* this CSS governs the responsive 2 column main page layout */
.fpmaybecols {
    overflow: hidden;
    margin: -5px 0;
}

.fpmaybecols + .fpmaybecols {
    margin: 0 0 -5px;
}

.fpbox .heading .smalllink {
    color: #e0e0e0;
    font-size: 75%;
    font-weight: bold;
}

.fpbox hr {
    border: none;
    border-bottom: 2px solid #505050;
}

@media (min-width: 990px) {
    .fpmain {
        padding-right: 520px;
        width: auto;
    }

    #fpbottomsection,
    #fptopsection {
        float: left;
        width: 100%;
    }

    #fpflexsection {
        float: right;
        width: 520px;
        margin-right: -520px;
    }

    #fpbottomsection {
        margin-top: -5px;
    }
}

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

.fpbox {
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid #dbd2d2;
    box-shadow: 0 2px 5px #505050;
}

.fplink {
    background: rgba(0,0,0,0.3);
    text-align: center !important;
}

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

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











/* Black sort arrows on sortable tables */
table.jquery-tablesorter th.headerSort {
    background-image: linear-gradient(transparent,transparent),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%20viewBox%3D%220%200%2021%209%22%20height%3D%229%22%20width%3D%2221%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M14.5%205l-4%204-4-4zM14.5%204l-4-4-4%204z%22%2F%3E%0A%3C%2Fsvg%3E%0A) !important;
}

table.jquery-tablesorter th.headerSortUp {
    background-image: linear-gradient(transparent,transparent),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%20viewBox%3D%220%200%2021%204%22%20height%3D%224%22%20width%3D%2221%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M6.5%204l4-4%204%204z%22%2F%3E%0A%3C%2Fsvg%3E%0A) !important;
}

table.jquery-tablesorter th.headerSortDown {
    background-image: linear-gradient(transparent,transparent),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%20viewBox%3D%220%200%2021%204%22%20height%3D%224%22%20width%3D%2221%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M14.5%200l-4%204-4-4z%22%2F%3E%0A%3C%2Fsvg%3E%0A) !important;
}











/* Special */

footer {
    background: black;
    z-index: 999999 !important;
}

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




























/* Note that this loads before skin CSS, so selectors need to be more specific than the skin to override it. */
/* There will still be a "white flash" as the default (light) mobile css initially loads. To avoid this, you should first enable the Gadgets extension, then add [[gphelp:MediaWiki:Gadget-darkmobile]] to your wiki and rename this css file to MediaWiki:Gadget-darkmobile.css */

.header .branding-box h1 { border: none; }

.skin-minerva footer .last-modified-bar {
    border-bottom: solid 1px #767676;
    background-color: #1f1f1f;
}

.skin-minerva .last-modified-bar a,
.skin-minerva .last-modified-bar a:visited {
    color: #fff;
}

.skin-minerva #mw-mf-diffview #mw-mf-userinfo {
    background-color: #282828;
    border-top: solid 1px #344a16;
}

.skin-minerva .fpbox.mobilecollapsible.collapsed .heading a.togglecollapse,
.skin-minerva .fpbox.mobilecollapsible.expanded .heading a.togglecollapse {
    color: #e0e0e0;
}

.skin-minerva #mw-mf-diffview #mw-mf-userinfo .mw-mf-edit-count,
.skin-minerva #mw-mf-diffview #mw-mf-userinfo .mw-mf-edit-count div {
    color: #fff;
}

.skin-minerva .mw-ui-icon-user:before {
    background-image:linear-gradient(transparent,transparent),url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjI3MS41IDcyLjggMTYgMTYiPjxnPjxwYXRoIGQ9Ik0yNzMuNTkgNzIuOGMtMi4wMyAwLTIuMDkgMS45MDctMi4wOSAyLjAzMlY4OC44aDEzLjkxYzIuMDMgMCAyLjA5LTEuOTA3IDIuMDktMi4wMzJWNzIuOGgtMTMuOTF6IiBmaWxsPSIjMjAyMDIwIi8+PGcgZmlsbD0iI2ZmZiIgdHJhbnNmb3JtPSJtYXRyaXgoLjA0MiAwIDAgLjA0MiAyNTkuMDQ3IDY4Ljc1MikiPjxjaXJjbGUgY3g9IjQzNyIgY3k9IjIzNC4xIiByPSIyOCIvPjxjaXJjbGUgY3g9IjU1My41IiBjeT0iMjM0LjEiIHI9IjI4Ii8+PC9nPjxwYXRoIGQ9Ik0yNzkuODggODUuMzM4Yy0xLjggMC0zLjUzMy0uNjE3LTQuNTgzLTEuNjEtLjI0OC0uMjQ3LS4yNDgtLjY4IDAtLjkyN3MuNjgtLjI0NS45MjggMGMuODA2LjgxIDIuMTY3IDEuMjQgMy42NTQgMS4yNCAxLjQyIDAgMi43ODYtLjQzIDMuNTktMS4yNC4yNDYtLjI0NS42OC0uMjQ1LjkyNiAwcy4yNDguNjggMCAuOTNjLTEuMTEzLjk4OC0yLjcyMiAxLjYxLTQuNTIgMS42MXoiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+);
}

.skin-minerva #mw-mf-page-center,
.skin-minerva .navigation-enabled #mw-mf-page-center {
    background: rgba(0,0,0,0.7);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: top center;
}

.skin-minerva .list-header { 
	background-color: #333;
    color: #fff;
}

.skin-minerva .minoredit {
    background: #444;
}

.skin-minerva .page-list li > a:active,
.skin-minerva .topic-title-list li > a:active,
.skin-minerva .site-link-list li > a:active,
.skin-minerva .page-list li > a:hover,
.skin-minerva .topic-title-list li > a:hover,
.skin-minerva .site-link-list li > a:hover,
.skin-minerva .page-list li > a:visited,
.skin-minerva .topic-title-list li > a:visited,
.skin-minerva .site-link-list li > a:visited,
.skin-minerva .page-list li > a,
.skin-minerva .topic-title-list li > a,
.skin-minerva .site-link-list li > a,
.skin-minerva .page-list.side-list .list-thumb,
.skin-minerva .topic-title-list.side-list .list-thumb,
.skin-minerva .site-link-list.side-list .list-thumb,
.skin-minerva .mw-mf-user,
.skin-minerva .page-list .info,
.skin-minerva .topic-title-list .info,
.skin-minerva .site-link-list .info,
.skin-minerva .page-list .component,
.skin-minerva .topic-title-list .component,
.skin-minerva .site-link-list .component {
    color: #fff;
}

.skin-minerva .mw-mf-special .content-header,
.skin-minerva .page-list li,
.skin-minerva .topic-title-list li,
.skin-minerva .site-link-list li {
    border-bottom: solid 1px #344a16;
}

.skin-minerva .header-container.header-chrome { 
    border-bottom: solid 1px #344a16; 
    position:fixed;
    background-color:#202020;
    width:100%;
    z-index:10;
}

.skin-minerva .page-summary h2,
.skin-minerva .page-summary h3 {
    color: #fff;
}

.skin-minerva .list-thumb.list-thumb-none {
    background-color: #202020;
    background-image: linear-gradient(transparent,transparent),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDU2IDU2Ij48cGF0aCBmaWxsPSIjMjAyMDIwIiBkPSJNMCAwaDU2djU2SDB6Ii8+PHBhdGggZmlsbD0iIzk5OSIgZD0iTTM2LjQgMTMuNUgxNy44djI0LjljMCAxLjQuOSAyLjMgMi4zIDIuM2gxOC43di0yNWMuMS0xLjQtMS0yLjItMi40LTIuMnpNMzAuMiAxN2g1LjF2Ni40aC01LjFWMTd6bS04LjggMGg2djEuOGgtNlYxN3ptMCA0LjZoNnYxLjhoLTZ2LTEuOHptMCAxNS41di0xLjhoMTMuOHYxLjhIMjEuNHptMTMuOC00LjVIMjEuNHYtMS44aDEzLjh2MS44em0wLTQuN0gyMS40di0xLjhoMTMuOHYxLjh6Ii8+PC9zdmc+);
}

.skin-minerva a.watch-this-article {
    background-image: url("/media/7/7b/Watch_lighter.png") !important; /* optional if a lighter version of the star icon is required */
}

/* search header */
.skin-minerva .pre-content #page-actions,
.skin-minerva .notification-count {
    background-color: #202020 !important;
}

.skin-minerva .pre-content h1 {
  color: #e0e0e0;
}

.skin-minerva .overlay-enabled,
.skin-minerva #content {
  background-color: transparent;
}

.skin-minerva .overlay:not(.language-overlay) {
    background-color: rgba(0, 0, 0, 0);
}

.skin-minerva .overlay:not(.editor-overlay):not(.language-overlay) .overlay-header-container {
    background-color: rgba(0, 0, 0, 0) !important;
}

.skin-minerva .search-overlay .overlay-header,
.skin-minerva .search-overlay .results {
    background-color: rgba(0, 0, 0, 0.0) !important;
    color: #E0E0E0;
}

.skin-minerva .search-overlay {
    background: none repeat scroll 0 0 #000 !important; 
}

.skin-minerva ul.suggestions-results,
.skin-minerva ul.suggestions-results li {
    background-color: rgba(0, 0, 0, 0.85);
    color: #E0E0E0;
}

.skin-minerva ul.suggestions-results li.suggestions-result {
    color: #E0E0E0;
}

.client-js .skin-minerva .toc-mobile {
    background-color: rgba(0, 0, 0, 0) !important;
    border: 1px solid #676767 !important;
}

.skin-minerva .mw-ui-button,
.skin-minerva .last-modified-bar #mw-mf-last-modified {
    background-color: rgba(0, 0, 0, 0);
    color: #E0E0E0;
}

.skin-minerva footer .last-modified-bar.active {
    background-color: rgba(45, 103, 93, 0.8);
}

.skin-minerva footer > .post-content {
    color: #fff;
    text-shadow: 2px 2px 1px #000;
}

.skin-minerva footer a,
.skin-minerva footer a:visited,
.skin-minerva footer a.external {
    color: #fff;
}


/* general header */
.skin-minerva #mw-mf-header form,
.skin-minerva #mw-mf-sq {
    background-color: rgba(0, 0, 0, 0.85);
}

/* non-content area */
body.skin-minerva,
body.skin-minerva.primary-navigation-enabled #mw-mf-page-center {
    background-color: #202020;
    color: #E0E0E0;
}

.skin-minerva #footer {
    border-top: 1px solid #676767;
    color: #E0E0E0;
}

.skin-minerva #footer a {
    color: #6ABEC3;
}

.skin-minerva #footer h2 {
    color: #6ABEC3;
}

/* content area */

.skin-minerva #content {
    padding-top: 60px;
}

.skin-minerva a,
.skin-minerva a:visited,
.skin-minerva a.external {
    color: #5a93cc;
}

.skin-minerva h1,
.skin-minerva h2 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #404040;
    color: #E0E0E0;
}

.skin-minerva .content .section-heading  {
    border-bottom: 1px solid #404040;
}

.skin-minerva h3,
.skin-minerva h4,
.skin-minerva h5,
.skin-minerva h6 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #E0E0E0;
}

.skin-minerva .thumb,
.skin-minerva #content_wrapper .thumb,
.skin-minerva li.gallerybox div.thumb {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #505050;
}

.skin-minerva .content table th {
    background-color: rgba(0, 0, 0, 0);
}

.skin-minerva .content table td,
.skin-minerva .content table th {
    border: 1px solid #505050;
    padding: 3px;
}

.skin-minerva .content table.wikitable {
    background-color: rgba(0, 0, 0, 0);
    margin: auto;
    margin-bottom: 1em;
}

.skin-minerva .content table.wikitable > tr > th,
.skin-minerva .content table.wikitable > tr > td,
.skin-minerva .content table.wikitable > * > tr > th,
.skin-minerva .content table.wikitable > * > tr > td {
    border: 1px solid #505050;
}

.skin-minerva .content table.wikitable > tr > th,
.skin-minerva .content table.wikitable > * > tr > th {
    background-color: #101010;
    padding: 3px;
}

.skin-minerva .mw-ui-icon-arrow::before {
    filter: invert(100%);
}

/* Responsive main page stuff */
/********************
/* Main menu styles *
/********************/
.skin-minerva .primary-navigation-enabled {
    border-left: 12px solid #505050 !important;
    background: #101010 !important;
}

.skin-minerva #mw-mf-page-left {
    border-left: 12px solid #505050;
    background: transparent;
}

.skin-minerva #mw-mf-page-left ul {
    background: transparent;
}

.skin-minerva #mw-mf-page-left ul:first-child {
    border-bottom: 12px solid #505050;
}

.skin-minerva #mw-mf-page-left ul li {
    border-top: 1px solid #505050;
    border-bottom: 1px solid #505050;
    background: transparent;
    text-shadow: none;
}

.skin-minerva #mw-mf-page-left ul li a,
.skin-minerva #mw-mf-page-left ul.hlist li a {
    border: none;
    color: #3674b3;
}

.skin-minerva #mw-mf-page-left ul li:hover {
    border-left: 12px solid #aaaaaa;
    background: #505050;
}

.skin-minerva #mw-mf-page-left ul.hlist li:hover {
    border: none;
}

.skin-minerva #mw-mf-page-left ul li:hover a,
.skin-minerva #mw-mf-page-left ul.hlist li:hover a {
    color: #ffffff;
}

/*********************
/* Front page styles *
/*********************/
.skin-minerva .fpbox {
    border-radius: 5px;
    border: 2px solid #505050;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0) inset;
    background: transparent;
    color: inherit;
    margin: 5px;
    padding: 5px;
}

.skin-minerva .fpbox .welcome {
    border-bottom: 1px solid #505050;
    background: transparent;
    color: #e0e0e0;
    font-size: 150%;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
}

.skin-minerva .fpbox .heading {
    border-bottom: 1px solid #505050;
    background: transparent;
    color: #e0e0e0;
    font-size: 132%;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
}

.skin-minerva .fpbox .heading .smalllink {
    color: #e0e0e0;
    font-weight: bold;
    font-size: 75%;
}

.skin-minerva .fpbox .body {
    overflow: hidden;
}

.skin-minerva .fpbox.mobilecollapsible .heading a.togglecollapse {
    display: block;
    padding: 0 0 0 15px;
}

.skin-minerva .fpbox.mobilecollapsible .heading a.togglecollapse:hover,
.skin-minerva .fpbox.mobilecollapsible .heading a.togglecollapse:active {
    text-decoration: none;
}

.skin-minerva .fpbox.mobilecollapsible.collapsed .heading {
    border: none;
    margin-bottom: -4px;
}

.skin-minerva .fpbox.mobilecollapsible.collapsed .heading a.togglecollapse {
     background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHCAQAAABqrk9lAAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfiBgcKGQuEiih2AAAALklEQVQI12OczPD2vzAjAwMDAxMDAwPD2/9wJoQDZTIwvP0PZwozMsEYUAUQEwDWNwihamz9rAAAAABJRU5ErkJggg==") left center no-repeat;
}

.skin-minerva .fpbox.mobilecollapsible.collapsed .body {
    display: none;
}

.skin-minerva .fpbox.mobilecollapsible.expanded .heading a.togglecollapse {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAQAAADoz+32AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfiBgcKGQFkX8FoAAAAIklEQVQI12Ns+M+ABJiEGREcYUYmBgaYgDAjAwMTjAERBABjNAH/5hy/QgAAAABJRU5ErkJggg==") left center no-repeat;
}

.skin-minerva .fpbox hr {
    border: none;
    border-bottom: 2px solid #505050;
}

.skin-minerva div.header-bg {
    background: #282828 repeat-x 0em 0em; 
    border: 1px solid #676767;
    padding: 5px;
}

.skin-minerva div.header-bg1 {
    background: #282828 no-repeat 0em 0em; 
    border: 1px solid #676767;
    padding: 3px;
}

.skin-minerva th.header-bg {   
    background: #282828 repeat-x 0em 0em; 
    border: 1px solid #676767;
    padding: 5px;
}

.skin-minerva .content .mw-changeslist table td {
    border: none;
    padding: 1px;
}

.skin-minerva .mw-ui-icon-language-switcher:before {
    background-image: linear-gradient(transparent,transparent),url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDI4IDIxIj48dGl0bGU+dW5pRTAyMSAtIHRyYW5zbGF0aW9uPC90aXRsZT48ZyBpZD0iUGFnZS0xIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIGlkPSJ1bmlFMDIxLS0tdHJhbnNsYXRpb24iIGZpbGw9IiNmZmYiPjxwYXRoIGQ9Ik0yMy44OSAxNmwxLjcyIDVoMi4zN0wyMi40NCAzLjk0aC0zLjNMMTMuMzQgMjFoMi4zN2wxLjU5LTVoNi41OXptLTMuMy0xMC4wOWwyLjc3IDguMTNoLTUuNTRsMi43Ny04LjEzeiIgaWQ9IlNoYXBlIi8+PHBhdGggZD0iTTguMiAyLjYzaDEuMThMOC4wNyAwSDUuNDNsLjY2IDEuMzFBMi4zNCAyLjM0IDAgMCAwIDguMiAyLjYzeiIgaWQ9IlNoYXBlIi8+PHBhdGggZD0iTTE2LjUxIDRILjE1djJoMi41MWMuNzkgMi4yNyAxLjk4IDQuMjQgMy42OSA2LjA4LTEuODUgMS40NC00LjA5IDIuMjMtNi4zMyAzLjAxbC42NiAxLjk3YzIuNjQtLjc5IDUuMDEtMS44MyA3LjI1LTMuNTQgMS4xOS45MiAyLjc3IDEuODQgNC42MiAyLjM2bC42Ni0xLjk3Yy0xLjQ1LS4zOS0yLjY0LTEuMDUtMy42OS0xLjgzIDIuNS0yLjUgMy4yOS00Ljk5IDMuNDItNS4yNWwuMjctLjgzaDIuNjRsLjY2LTJ6bS04LjU4IDYuNjdDNi42MSA5LjQxIDUuNDMgNy43NyA0LjkgNmg2LjJjLS42NiAxLjc3LTEuODUgMy4yOC0zLjE3IDQuNjctMi4xMS0yLjE1IDAgMCAwIDB6IiBpZD0iU2hhcGUiLz48L2c+PC9nPjwvc3ZnPg==);
}


.skin-minerva pre,
.skin-minerva .mw-code {
    background-color: #282828;
    border-color: #505050;
}

.skin-minerva .editor-overlay {
    background-color: #202020;	
}

.skin-minerva .overlay .wikitext-editor {
    color: #fff;	
    background-color: #444;
    border: 1px solid #ff9900;
}

.skin-minerva .editor-overlay .header-container,
.skin-minerva .language-overlay .header-container {
    background: #000;
    border-bottom: 1px solid #ff9900;
}

.skin-minerva .language-overlay {
    background-color: rgba(0,0,0,0);
}

.skin-minerva .language-overlay .site-link-list li {
    background-color: #444;
    color: #fff;
}

.skin-minerva .language-overlay .site-link-list a .autonym {
    color: #fff;
}

.skin-minerva .language-overlay .site-link-list li > a {
    border-top: 1px solid #ff9900;	
}
Advertisement