Graveyard Keeper 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: Clear the cache in Tools → Preferences
/* CSS placed here will affect users of the Hydradark skin */
/* Fonts */
@font-face {
	font-family: 'Origicide';
	src: local('Origicide'), local('Origicide'), url(/media/hydra/fonts/Origicide.ttf) format('truetype');
}
@font-face {
	font-family: '04b_03__-webfont';
	src: local('04b_03__-webfont'), local('04b_03__-webfont'), url('/media/hydra/fonts/04b_03__-webfont.ttf') format('truetype');
}
/* Colours */
/* #747B8C = blueish gray, #aa9f68 = golden, #8B1801 = dark red, #A1A7BC = light gray */

/* For elements which only display in the mobile view */
.mobileonly {
    display: none;
}

:root {
	--content-bg-color: #303030;
	--body-text-color: #E0E0CD;
	--option-highlighted: #054279;
	--color-brightblue:#0060FF;
	--wiki-accent:#69231E;
}

/********/
/* body */
/********/
 
/* Hide main page header */
body.page-Graveyard_Keeper_Wiki h1.firstHeading {
    display:none;
}

body {
    background: url("https://static.wikia.nocookie.net/graveyardkeeper_gamepedia_en/images/2/26/Background.png/revision/latest"); /* [[File:Background.png]] */
    background-position: center top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #27263a;
    background-size: cover;
    color: white;
}

/*Change render style for pixel art*/
#content img, .sprite{
    image-rendering:-moz-crisp-edges;
    image-rendering:-o-crisp-edges;
    image-rendering:-webkit-optimize-contrast;
    -ms-interpolation-mode:nearest-neighbor;
    image-rendering:crisp-edges;
    image-rendering:pixelated;
}

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

#mw-page-base {
     background-color: transparent;
     background-image: none;
     background-position: left bottom;
     background-repeat: repeat-x;
}

/*************/
/* Wiki logo */
/*************/
#p-logo {
  top:-185px;
}

#p-logo a {
  background-repeat: no-repeat;
  display: block;
  height: 180px;
  text-decoration-color: -moz-use-text-color;
  text-decoration-line: none;
  text-decoration-style: solid;
  width: 10em;
}


/* sidebar */
div#mw-panel {
  font-size: inherit;
  left: 0;
  padding-top: 2em;
  position: absolute;
  top: 185px;
  width: 10em;
  background: rgba(10,10,10,0.98);
  border-style: solid;
  border-color: transparent;
  border-width: 1px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: repeat;
  border-image-slice: 54 54 54 54;
  border-image-source: url(https://static.wikia.nocookie.net/graveyardkeeper_gamepedia_en/images/9/91/Content_box_II.png/revision/latest); /* [[File:Content box II.png]] */
  border-image-width: 54 54 54 54;
  border-image-outset: 2px;
}

.skin-hydradark #mw-panel.collapsible-nav div.portal h3 a,
.skin-hydradark #mw-panel.collapsible-nav .portal h3 a,
.skin-hydradark div#mw-panel div.portal h3 {
  color: #8B1801;
  text-shadow:none;
  font-family: "Origicide", sans-serif;
  font-size:0.9em;
}

.skin-hydradark #mw-panel.collapsible-nav div.portal h3 {
  background-image: url("https://static.wikia.nocookie.net/graveyardkeeper_gamepedia_en/images/7/7f/Open.png/revision/latest"); /* [[File:Open.png]] */
}

.skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h3 {
  background-image: url("https://static.wikia.nocookie.net/graveyardkeeper_gamepedia_en/images/b/bd/Close.png/revision/latest"); /* [[File:Close.png]] */
}

div.vectorMenu h3 a {
  background-image: linear-gradient(transparent, transparent), url("https://static.wikia.nocookie.net/graveyardkeeper_gamepedia_en/images/b/bd/Close.png/revision/latest"); /* [[File:Close.png]] */
  background-position-x: 100%;
  background-position-y: 70%;
  background-repeat: no-repeat;
  height: 2.5em;
  position: absolute;
  right: 0;
  top: 0;
  transition-delay: 0s;
  transition-duration: 250ms;
  transition-property: background-position;
  transition-timing-function: ease;
  width: 20px;
}

div.vectorMenu h3 a:hover {
  background-image: linear-gradient(transparent, transparent), url("https://static.wikia.nocookie.net/graveyardkeeper_gamepedia_en/images/7/7f/Open.png/revision/latest"); /* [[File:Open.png]] */
  background-position-x: 100%;
  background-position-y: 70%;
  background-repeat: no-repeat;
  height: 2.5em;
  position: absolute;
  right: 0;
  top: 0;
  transition-delay: 0s;
  transition-duration: 250ms;
  transition-property: background-position;
  transition-timing-function: ease;
  width: 20px;
}

/* Links and Navbar */
a,
a:link,
a:visited,
a:focus,
a:hover,
.mw-body a.external,
.mw-body a.extiw, 
.mw-body a.extiw:active {
  color: #aa9f68;
  text-shadow: 1px 1px #333746;
}

label.toctogglelabel { 
    color: #aa9f68;
}

a.new, 
#p-personal a.new {
  color: red;
}

div.vectorTabs li a, 
div.vectorTabs li a span, 
div.vectorMenu li a,
div#mw-head li.new a, 
div#mw-head li.new a span,
div.vectorMenu h3 span {
  color: #8B1801;
  font-family: "Origicide", sans-serif;
  font-size: 14px;
  text-shadow:  1px  1px 1px white,
                1px -1px 1px white,
               -1px  1px 1px white,
               -1px -1px 1px white;
}

div.vectorTabs li.selected a, 
div.vectorTabs li.selected a:visited {
  color: #A1A7BC;
}
 
div#mw-panel div.portal div.body ul li a:link,
div#mw-panel div.portal div.body ul li a:visited {
  color: #a1a7bc;
}

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

/* bg of navbar tabs */
div.vectorTabs li.selected,
div.vectorTabs ul li {
  background-color: transparent;
  background-image: none;
}

/* removes the divider */
div.vectorTabs, 
div.vectorTabs ul, 
div.vectorTabs span, 
div#mw-head div.vectorMenu h3 {
  background-image: none;
}

