Dual Universe Wiki
No edit summary
No edit summary
Line 1,336: Line 1,336:
 
.oo-ui-barToolGroup.oo-ui-widget-enabled > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-widget-enabled:hover {
 
.oo-ui-barToolGroup.oo-ui-widget-enabled > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-widget-enabled:hover {
 
background-color: orange;
 
background-color: orange;
  +
}
  +
  +
  +
.oo-ui-popupToolGroup .oo-ui-tool-link:hover {
  +
background-color: orange;
 
}
 
}

Revision as of 19:09, 14 August 2017

/* CSS placed here will affect users of the Hydra skin */

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


/* Fonts */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/xjAJXh38I15wypJXxuGMBobN6UDyHWBl620a-IRfuBk.woff) format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/PRmiXeptR36kaC0GEAetxjqR_3kx9_hJXbbyU8S6IN0.woff) format('woff');
}

@font-face {
	font-family: 'OpenSans-Bold';
	src: local('OpenSans-Bold'), local('OpenSans-Bold'), url(https://hydra-media.cursecdn.com/hydra/fonts/OpenSans-Bold.ttf) format('truetype');
}


/*-----------------------------------------*/
/* CSS placed here will affect users of the Hydra skin */
/*-----------------------------------------*/
body {
    background: url("https://hydra-media.cursecdn.com/dualuniverse.gamepedia.com/7/75/Dualuniverse_dusk1_reverse.jpg") no-repeat fixed #000000;
    background-position: left top;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover; 
}

body #pageWrapper {
    margin-right: 0px;
}

/* Head */
#p-logo a {
  background-size: 100%;
}


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

div#mw-head {
    margin-right: 5px;
}

#mw-head-base {
    background: transparent;
    background-image: none;
    border-bottom: 0px;
}

/* Tabs */
#left-navigation {
    float: left;
    margin-left: 14em;
    margin-top: 1.5em;
    margin-bottom: -2.5em;
    display: inline;
    font-weight:bold;
    font-size: 1.11em;
    text-transform: uppercase;
}

#left-navigation a:hover,
#right-navigation a:hover {
    color: #F4B331;
}

#right-navigation {
    margin-right: 5px;
    float: right;
    margin-top: 1.5em;
    font-weight:bold;
    font-size: 1.11em;
    text-transform: uppercase;
}

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: #0271A8;
  font-size: 14px;
  text-shadow:  1px  1px 1px black,
                1px -1px 1px black,
               -1px  1px 1px black,
               -1px -1px 1px black;
}

div.vectorMenu h3 span {
  display: block;
  font-weight: bold;
  margin-right: 20px;
  padding-left: 0.7em;
  padding-top: 1.32em;
}

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

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

div#p-sharing .menu {
  background-color: #1C1B1C;
  margin-left: 45px;
  min-width: 360px;
  width: 48px;
}

#p-sharing #socialIconImages img {
  box-sizing: content-box;
}

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

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

div#mw-panel div.portal h3,
.skin-hydradark #mw-panel.collapsible-nav .portal h3 a,
.skin-hydradark #mw-panel.collapsible-nav .portal h3 a:visited,
.skin-hydradark #mw-panel.collapsible-nav div.portal h3 a,
.skin-hydradark #mw-panel.collapsible-nav div.portal h3 a:visited,
.skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h3 a,
.skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h3 a:visited {
    color: #ffffff;
    font-size: 1em;
    font-weight: bold;
    text-shadow: 1px 1px #000000;
    text-transform: uppercase;
}

.skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h3 a:hover {
    color: orange;
}
 
div#mw-panel div.portal div.body ul li a,
div#mw-panel div.portal div.body ul li a:link,
div#mw-panel div.portal div.body ul li a:visited {
    font-size: 1em;
    font-weight: bold;
    color: rgba(58, 123, 188, 1);
}
 
div#mw-panel div.portal div.body ul li a:hover {
    color: #F4B331;
    text-shadow: 1px 1px #000000;
}

/* social media add-on fix */
div#mw-panel div#p-socialProfiles.portal .body {
    margin: auto;
}

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

/* Content */
div#content {
    background: none repeat scroll 0% 0% rgba(35,34,34,0.75);
    color: #FFF;
    overflow-y: hidden;
    margin-top: 1em;
    border: none;
    display:block;
}

div#content h2 {
    padding-left: 0em;
}

/* anchors */
a, 
div#content a.extiw,
div#content a.external {
    color: rgba(249, 236, 179, 0.9);
}

a:visited,
div#content a.extiw:visited,
div#content a.external:visited {
    color: rgba(209, 198, 150, 0.9);
}

a:hover,
div#content a.extiw:hover,
div#content a.external:hover {
    color: rgba(244, 179, 49, 0.9);
}