div.vectorMenu div.menu {
  border: none;
}

/* content */
div#content {
  background:rgba(10,10,10,0.98);
  border-style: solid;
  border-color: transparent;
  border-width: 1px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: repeat;
  border-image-slice: 54 54 54 54;
  border-image-source: url("https://static.wikia.nocookie.net/graveyardkeeper_gamepedia_en/images/9/91/Content_box_II.png/revision/latest"); /* [[File:Content box II.png]] */
  border-image-width: 54 54 54 54;
  border-image-outset: 2px;
  color: #eee;
  direction: ltr;
  margin-left: 11em;
  margin-top: -1px;
  padding:30px;
}

.mw-body h1, .mw-body h2 {
  color: #8B1801;
  font-family: "Origicide", sans-serif;
  text-shadow:  1px  1px 1px white,
                1px -1px 1px white,
               -1px  1px 1px white,
               -1px -1px 1px white;
  padding-left: 0.2em;
}

.mw-body .mw-editsection, .mw-body .mw-editsection-like {
  font-family: sans-serif;
  text-shadow:  1px  1px 1px white,
                1px -1px 1px white,
               -1px  1px 1px white,
               -1px -1px 1px white;
}

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

/* INFOBOXES: game or book depended color style */
.infoboxtable {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #505050;
    color: #ffffff;
    float: right;
    font-size: 89%; 
    margin-bottom: 0.5em; 
    margin-left: 1em; 
    padding: 0.3em; 
    width: 300px;
    image-rendering: pixelated;
}

.infoboxtable td {
    vertical-align: top;
}

.infoboxtable td > div {
    background-color: #252525; 
    border: 2px solid inherit; 
    border-radius: 5px; 
    font-weight: bold;
    padding: 1px 7px;
    text-align: right;
}

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

.infoboxdetails {
    background-color: #252525; 
    font-weight: bold;
    padding: 0em;
}

.infobox-header { 
    padding:0.5em; 
    font-size: 200%;
}

.infobox-row { 
    vertical-align: top; 
    text-align: left;
}

.infobox-centered {
    text-align: center;
}

.infobox-section {
    font-weight:bold; 
    padding: 10px 0 5px 0; 
    border-bottom: 2px solid #8b1801; 
    margin: 0 0 10px 0;
}

.infobox-row-name {
    white-space: nowrap;
}

.infobox-spacer {
    height: 0.5em
}


/* Collapsing sections in infoboxes */
.section-collapse {
    border-color: #ffffff;
    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: -2px;
   transform: rotate(135deg);
}



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

/* interwiki table bg fix for active entries */
.mw-interwikitable-local,
.mw-interwikitable-trans {
    text-shadow: none;
}

.feature {
  background-color: rgba(0, 0, 0, 0.7);
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-width: 14px;
  border-image-repeat: repeat repeat;
  border-image-slice: 14 14 14 14;
  border-image-source: url("https://static.wikia.nocookie.net/graveyardkeeper_gamepedia_en/images/3/3a/Feature_border.png/revision/latest");
  border-image-outset: 2px;
  border-image-width: 1 1 1 1;
  border-left-color: transparent;
  border-left-style: solid;
  border-right-color: transparent;
  border-right-style: solid;
  border-top-color: transparent;
  border-top-style: solid;
}

/* Navbox template style */
table.navbox {
    border: 1px solid #67676;
    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 */


.header {
  margin-bottom: 0.5em; 
  font-family:"Origicide", sans-serif; 
  color: #8b1801; 
  font-size:20px; 
  text-shadow:  1px  1px 1px white,
                1px -1px 1px white,
               -1px  1px 1px white,
               -1px -1px 1px white;
}

.border {
   border-style: solid; 
   border-width: 0px 0px 40px; 
   /*-moz-border-image: url(https://static.wikia.nocookie.net/graveyardkeeper_gamepedia_en/images/2/29/Fence.png/revision/latest) 0 1 64 0 repeat round; */
   /*-webkit-border-image: url(https://static.wikia.nocookie.net/graveyardkeeper_gamepedia_en/images/2/29/Fence.png/revision/latest) 0 1 64 0 repeat round; */
   /*-o-border-image: url(https://static.wikia.nocookie.net/graveyardkeeper_gamepedia_en/images/2/29/Fence.png/revision/latest) 0 1 64 0 repeat round; */
   /*border-image: url(https://static.wikia.nocookie.net/graveyardkeeper_gamepedia_en/images/2/29/Fence.png/revision/latest) 0 1 64 0 repeat round;*/
   border-color: transparent;
}


ul {
  list-style-image: url("https://static.wikia.nocookie.net/graveyardkeeper_gamepedia_en/images/4/4a/Skull.png/revision/latest");
  list-style-type: disc;
}

/* search fix */
.skin-hydradark .mw-search-profile-tabs {
  border: none;
  background-attachment: scroll;
  background-color: transparent;
  background-image: url("https://static.wikia.nocookie.net/graveyardkeeper_gamepedia_en/images/2/29/Fence.png/revision/latest");
  background-position-x: center;
  background-position-y: top;
  background-repeat: repeat-x;
  background-size: 100px auto;
  margin-top: 1em;
}

.skin-hydradark .mw-search-profile-tabs div.search-types ul li.current a {
  color: white;
  cursor: default;
  font-family:"Origicide", sans-serif;   
}

.skin-hydradark fieldset#mw-searchoptions {
  background-color: #474D5D;
}

/* tables */
table.wikitable {
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 5px;
  border: 1px seperate #0f0f0f;
  border: none;
}
table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td {
   padding: 0.3em;
   background-color: rgba(255, 255, 255, 0.07);
}

table.wikitable > tr > th, table.wikitable > * > tr > th {
   background: rgba(255, 255, 255, 0.26);
   border:none;
   text-align: center;
   color: white;
   text-shadow: none;
}

table.wikitable > tr > th a, table.wikitable > * > tr > th a {
   color:#aa9f68;
}

.skin-hydradark table.jquery-tablesorter th.headerSort {
    background-image: url(https://static.wikia.nocookie.net/commons_hydra/images/3/36/Sort_both_white.gif);
    background-repeat: no-repeat;
    background-position: center right;
}

.skin-hydradark table.jquery-tablesorter th.headerSortDown {
    background-image: url(https://static.wikia.nocookie.net/commons_hydra/images/5/56/Sort_down_white.gif);
    background-repeat: no-repeat;
    background-position: center right;
}

.skin-hydradark table.jquery-tablesorter th.headerSortUp {
    background-image: url(https://static.wikia.nocookie.net/commons_hydra/images/8/82/Sort_up_white.gif);
    background-repeat: no-repeat;
    background-position: center right;
}

.skin-hydradark table.jquery-tablesorter th.unsortable,
.skin-hydradark th.header-bg.th.unsortable {
    background: rgba(0, 0, 0, 0) url(https://static.wikia.nocookie.net/graveyardkeeper_gamepedia_en/images/2/29/Fence.png/revision/latest) repeat-x scroll 0 0 !important
}

/* Preferences */
.skin-hydradark #preferences {
  background-color: rgba(71, 77, 93, 0.6);
  background-image: none;
  border-bottom-color: #404040;
  border-left-color: #404040;
  border-right-color: #404040;
  border-top-color: #404040;
}

.skin-hydradark #preftoc li.selected a {
  background-image: none;
  color: #e0e0e0;
}

.htmlform-tip {
  color: gray;
  font-size: x-small;
  padding-bottom: 0.2em;
  padding-top: 0.2em;
}

.skin-hydradark #preftoc a, 
.skin-hydradark #preftoc a:active {
  color: #474D5D;
  font-family: "Origicide", sans-serif;
}

/* editor styles */
div.wikiEditor-preview-contents,
div.wikiEditor-preview-loading {
    background-color: transparent;
}

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: #8B1801;
  font-family: "Origicide", sans-serif;
  font-size: 14px;
  text-shadow:  1px  1px 1px white,
                1px -1px 1px white,
               -1px  1px 1px white,
               -1px -1px 1px white;
}

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

div.wikiEditor-ui-toolbar .page-characters div span:hover {
    background-color: rgba(0, 0, 0, 0.2);
    border-color: #080808;
    color: #ffffff;
}

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 {
    font-weight: bold;
       color: #8B1801;
  font-family: "Origicide", sans-serif;
  font-size: 14px;
  text-shadow:  1px  1px 1px white,
                1px -1px 1px white,
               -1px  1px 1px white,
               -1px -1px 1px white;
}
}

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

/* footer */
div#footer ul li {
  color: white;
}


/* colour fix */
fieldset {
  border-bottom-color: #3257a7;
  border-left-color: #3257a7;
  border-right-color: #3257a7;
  border-top-color: #3257a7;
}


/* multiple fixes */
.mw-echo-ui-pageNotificationsOptionWidget.oo-ui-optionWidget-selected {
    background-color: #181818;
    color: #36c;
}

.mw-echo-ui-pageNotificationsOptionWidget.oo-ui-optionWidget-highlighted {
 background-color:#181818;
 color:#E0E0E0;
}

.mw-echo-ui-pageNotificationsOptionWidget-count {
    background-color: #181818;
    color: #E0E0E0;
}

.skin-hydradark .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button {
    background: #181818;
    border: 1px solid #505050;
    color: #E0E0E0;
}

.oo-ui-buttonElement-framed.oo-ui-iconElement.oo-ui-labelElement > .oo-ui-buttonElement-button > .oo-ui-iconElement-icon,
.oo-ui-buttonElement-framed.oo-ui-iconElement.oo-ui-indicatorElement > .oo-ui-buttonElement-button > .oo-ui-iconElement-icon,
.oo-ui-buttonElement.oo-ui-indicatorElement.oo-ui-labelElement > .oo-ui-buttonElement-button > .oo-ui-indicatorElement-indicator,
.oo-ui-buttonElement.oo-ui-indicatorElement.oo-ui-iconElement > .oo-ui-buttonElement-button > .oo-ui-indicatorElement-indicator,
.oo-ui-iconElement .oo-ui-iconElement-icon,
.oo-ui-iconElement.oo-ui-iconElement-icon {
    filter: invert(100%);
}

.mw-echo-ui-notificationItemWidget:hover,
.mw-echo-ui-notificationItemWidget-unread:hover {
    background-color: #181818;
}

.mw-echo-ui-notificationsInboxWidget-main-toolbar-affixed {
    background: #181818;
}

.mw-echo-ui-placeholderItemWidget {
    background-color: #1F1F1F;
}

.oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover {
    background-color:#202020;
    color:#E0E0E0;
}

.oo-ui-barToolGroup.oo-ui-widget-enabled .oo-ui-widget-enabled,
.oo-ui-popupToolGroup.oo-ui-widget-enabled,
.oo-ui-popupWidget-popup {
    background: #202020;
}

.oo-ui-popupToolGroup.oo-ui-widget-enabled.oo-ui-popupToolGroup-active {
    background-color: #202020;
}

.oo-ui-indicator-down,
.oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-iconElement-icon {
    filter:invert(100%);
}

.oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-tool-title {
    color: #E0E0E0;
}

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


/*****************/
/* Visual Editor */
/*****************/
 
.skin-hydradark .oo-ui-toolbar-bar {
	background: rgba(79,79,79,1);
	background: -moz-linear-gradient(center top, rgba(79,79,79,1) 0%, rgba(77,77,77,1) 100%);
	background: -webkit-gradient(center top, center top, color-stop(0%, rgba(79,79,79,1)), color-stop(100%, rgba(77,77,77,1)));
	background: -webkit-linear-gradient(top, rgba(79,79,79,1) 0%, rgba(77,77,77,1) 100%);
	background: -o-linear-gradient(top, rgba(79,79,79,1) 0%, rgba(77,77,77,1) 100%);
	background: -ms-linear-gradient(top, rgba(79,79,79,1) 0%, rgba(77,77,77,1) 100%);
	background: linear-gradient(to top, rgba(79,79,79,1) 0%, rgba(77,77,77,1) 100%);
	border-bottom: 1px solid #333;
	color: white;
}
 