h1, h2 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    color: rgba(255, 255, 255, 0.9);
    font-size: 200%;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.8);
}

h3, h4, h5, h6 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: rgba(179, 180, 183, 1);
}

#contentSub, #contentSub2 {
    color: #866554;
}

fieldset {
    border: 1px solid #eb550c;
}

ul {
    list-style-image: url("https://hydra-media.cursecdn.com/jewelfight.gamepedia.com/7/7a/Bullet.png");
}

#catlinks,
#toc,
.toc,
.mw-warning,
ul#filetoc {
    background-color: rgba(0, 0, 0, 0.2);
    border-color: rgba(0, 0, 0, 0.4);
    border-radius: 4px;
}

.tocnumber {
  color: inherit;
}

.CategoryTreeEmptyBullet {
    color: #ceb28b;
}

.catlinks li {
    border-left: none;
}

.CategoryTreeToggle {
    color: #ceb28b;
}

code {
background-color: rgba(27, 27, 27, 0.61);
}

/* Footer */
div#footer {
    background: none repeat scroll 0% 0% rgba(35,34,34,0.75);
    overflow-y: hidden;
    margin-left: 11em;
}

div#footer ul li {
    color: #fff;
    text-shadow: 1px 1px 0.25em #000000;
}

/* Page history */
#pagehistory li {
    border: none;
}

#pagehistory li.selected {
    background-color: rgba(0, 0, 0, 0.2);
    background-image: none;
    border: 1px dashed rgba(0, 0, 0, 0.4);
    padding: 3px;
}

table.diff {
    background: transparent;
}

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

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

/* thumbnails and galleries and image file history */
div.thumb {
    border: 1px solid #rgba(0, 0, 0, 0.4);
    margin: 2px;
    margin-left: 6px;
}

img.thumbborder {
    border: 1px solid rgba(0, 0, 0, 0.4);
    padding: 5px;
}

div.thumbinner {
    background-color: rgba(0, 0, 0, 0.2);
    border: medium none;
}

li.gallerybox div.thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid #4e4943;
}

html .thumbimage {
    border: 1px solid rgba(0, 0, 0, 0.4);
}

div.tright div.tleft {
    border: 1px solid rgba(0, 0, 0, 0.4) !important;
}

div.tright {
    clear: right;
    float: right;
}

#file img:hover,
.filehistory a img {
    background: url("https://hydra-media.cursecdn.com/help.gamepedia.com/8/84/Dark_checker.svg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.filehistory a img:hover {
    background: rgba(0, 0, 0, 0);
}

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

table.wikitable > tr > th, table.wikitable > * > tr > th {
    background: none repeat scroll 0% 0% #757575;
    text-align: center;
}

table.wikitable > caption {
    color: #ffffff;
}

table.wikitable > tr > th,
table.wikitable > * > tr > th {
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid #4e4943;
    color: #FFFFFF;
    text-align: center;
}

table.wikitable > tr > td,
table.wikitable > * > tr > td {
    border: 1px solid #4e4943;
    padding: 0.2em;
}

.wikitable th {
    background-color: rgba(0, 0, 0, 0.4);
    border: 1px solid #4e4943;
    color: #FFFFFF;
    padding: 0.2em;
}

.wikitable td {
    border: 1px solid #4e4943;
    color: #FFFFFF;
    padding: 0.2em;
}

table.mw_metadata th {
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid #4e4943;
    color: #FFFFFF;
}

table.mw_metadata td {
    background-color: transparent;
    border: 1px solid #4e4943;
    color: #ceb28b;
}

.skin-hydradark .mw-datatable th {
    border: 1px solid #4e4943;
}

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

.skin-hydradark .TablePager {
    border:1px solid #4e4943;
    color: #ceb28b;
    padding:0 0.15em;
}

.skin-hydradark .TablePager th {
    background-color: rgba(0, 0, 0, 0.4);
    color: #ffffff;
    border:1px solid #4e4943;
    padding:0 0.15em;
}

.skin-hydradark .TablePager tr:hover td {
    background-color: rgba(0, 0, 0, 0.2) !important;
    color: #FFFFFF;
}

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

/* colour fix for advanced search options box */
.skin-hydradark fieldset#mw-searchoptions {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0.4) !important;
    border-radius: 4px;
}

.skin-hydradark .mw-search-profile-tabs {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    margin-top: 1em;
}

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

/* Preferences */
.skin-hydradark #preftoc {
    background-color: rgba(0, 0, 0, 0.5);
    border: 0px;
    margin: 0 0 4px !important;
}

.htmlform-tip {
color: #fff;
}

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

.skin-hydradark #preftoc li.selected a {
    background-color: rgba(0, 0, 0, 0.5);
    background-image: none;
    border-color: #ceb28b;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    color: #FFFFFF;
}