.skin-hydradark .oo-ui-buttonedElement-framed.oo-ui-flaggableElement-primary .oo-ui-buttonedElement-button {
	background: rgba(242,242,242,1);
	background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(207,207,207,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,242,242,1)), color-stop(100%, rgba(207,207,207,1)));
	background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(207,207,207,1) 100%);
	background: -o-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(207,207,207,1) 100%);
	background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(207,207,207,1) 100%);
	background: linear-gradient(to bottom, rgba(242,242,242,1) 0%, rgba(207,207,207,1) 100%);
	border: 1px solid rgba(242, 242, 242, 1);
}
 
.skin-hydradark .oo-ui-buttonedElement-framed.oo-ui-flaggableElement-primary .oo-ui-buttonedElement-button.oo-ui-buttonedElement-active,
.skin-hydradark .oo-ui-buttonedElement-framed.oo-ui-flaggableElement-primary .oo-ui-buttonedElement-button.oo-ui-buttonedElement-pressed {
	background: rgba(207,207,207,1);
	background: -moz-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(242,242,242,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(207,207,207,1)), color-stop(100%, rgba(242,242,242,1)));
	background: -webkit-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(242,242,242,1) 100%);
	background: -o-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(242,242,242,1) 100%);
	background: -ms-linear-gradient(top, rgba(207,207,207,1) 0%, rgba(242,242,242,1) 100%);
	background: linear-gradient(to bottom, rgba(207,207,207,1) 0%, rgba(242,242,242,1) 100%);
	border: 1px solid rgba(207,207,207,1);;
}
 
.skin-hydradark .oo-ui-barToolGroup.oo-ui-widget-enabled .oo-ui-widget-enabled,
.skin-hydradark .oo-ui-popupToolGroup.oo-ui-widget-enabled,
.skin-hydradark .oo-ui-popupWidget-popup {
	background: rgba(122,122,122,1);
	background: -moz-linear-gradient(top, rgba(122,122,122,1) 0%, rgba(128,128,128,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(122,122,122,1)), color-stop(100%, rgba(128,128,128,1)));
	background: -webkit-linear-gradient(top, rgba(122,122,122,1) 0%, rgba(128,128,128,1) 100%);
	background: -o-linear-gradient(top, rgba(122,122,122,1) 0%, rgba(128,128,128,1) 100%);
	background: -ms-linear-gradient(top, rgba(122,122,122,1) 0%, rgba(128,128,128,1) 100%);
	background: linear-gradient(to bottom, rgba(122,122,122,1) 0%, rgba(128,128,128,1) 100%);
	border-color: rgba(0, 0, 0, 0.2);
	box-shadow: none;
}
 
.skin-hydradark .oo-ui-barToolGroup.oo-ui-widget-enabled .oo-ui-tool-active.oo-ui-popupTool,
.skin-hydradark .oo-ui-popupToolGroup-active.oo-ui-widget-enabled {
	background: rgba(191,191,191,1);
	background: -moz-linear-gradient(top, rgba(191,191,191,1) 0%, rgba(199,199,199,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(191,191,191,1)), color-stop(100%, rgba(199,199,199,1)));
	background: -webkit-linear-gradient(top, rgba(191,191,191,1) 0%, rgba(199,199,199,1) 100%);
	background: -o-linear-gradient(top, rgba(191,191,191,1) 0%, rgba(199,199,199,1) 100%);
	background: -ms-linear-gradient(top, rgba(191,191,191,1) 0%, rgba(199,199,199,1) 100%);
	background: linear-gradient(to bottom, rgba(191,191,191,1) 0%, rgba(199,199,199,1) 100%);
}
 
.skin-hydradark .oo-ui-popupToolGroup .oo-ui-toolGroup-tools,
.skin-hydradark .oo-ui-popupWidget .oo-ui-popupWidget-popup .oo-ui-buttonWidget {
	background-color: rgba(191, 191, 191, 1);
	border: 1px solid #888;
}

.oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:hover,
.oo-ui-listToolGroup .oo-ui-tool.oo-ui-widget-enabled:hover  {
        background-color: #444444;
}
 
.ve-ui-commentContextItem .ve-ui-linearContextItem-body {
  color: white;
  font-family: monospace,"Courier";
  line-height: 1.25em;
  margin-bottom: 1em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  margin-top: 0;
  max-height: 10em;
  overflow-x: auto;
  overflow-y: auto;
  padding-bottom: 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-top: 0.5em;
  white-space: pre-wrap;
}


/* iframe popups */
body.oo-ui-frame-body,
.skin-hydradark .oo-ui-popupWidget .oo-ui-popupWidget-popup  {
	background: rgba(79,79,79,1);
	background: -moz-linear-gradient(center top, rgba(79,79,79,1) 0%, rgba(77,77,77,1) 100%);
	background: -webkit-gradient(center top, center top, color-stop(0%, rgba(79,79,79,1)), color-stop(100%, rgba(77,77,77,1)));
	background: -webkit-linear-gradient(top, rgba(79,79,79,1) 0%, rgba(77,77,77,1) 100%);
	background: -o-linear-gradient(top, rgba(79,79,79,1) 0%, rgba(77,77,77,1) 100%);
	background: -ms-linear-gradient(top, rgba(79,79,79,1) 0%, rgba(77,77,77,1) 100%);
	background: linear-gradient(to top, rgba(79,79,79,1) 0%, rgba(77,77,77,1) 100%);
	color: white;
}
 
.oo-ui-window-head .oo-ui-window-title {
	color: #eee;
}
 
.oo-ui-window-body .oo-ui-selectWidget-depressed .oo-ui-outlineItemWidget.oo-ui-optionWidget-selected {
	background-color: #4e4e4e;
}
 
.oo-ui-window-body .oo-ui-selectWidget-depressed .oo-ui-optionWidget-selected,
body.oo-ui-window-body .oo-ui-selectWidget-depressed .oo-ui-outlineItemWidget .oo-ui-optionWidget-selected {
	background-color: rgba(191, 191, 191, 1);
}
 
.oo-ui-window-body .oo-ui-selectWidget-pressed .oo-ui-optionWidget-pressed {
	background-color: #4e4e4e;
}
 