.skin-hydradark #preferences {
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid #ceb28b;
}

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

[type="radio"]:checked ~ label {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: medium none;
    z-index: 2;
}

/* MsUpload colour fix */
#upload_list .file {
    background-color: #353535;
    border-top: #333;
    border-bottom: #444;
}

#upload_list .file .file-title,
#upload_list .file .file-size,
#upload_list .file .file-warning {
    color: #E0E0E0;
}

/* login screen */
.mw-ui-vform label {
    color: #ceb28b;
}

#mw-createaccount-join {
    box-shadow: 4px 4px 4px 4px rgba(255, 255, 255, 0.2);
}

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

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

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

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

div.wikiEditor-ui-tabs div {
    background-color: #3E3939;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

div.wikiEditor-ui-tabs div a {
    background: none;
    font-weight: bold;
    font-size: 1em;
    color: #fff;
}

div.wikiEditor-ui-tabs div a:hover {
   font-size: 1.1em;
}

div.wikiEditor-ui-tabs div.current {
    background-color: #747474;
    border-bottom: 1px solid #4e4943;
}

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

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

div.wikiEditor-toolbar-spritedButton {
    background: url('https://hydra-media.cursecdn.com/help.gamepedia.com/5/5c/Editbar_sprites.png');
}

div.wikiEditor-ui-toolbar {
    background: none repeat scroll 0px 0px #232323;
}

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

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

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

.tab {
    border-color: transparent;
}

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

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

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

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

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

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

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

div.wikiEditor-ui-toolbar .page-characters div span {
    border: 1px solid #4e4943;
    color: #ceb28b;
}

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

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

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

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

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

/* fix for black redirection arrow */
.redirectMsg > img {
    display: none;
}

.redirectMsg > span::before {
    content: url("https://hydra-media.cursecdn.com/help.gamepedia.com/b/b5/Redirectltr.png");
}

 
/* Hide main page header */

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

/* Notice templates */
.topNotice {
  border: 2px solid #ff9900;
  background: rgba(0, 0, 0, 0);
  margin: 0 0 10px 0;
  padding: 3px 6px;
  overflow: auto;
}

.topNotice .heading {
  font-size: 132%;
  font-weight: bold;
  margin: 0 0 8px 0;
  padding: 0;
}

.topNotice.delete {
  border: 2px solid #ff0000;
}

.topNotice.move,
.topnotice.merge,
.topnotice.split {
  border: 2px solid #bb8800;
}

.topNotice.pagestub,
.topNotice.imagerequest,
.topNotice.nowalkthrough {
  border: 2px solid #008000;
}

/* Claim wiki button - this section can be removed if you remove the claim button from the main page */
.claimwikibutton {
  text-align: center;
}

.claimwikibutton a {
    background: url("http://media-mercury.cursecdn.com/attachments/1/716/claim_wiki_button.png") no-repeat scroll left center / 100% auto rgba(0, 0, 0, 0);
    color: transparent;
    display: block;
    height: 57px;
    margin: 0 auto;
    max-width: 100%;
    width: 200px;
}

.claimwikibutton a:hover {
    background: url("http://media-mercury.cursecdn.com/attachments/1/717/claim_wiki_button_hover.png") no-repeat scroll left center / 100% auto rgba(0, 0, 0, 0);
    color: transparent;
}


#mf-img-2{
   float:left;
}

#mf-img-3 {
   float:right;
}

.row {
   padding: 0.7em;
}

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

.section{
border-bottom: solid 2px rgba(255,255,255,0.7);
}

#mw-navigation.sticky {
  height: 60px;
}

.alt-header-template {
  padding-left: 12px;
}

.header-template {
  font-weight: bold;
  text-align: center; 
  color: #000000; 
  font-size: 145%; 
  padding-top: 4px;
  padding-bottom: 4px; 
  background-color: rgba(236, 226, 180, 0.9);
}

.wiki-content { 
  valign: top; 
  padding-top: 10px; 
  padding: 1em;
}

.wiki-media {
  float: left;
}

.video {
  width:40%;
}

.images {
  width:50%;
}

.masthead {
  width: 80%;
  height: 100%;
  margin-top: 3em;
  border: none;
  text-align: center;
  margin-top: 2em;
  background: none repeat scroll 0% 0%;
  color: #FFF;
  padding: 1em;
}

.header {
  font-size: 1.5em;
  font-weight: bold;
}
/***************************
/* Template example styles *
/***************************/
span.templateexmaple {
  font-family: fixed-width;
}

span.templateexample span.templatelink {
  font-weight: bold;
}

span.templateexample span.paramname {
}

span.templateexample span.paramvalue {
  color: #777777;
  font-style: italic;
}

/********************
/* Notice templates *
/********************/
.topNotice {
  border: 2px solid #ff9900;
  background: #ffffff;
  color: #333333;
  margin: 0 0 10px 0;
  padding: 3px 6px;
  overflow: auto;
}