.oo-ui-fieldLayout-field .oo-ui-textInputWidget.oo-ui-widget-disabled input,
.oo-ui-fieldLayout-field .oo-ui-textInputWidget.oo-ui-widget-disabled input:focus,
.oo-ui-fieldLayout-field .oo-ui-textInputWidget.oo-ui-widget-disabled textarea,
.oo-ui-fieldLayout-field .oo-ui-textInputWidget.oo-ui-widget-disabled textarea:focus,
.skin-hydradark .oo-ui-popupWidget .oo-ui-popupWidget-popup .oo-ui-buttonWidget label {
	color: #333;
}
 
.oo-ui-panelLayout.oo-ui-bookletLayout-outlinePanel {
	border-right: 1px solid #666;
}
 
.skin-hydradark .oo-ui-dialog .oo-ui-window-frame {
	border: 1px solid #666;
}
 
body.oo-ui-window-body .oo-ui-selectWidget-depressed .oo-ui-outlineItemWidget .oo-ui-optionWidget-selected {
	text-shadow: none;
}

.skin-hydradark .mw-search-profile-tabs {
  background-color: #404040;
  border:1px solid gray;
  margin-top: 1em;
}


.skin-hydradark .mw-search-profile-tabs div.search-types ul li.current a {
    color: white;
    cursor: default;
}


/*************************************************************/
/* this CSS governs the responsive 2 column main page layout */
/*************************************************************/

.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(10,10,10,0.98);
    border-color: transparent;
    border-style: solid;
    border-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: repeat;
    border-image-slice: 54 54 54 54;
    border-image-source: url("https://static.wikia.nocookie.net/graveyardkeeper_gamepedia_en/images/9/91/Content_box_II.png/revision/latest");
    border-image-width: 54 54 54 54;
    border-image-outset: 2px;
    color: white;
    margin: 10px;
    padding: 20px;
}

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

.fpbox .welcome {
    font-family: "Origicide", sans-serif;
    border-bottom: 1px solid #505050;
    color: #8B1801;
    font-size: 150%;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    text-transform: uppercase;
    text-align: center;
    text-shadow:  1px  1px 1px white,
                1px -1px 1px white,
               -1px  1px 1px white,
               -1px -1px 1px white;
}

.fpbox .heading {
    border-bottom: 1px solid #505050;
    font-size: 132%;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    color: #8B1801;
    font-family: "Origicide", sans-serif;
    text-shadow:  1px  1px 1px white,
                1px -1px 1px white,
               -1px  1px 1px white,
               -1px -1px 1px white;
}

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

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

.fplinks {
    margin: -5px;
}

.fplinks .linkslabel {
    background: rgba(0, 0, 0, 0);
    border-bottom: 2px solid #505050;
    margin: 15px 5px 5px 5px;
    padding: 0 0 5px 0;
}

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

/* Yeah, using display: table makes for a lot of extra markup, but it makes proportionate sizing and vertical centering a lot easier, so going with it */
.fplink .box {
    border-collapse: separate;
    border-spacing: 3px;
    display: table;
    width: 100%;
}

.fplink .box .row {
    display: table-row;
}

.fplink .box .row .cell {
    background: rgba(255,255,255,0.07); 
    border: 1px solid #303030;
    border-radius: 2px;
    color: #000000;
    display: table-cell;
    padding: 0 6px;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.fplink.wide .box .row .cell {
    padding: 0 5px;
}

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

.fplink.image .box .row .cell {
    height: 100px;
    width: 100px;
    vertical-align: bottom;
}

.fplink.image .box .row .cell .image img {
    height: 100px;
    width: 100px;
}

@media (min-width: 470px) {
  .fplink {
    width: 50%;
  }

  .fplink.wide {
    width: 100%;
  }
}

@media (min-width: 580px) {
  .fplink {
    width: 33.333%;
  }

  .fplink.wide {
    width: 66.666%;
  }
}

@media (min-width: 690px) {
  .fplink {
    width: 25%;
  }

  .fplink.wide {
    width: 50%;
  }
}

@media (min-width: 800px) {
  .fplink {
    width: 20%;
  }

  .fplink.wide {
    width: 40%;
  }
}

@media (min-width: 910px) {
  .fplink {
    width: 16.666%;
  }

  .fplink.wide {
    width: 33.333%;
  }
}

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

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

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

  #fpbottomsection { 
    float: left; 
    width: 100%; 
    margin-top: -5px; 
  }

  #fptopsection .fplink, #fpbottomsection .fplink {
    width: 50%;
  }

  #fptopsection .fplink.wide, #fpbottomsection .fplink.wide {
    width: 100%;
  }

  #fpflexsection .fplink {
    width: 25%;
  }

  #fpflexsection .fplink.wide {
    width: 50%;
  }
}

@media (min-width: 1100px) {
  #fptopsection .fplink, #fpbottomsection .fplink {
    width: 33.333%;
  }

  #fptopsection .fplink.wide, #fpbottomsection .fplink.wide {
    width: 66.666%;
  }
}

@media (min-width: 1210px) {
  #fptopsection .fplink, #fpbottomsection .fplink {
    width: 25%;
  }

  #fptopsection .fplink.wide, #fpbottomsection .fplink.wide {
    width: 50%;
  }
}

@media (min-width: 1320px) {
  #fptopsection .fplink, #fpbottomsection .fplink {
    width: 20%;
  }

  #fptopsection .fplink.wide, #fpbottomsection .fplink.wide {
    width: 40%;
  }
}

@media (min-width: 1430px) {
  #fptopsection .fplink, #fpbottomsection .fplink {
    width: 16.666%;
  }

  #fptopsection .fplink.wide, #fpbottomsection .fplink.wide {
    width: 33.333%;
  }

  .fplink a {
    padding: 3px 5px;
  }
}