.topNotice .heading {
  color: #222222;
  font-size: 132%;
  font-weight: bold;
  margin: 0 0 8px 0;
  padding: 0;
}

.topNotice.delete {
  border: 2px solid #ff0000;
}

.topNotice.move, .topnotice.merge, .topnotice.split {
  border: 2px solid #bb8800;
}

.topNotice.pagestub, .topNotice.imagerequest, .topNotice.nowalkthrough {
  border: 2px solid #008000;
}

/******************
/* Image licenses *
/******************/
div.imageLicense {
  border: 2px solid #ff6600;
  background: #ffffff;
  color: #333333;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

div.imageLicense.nolicense {
  border: 2px solid #ff0000;
}

/*********************
/* Front page styles *
/*********************/
.claimwikibutton {
  text-align: center;
}

.claimwikibutton a {
  display: block;
  background: transparent url("http://media-mercury.cursecdn.com/attachments/1/716/claim_wiki_button.jpg") no-repeat left center / 100% auto;
  width: 200px;
  max-width: 100%;
  height: 57px;
  margin: 0 auto;
}

.claimwikibutton a:hover {
  background: transparent url("http://media-mercury.cursecdn.com/attachments/1/717/claim_wiki_button_hover.jpg") no-repeat left center / 100% auto;
}

/******************
/* General styles *
/******************/
.contentbox {
  border: 1px solid #aaaaaa;
  background: #eeeeee;
  color: #333333;
  margin: 0 0 10px 0;
  padding: 3px 6px;
  overflow: auto;
}

span.bullet {
  background: transparent no-repeat center 60%;
  width: 9px;
  font-size: 11px;
  vertical-align: baseline;
}

.dablink {
  padding: 2px 36px 10px 36px;
  font-style: italic;
}

span.ghost {
  color: #777777; /* For any text that appear fainter for some reason */
}

.columns {
  padding: 0;
  margin: 10px 0 0 0;
  overflow: hidden;
}

.columns .leftcol {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
}

.columns .centercol {
  float: left;
  margin: 0;
  padding: 0;
}

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


/* fix for history diff */
td.diff-addedline .diffchange {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto auto;
  color: #44af38;
}



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

.fpbanner {
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid #505050;
    box-shadow: 0 2px 5px #505050;
    color: #FFFFFF;
    margin: 0 5px 5px 5px;
    padding: 5px;
    min-height: 80px;
}

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

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

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

.fpmidsections {
    float: left;
    width: 100%;
    overflow: hidden;
}

.fpbox {
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid #505050;
    box-shadow: 0 2px 5px #505050;
    color: #FFFFFF;
    margin: 5px;
    padding: 5px;
    overflow: auto;
}

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

.fpbox .heading {
    border: none;
    border-bottom: 1px solid #505050;
    text-align: center;
    font-size: 132%;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    overflow: auto;
}

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

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

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

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

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

  .fpmidsections {
    clear: none;
    float: right;
    width: 50%;
  }

  .fpsection4 {
    float: left;
    clear: none;
    width: 50%;
  }

  div.fp2columnonly {
    display: block; 
  }
}

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

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

@media (min-width: 1390px) {
  .fpmidsections {
    clear: none;
    float: right;
    width: 66.667%;
  }

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

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

  .fpsection3 {
    clear: none;
    width: 50%;
  }
 
  .fpsection4 {
    clear: left;
    width: 33.333%;
  }

  div.fp2columnonly {
    display: none; 
  }

  div.fp3columnonly {
    display: block; 
  }
}

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

.fpimagelist ul {
    list-style-type: none;
    list-style-image: none;
}

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

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


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

.oo-ui-indicator-down {
    filter: invert(100%);
}

.oo-ui-toolbar-bar {
  color: white;
}
.oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:hover {
  background-color: #0271A8;
}

.oo-ui-popupToolGroup .oo-ui-toolGroup-tools {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: gray;
  border-bottom-color: #c8ccd1;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
  border-left-color: #c8ccd1;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #c8ccd1;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #c8ccd1;
  border-top-style: solid;
  border-top-width: 1px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 0;
  margin-left: -1px;
  margin-right: -1px;
  margin-top: 0;
  min-width: 16em;
}

.oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-tool-accel {
  color: white;
}

.oo-ui-listToolGroup.oo-ui-widget-disabled, 
.oo-ui-listToolGroup .oo-ui-tool.oo-ui-widget-disabled .oo-ui-tool-title {
  color: orange;
}

.oo-ui-barToolGroup.oo-ui-widget-enabled > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-widget-enabled:hover {
  background-color: orange;
}


.oo-ui-popupToolGroup .oo-ui-tool-link:hover {
 background-color: orange;
}