@media (min-width: 1540px) {
  #fptopsection .fplink, #fpbottomsection .fplink {
    width: 14.285%;
  }

  #fptopsection .fplink.wide, #fpbottomsection .fplink.wide {
    width: 28.571%;
  }

  #fptopsection .fpmaybercol .fpbox, #fpbottomsection .fpmaybercol .fpbox {
    background-image: none;
  }

  .fpmaybelcol {
    float: left;
    width: 70.886%;
  }

  #fptopsection .fpmaybelcol .fplink, #fpbottomsection .fpmaybelcol .fplink {
    width: 20%;
  }

  #fptopsection .fpmaybelcol .fplink.wide, #fpbottomsection .fpmaybelcol .fplink.wide {
    width: 40%;
  }

  .fpmaybercol {
    float: right;
    width: 29.113%;
  }

  #fptopsection .fpmaybercol .fplink, #fpbottomsection .fpmaybercol .fplink {
    width: 50%;
  }

  #fptopsection .fpmaybercol .fplink.wide, #fpbottomsection .fpmaybercol .fplink.wide {
    width: 100%;
  }
}

@media (min-width: 1650px) {
  #fptopsection .fplink, #fpbottomsection .fplink {
    width: 12.5%;
  }

  #fptopsection .fplink.wide, #fpbottomsection .fplink.wide {
    width: 25%;
  }
}

@media (min-width: 1697px) {
  #fptopsection .fpmaybelcol .fplink, #fpbottomsection .fpmaybelcol .fplink {
    width: 16.666%;
  }

  #fptopsection .fpmaybelcol .fplink.wide, #fpbottomsection .fpmaybelcol .fplink.wide {
    width: 33.333%;
  }
}

@media (min-width: 1760px) {
  #fptopsection .fplink, #fpbottomsection .fplink {
    width: 11.111%;
  }

  #fptopsection .fplink.wide, #fpbottomsection .fplink.wide {
    width: 22.222%;
  }
}

@media (min-width: 1850px) {
  #fptopsection .fpmaybelcol .fplink, #fpbottomsection .fpmaybelcol .fplink {
    width: 14.285%;
  }

  #fptopsection .fpmaybelcol .fplink.wide, #fpbottomsection .fpmaybelcol .fplink.wide {
    width: 28.571%;
  }
}

@media (min-width: 1870px) {
  #fptopsection .fplink, #fpbottomsection .fplink {
    width: 10%;
  }

  #fptopsection .fplink.wide, #fpbottomsection .fplink.wide {
    width: 20%;
  }

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

  #fptopsection .fplink.image .box .row .cell, #fpbottomsection .fplink.image .box .row .cell {
    width: 120px;
    height: 120px;
  }

  #fptopsection .fplink.image .box .row .cell .image img, #fpbottomsection .fplink.image .box .row .cell .image img {
    width: 120px;
    height: 120px;
  }
}

@media (min-width: 1918px) {
  #fptopsection .fpmaybercol .fplink, #fpbottomsection .fpmaybercol .fplink {
    width: 33.333%;
  }

  #fptopsection .fpmaybercol .fplink.wide, #fpbottomsection .fpmaybercol .fplink.wide {
    width: 66.666%;
  }
}

@media (min-width: 1980px) {
  #fptopsection .fplink, #fpbottomsection .fplink {
    width: 9.09%;
  }

  #fptopsection .fplink.wide, #fpbottomsection .fplink.wide {
    width: 18.181%;
  }
}

@media (min-width: 2006px) {
  #fptopsection .fpmaybelcol .fplink, #fpbottomsection .fpmaybelcol .fplink {
    width: 12.5%;
  }

  #fptopsection .fpmaybelcol .fplink.wide, #fpbottomsection .fpmaybelcol .fplink.wide {
    width: 25%;
  }
}

@media (min-width: 2090px) {
  #fptopsection .fplink, #fpbottomsection .fplink {
    width: 8.33%;
  }

  #fptopsection .fplink.wide, #fpbottomsection .fplink.wide {
    width: 16.666%;
  }
}

@media (min-width: 2161px) {
  #fptopsection .fpmaybelcol .fplink, #fpbottomsection .fpmaybelcol .fplink {
    width: 11.111%;
  }

  #fptopsection .fpmaybelcol .fplink.wide, #fpbottomsection .fpmaybelcol .fplink.wide {
    width: 22.222%;
  }
}

@media (min-width: 2200px) {
  #fptopsection .fplink, #fpbottomsection .fplink {
    width: 7.692%;
  }

  #fptopsection .fplink.wide, #fpbottomsection .fplink.wide {
    width: 15.384%;
  }
}

@media (min-width: 2296px) {
  #fptopsection .fpmaybercol .fplink, #fpbottomsection .fpmaybercol .fplink {
    width: 25%;
  }

  #fptopsection .fpmaybercol .fplink.wide, #fpbottomsection .fpmaybercol .fplink.wide {
    width: 50%;
  }
}

@media (min-width: 2310px) {
  #fptopsection .fplink, #fpbottomsection .fplink {
    width: 7.142%;
  }

  #fptopsection .fplink.wide, #fpbottomsection .fplink.wide {
    width: 14.285%;
  }
}

@media (min-width: 2316px) {
  #fptopsection .fpmaybelcol .fplink, #fpbottomsection .fpmaybelcol .fplink {
    width: 10%;
  }

  #fptopsection .fpmaybelcol .fplink.wide, #fpbottomsection .fpmaybelcol .fplink.wide {
    width: 20%;
  }
}

@media (min-width: 2420px) {
  #fptopsection .fplink, #fpbottomsection .fplink {
    width: 6.666%;
  }

  #fptopsection .fplink.wide, #fpbottomsection .fplink.wide {
    width: 13.333%;
  }

  .fplink a {
    padding: 5px 5px;
  }

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

  #fptopsection .fplink.image .box .row .cell, #fpbottomsection .fplink.image .box .row .cell {
    width: 150px;
    height: 150px;
  }

  #fptopsection .fplink.image .box .row .cell .image img, #fpbottomsection .fplink.image .box .row .cell .image img {
    width: 150px;
    height: 150px;
  }
}

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

/* Sprite Quality Stars */

#qualityspritecontainer {
   image-rendering: crisp-edges;
   position:relative;
   height:80px;
   width:80px;
   text-align:left;
   display: inline-block;
}

#qualityspritecontainerhalf {
   image-rendering: crisp-edges;
   position:relative;
   height:40px;
   width:40px;
   text-align:left;
}

#qualitysprite img {
   position:absolute;
}

#qualityspritecontainer div.qualityindicator, #qualityspritecontainerhalf div.qualityindicator {
   text-align:left;
}

div#craftcontainer, div#productcontainer {
  width:80px;
  height:50px;
  background:rgba(30,35,40,1);
  border-bottom-color: #3c62b7;
  border-right-color: #3c62b7;
  border-left-color: #3c62b7;
  border-top-color: #3c62b7;


  border-bottom-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;


  border-width: 4px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: repeat;
  border-image-slice: 4 4 4 4;
  border-image-source: url("https://static.wikia.nocookie.net/graveyardkeeper_gamepedia_en/images/e/ed/Content_Cell.png/revision/latest");
  border-image-width: 1 1 1 1;
  margin:none; 
  height:inherit; 
  min-width:5em; 
  width:inherit;
  color: white;
}

div#productcontainer {
  border-image-source: url("https://static.wikia.nocookie.net/graveyardkeeper_gamepedia_en/images/7/7d/Craft_cell.png/revision/latest");
  background-color:rgba(225,197,143,1);
}

/* For dark profile avatars */
div.mainavatar {
    filter: drop-shadow(0px 0px 3.5px #666) drop-shadow(1px 1px 1px #666);
}




/* test */
@media screen and (min-width: 1350px)
#content #siderail_graveyardkeeper_gamepedia_com_en {
    background-color: rgba(0,0,0,0.1);
    box-sizing: border-box;
    display: block !important;
    float: right;
    min-height: 500px;
    position: relative;
    text-align: center;
    top: 5px;
    width: 420px;
    z-index: 1000;
}


/* color fix */
.reverb-npnrb-site a:link, 
.reverb-npnrb-site a:active, 
.reverb-npnrb-site a:visited, 
.skin-hydra .reverb-npnrb-site a:link, 
.skin-hydra .reverb-npnrb-site a:active, 
.skin-hydra .reverb-npnrb-site a:visited, 
.skin-minerva .reverb-npnrb-site a:link, 
.skin-minerva .reverb-npnrb-site a:active, 
.skin-minerva .reverb-npnrb-site a:visited {
	color: #808080;
}

/*
SyntaxHighlight Monokai theme
Source: https://github.com/richleland/pygments-css
*/
.mw-highlight .hll { background-color: #49483e }
.mw-highlight  { background: #272822; color: #f8f8f2 }
.mw-highlight .c   { color: #75715e } /* Comment */
.mw-highlight .err { color: #960050; background-color: #1e0010 } /* Error */
.mw-highlight .k   { color: #66d9ef } /* Keyword */
.mw-highlight .l   { color: #ae81ff } /* Literal */
.mw-highlight .n   { color: #f8f8f2 } /* Name */
.mw-highlight .o   { color: #f92672 } /* Operator */
.mw-highlight .p   { color: #f8f8f2 } /* Punctuation */
.mw-highlight .ch  { color: #75715e } /* Comment.Hashbang */
.mw-highlight .cm  { color: #75715e } /* Comment.Multiline */
.mw-highlight .cp  { color: #75715e } /* Comment.Preproc */
.mw-highlight .cpf { color: #75715e } /* Comment.PreprocFile */
.mw-highlight .c1  { color: #75715e } /* Comment.Single */
.mw-highlight .cs  { color: #75715e } /* Comment.Special */
.mw-highlight .gd  { color: #f92672 } /* Generic.Deleted */
.mw-highlight .ge  { font-style: italic } /* Generic.Emph */
.mw-highlight .gi  { color: #a6e22e } /* Generic.Inserted */
.mw-highlight .gs  { font-weight: bold } /* Generic.Strong */
.mw-highlight .gu  { color: #75715e } /* Generic.Subheading */
.mw-highlight .kc  { color: #66d9ef } /* Keyword.Constant */
.mw-highlight .kd  { color: #66d9ef } /* Keyword.Declaration */
.mw-highlight .kn  { color: #f92672 } /* Keyword.Namespace */
.mw-highlight .kp  { color: #66d9ef } /* Keyword.Pseudo */
.mw-highlight .kr  { color: #66d9ef } /* Keyword.Reserved */
.mw-highlight .kt  { color: #66d9ef } /* Keyword.Type */
.mw-highlight .ld  { color: #e6db74 } /* Literal.Date */
.mw-highlight .m   { color: #ae81ff } /* Literal.Number */
.mw-highlight .s   { color: #e6db74 } /* Literal.String */
.mw-highlight .na  { color: #a6e22e } /* Name.Attribute */
.mw-highlight .nb  { color: #f8f8f2 } /* Name.Builtin */
.mw-highlight .nc  { color: #a6e22e } /* Name.Class */
.mw-highlight .no  { color: #66d9ef } /* Name.Constant */
.mw-highlight .nd  { color: #a6e22e } /* Name.Decorator */
.mw-highlight .ni  { color: #f8f8f2 } /* Name.Entity */
.mw-highlight .ne  { color: #a6e22e } /* Name.Exception */
.mw-highlight .nf  { color: #a6e22e } /* Name.Function */
.mw-highlight .nl  { color: #f8f8f2 } /* Name.Label */
.mw-highlight .nn  { color: #f8f8f2 } /* Name.Namespace */
.mw-highlight .nx  { color: #a6e22e } /* Name.Other */
.mw-highlight .py  { color: #f8f8f2 } /* Name.Property */
.mw-highlight .nt  { color: #f92672 } /* Name.Tag */
.mw-highlight .nv  { color: #f8f8f2 } /* Name.Variable */
.mw-highlight .ow  { color: #f92672 } /* Operator.Word */
.mw-highlight .w   { color: #f8f8f2 } /* Text.Whitespace */
.mw-highlight .mb  { color: #ae81ff } /* Literal.Number.Bin */
.mw-highlight .mf  { color: #ae81ff } /* Literal.Number.Float */
.mw-highlight .mh  { color: #ae81ff } /* Literal.Number.Hex */
.mw-highlight .mi  { color: #ae81ff } /* Literal.Number.Integer */
.mw-highlight .mo  { color: #ae81ff } /* Literal.Number.Oct */
.mw-highlight .sa  { color: #e6db74 } /* Literal.String.Affix */
.mw-highlight .sb  { color: #e6db74 } /* Literal.String.Backtick */
.mw-highlight .sc  { color: #e6db74 } /* Literal.String.Char */
.mw-highlight .dl  { color: #e6db74 } /* Literal.String.Delimiter */
.mw-highlight .sd  { color: #e6db74 } /* Literal.String.Doc */
.mw-highlight .s2  { color: #e6db74 } /* Literal.String.Double */
.mw-highlight .se  { color: #ae81ff } /* Literal.String.Escape */
.mw-highlight .sh  { color: #e6db74 } /* Literal.String.Heredoc */
.mw-highlight .si  { color: #e6db74 } /* Literal.String.Interpol */
.mw-highlight .sx  { color: #e6db74 } /* Literal.String.Other */
.mw-highlight .sr  { color: #e6db74 } /* Literal.String.Regex */
.mw-highlight .s1  { color: #e6db74 } /* Literal.String.Single */
.mw-highlight .ss  { color: #e6db74 } /* Literal.String.Symbol */
.mw-highlight .bp  { color: #f8f8f2 } /* Name.Builtin.Pseudo */
.mw-highlight .fm  { color: #a6e22e } /* Name.Function.Magic */
.mw-highlight .vc  { color: #f8f8f2 } /* Name.Variable.Class */
.mw-highlight .vg  { color: #f8f8f2 } /* Name.Variable.Global */
.mw-highlight .vi  { color: #f8f8f2 } /* Name.Variable.Instance */
.mw-highlight .vm  { color: #f8f8f2 } /* Name.Variable.Magic */
.mw-highlight .il  { color: #ae81ff } /* Literal.Number.Integer.Long */
/* end SyntaxHighlight Monokai theme */

.mw-notification.mw-notification-type-error {
 background-color:#303030;
}

/* OO UI skin */
/* Source: https://en.wikipedia.org/wiki/MediaWiki:Gadget-Blackskin.css */
/* Some adaptations have been made */
/* TODO: redo this with variables and move to gadget */
.oo-ui-toolbar-bar,
.oo-ui-popupWidget-popup,
.oo-ui-popupToolGroup-active.oo-ui-widget-enabled,
.oo-ui-toolGroup.oo-ui-widget-enabled .oo-ui-tool-link .oo-ui-tool-title,
.oo-ui-popupToolGroup .oo-ui-toolGroup-tools {
    background-color:#002000;
    background-image:none;
    color:white;
}

.mw-apisandbox-widget-field .oo-ui-iconElement-icon {
    filter: invert(0); 
}
.oo-ui-windowManager-modal > .oo-ui-dialog {
    background-color: rgba(0, 0, 0, 0.5);
}
.oo-ui-windowManager-modal > .oo-ui-dialog > .oo-ui-window-frame {
    background-color:black;
}

.oo-ui-textInputWidget input, 
.oo-ui-textInputWidget textarea {
	background-color: #505050;
	color: #FFFFFF;
}

.oo-ui-tagItemWidget {
    background-color: #333;
    background-image: linear-gradient(to bottom,#222 0,#000 100%);
    color: #eee;
}
.oo-ui-buttonElement-framed > .oo-ui-buttonElement-button {
    background-color: #111;
    background-image: linear-gradient(to bottom, #222 0, #000 100%);
}
.oo-ui-buttonElement-framed > .oo-ui-buttonElement-button:focus {
    /*border-color: #ace;*/
    /*box-shadow: 0 0 2px 2px #ace;*/
}

.oo-ui-buttonElement-framed.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
    background-color: #070;
    background-image: linear-gradient(to bottom, #090 0, #030 100%);
}
.oo-ui-buttonElement > .oo-ui-buttonElement-button { 
    color:#ccc;
}
.oo-ui-pendingElement-pending {
    /* http://en.wikipedia.org/w/resources/lib/oojs-ui/themes/apex/images/textures/pending.gif */
    filter:invert(1);
}

.oo-ui-labelElement-label {
    color:var(--body-text-color);
}

.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:hover,
.oo-ui-optionWidget.oo-ui-optionWidget-highlighted {
    background-color:var(--option-highlighted);
}

.oo-ui-dropdownWidget.oo-ui-widget-disabled .oo-ui-dropdownWidget-handle,
.oo-ui-textInputWidget.oo-ui-widget-disabled input,
.oo-ui-textInputWidget.oo-ui-widget-disabled textarea {
	background-color: var(--content-bg-color);
}

.oo-ui-outlineOptionWidget.oo-ui-optionWidget-selected {
	background-color: var(--color-brightblue);
}

 .oo-ui-textInputWidget.oo-ui-widget-disabled input {
    text-shadow:rgb(0,0,0) 0px 1px 1px;
  }
  
.oo-ui-tagMultiselectWidget.oo-ui-widget-disabled .oo-ui-tagMultiselectWidget-handle {
	background-color:inherit;
}

.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle {
	background-color:black;
}

.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled {
	background-color:inherit;
}

.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled .oo-ui-toggleSwitchWidget-grip {
	background-color:inherit;
}

.oo-ui-textInputWidget.oo-ui-iconElement .oo-ui-iconElement-icon,
.oo-ui-indicator-required {
	filter:invert(100%)
}

.oo-ui-tagMultiselectWidget-handle > .oo-ui-tagMultiselectWidget-content > input {
	color:white;
}

.oo-ui-iconElement-icon.oo-ui-icon-close {
	filter:invert(100%);
}

.oo-ui-textInputWidget.oo-ui-widget-enabled input[readonly],
.oo-ui-textInputWidget.oo-ui-widget-enabled textarea[readonly] {
	background-color:black;
	color:var(--ambox-green);
}

.oo-ui-dropdownWidget.oo-ui-widget-enabled.oo-ui-dropdownWidget-open .oo-ui-dropdownWidget-handle,
.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle {
 background-color:inherit;
}

/* end oo ui stuff */
Advertisement