Battleborn Wiki

We've Moved! Just as Gamepedia has joined forces with Fandom, this wiki had joined forces with our Fandom equivalent. The wiki has been archived and we ask that readers and editors move to the now combined wiki on Fandom. Click to go to the new wiki.

READ MORE

Battleborn Wiki
m (remove h1 display none)
m (update for new loadout)
Line 868: Line 868:
 
/* Front page styles *
 
/* Front page styles *
 
/*********************/
 
/*********************/
.fpmain {
 
width: 100%;
 
overflow: hidden;
 
z-index: 1;
 
}
 
 
.fpbanner {
 
border: 1px solid #e77500;
 
box-shadow: rgba(255, 255, 255, 0.8) 0 0.1em 0.5em;
 
background: rgba( 0, 0, 0, .2 );
 
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 {
 
.fpbox {
 
border: 1px solid #e77500;
 
border: 1px solid #e77500;
Line 946: Line 897:
 
padding: 0 0 5px 0;
 
padding: 0 0 5px 0;
 
overflow: auto;
 
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 {
 
border: none;
 
box-shadow: none;
 
background: transparent;
 
}
 
 
.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;
 
 
}
 
}
   

Revision as of 22:54, 18 September 2019

/* CSS placed here will affect users of the Hydra Dark skin */
/******************
/* General styles *
/******************/
body {
    background: url(https://battleborn.gamepedia.com/media/battleborn.gamepedia.com/f/f7/Wallpaper.jpg) no-repeat #000000;
    background-position: left top;
    background-attachment: fixed;
    background-size: cover;
}

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

/***************
/* Logo styles *
/***************/
#p-logo {
    position: absolute;
    left: 170px;
    top: -145px;
    height: 100px;
    width: 597px;
    margin: 0;
    margin-bottom: 0;
    padding: 0;
}

#p-logo a {
    height: 100px;
    width: 597px;
}

/*****************
/* Header styles *
/*****************/
div#mw-page-base {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
}

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

#mw-head-base {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-bottom: 0px;
}

/**************************
/* Article navigation bar *
/**************************/
#left-navigation {
   margin-left: 11.5em;
   left: 200px;
   margin-top: 8.5em;
}

#right-navigation {
    margin-right: 3.5em;
    margin-top: 8.5em;
}

/* Menus */
div.vectorTabs,
div.vectorTabs span,
div.vectorTabs li.selected,
div.vectorTabs ul,
div.vectorTabs ul li,
div.vectorTabs li a {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
}

div.vectorTabs ul li {
    margin-right: 5px;
}

div.vectorTabs li span {
    background: #000000; /* Old browsers */
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    display: inline-block;
    border: 1px solid #ffffff;
    border-radius: 4px;
    padding: 2px 10px;
    margin-top: 0.5em;
    height: 19px;
    text-align: center;
}

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

div#mw-head li.new a,
div#mw-head li.new a:visited {
    color: #fc0000 !important;
    text-shadow: 1px 1px #000000;
}

div#mw-head a,
div#mw-head div.vectorTabs a,
div#mw-head div.vectorMenu a,
.vectorTabs li a span,
div.vectorMenu h3 span {
    color: #c0c0c0 !important;
}

div.vectorMenu h3 span::after {
    top: 3px;
}

div.vectorTabs li span a {
    color: #222222;
    font-weight: bold;
    text-align: center;
}

div.vectorTabs ul li:first-child {
    border-image: none;
    border-left: medium none;
}

div#mw-head li.selected a,
div#mw-head li.selected a span,
div#mw-head div.vectorTabs li.selected a,
div#mw-head div.vectorTabs li.selected a:visited {
    color: #ffffff !important;
    font-weight: bold;
}

div#p-sharing .menu {
   margin-left: 45px;
   min-width: 0px;
   width: 48px;
}

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

#p-sharing #socialIconImages a {
   width: 40px;
}

div.vectorMenu h3 span {
    font-weight: bold;
    padding-top: 0.1em;
}

div.vectorMenu h3 span a {
    background: url("https://commons.gamepedia.com/media/commons.gamepedia.com/0/0b/Vector_menu_downarrow.png") no-repeat scroll center center transparent;
}

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

.vectorTabs #ca-unwatch.icon a,
.vectorTabs #ca-watch.icon a {
    margin-left: 3px;
    padding: 18px 0 0;
}

div.vectorMenu div.menu {
    border: none;
    margin-left: 5px;
}

div#mw-head div.vectorMenu h3 {
    background: #000000; /* Old browsers */
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    display: inline-block;
    border: 1px solid #ffffff;
    border-radius: 4px;
    padding: 2px 10px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    height: 19px;
    text-align: center;
}

div.vectorMenu h3 a {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.com/8/80/Vector_menu_downarrow_white.png");
    background-position: 50% 50%;
    border: medium none;
}

div#mw-head div.vectorMenu li.selected a,
div#mw-head div.vectorMenu li.selected a:visited {
    color: #c0c0c0;
}

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

div#mw-head div.vectorMenu ul {
    background-color: #000000;
    background-image: none;
    border-right: 5px none;
    box-shadow: 0 0.1em 0.75em #d5d4d4;
}

/**********************
/* Site notice styles *
/**********************/
#mw-dismissable-notice {
}

#mw-dismissable-notice td > a {
}

#mw-dismissable-notice td > a:hover {
}

#localNotice {
}

/******************
/* Sidebar styles *
/******************/

.skin-hydradark div#mw-panel div.portal {
    background-image: none;
}

.skin-hydradark div#mw-panel div.portal h5 {
    color: #FFFFFF;
}

.skin-hydradark div#mw-panel div.portal div.body ul li a {
    color: #FFFFFF;
}

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

.skin-hydradark div#mw-panel div.portal div.body ul li a:hover {
    color:#a7a7a7;
}

.skin-hydradark div#mw-panel div.portal h3,
.skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h3 a,
.skin-hydradark #mw-panel.collapsible-nav .portal h3 a {
    color: #e77500;
    font-size: 110%;
}

.skin-hydradark #mw-panel.collapsible-nav .portal {
    background-image: none;
    background-position: left top;
    background-repeat: no-repeat;
    margin: -11px 9px 10px 11px;
    padding: 0.25em 0 !important;
}

/***************
/* Link styles *
/***************/
a,
.skin-hydradark #mw-indicator-mw-helplink a {
    color: #255D94;
}

a:link {
    color: #166CE1;
}

div#content a:visited, a:visited {
    color: #2499CE;
    text-shadow: 3px 3px 3px rgba(0,0,0,0.8);
}

a:hover, div#content a:visited:hover, a:visited:hover {
    color: #2499CE;
    text-shadow: 3px 3px 3px rgba(0,0,0,0.8);
}

a.new {
    color: #e95757;
}

div#content a.new:visited, a.new:visited {
    color: #e95757;
    text-shadow: 3px 3px 3px rgba(0,0,0,0.8);
}

a.new:hover, div#content a.new:visited:hover, a.new:visited:hover {
    color: #e77500;
}

a.stub {
}

div#content a.extiw, div#footer a.extiw, div#content a.external, div#footer a.external {
    color: #a7a7a7;
}

div#content a.extiw:visited, div#footer a.extiw:visited, div#content a.external:visited, div#footer a.external:visited {
    color: #a7a7a7;
}

div#content a.extiw:hover, div#footer a.extiw:hover, div#content a.external:hover, div#footer a.external:hover, div#content a.extiw:visited:hover, div#footer a.extiw:visited:hover, div#content a.external:visited:hover, div#footer a.external:visited:hover {
    color: #a7a7a7;
}

a:active {
    color: #a7a7a7;
}

/******************
/* Article styles *
/******************/
div#content {
    background-color: rgba(0,0,0,0.8);
    background-image: none;
    margin-top: 6em;
    border: 1px solid #434647;
    color: #ffffff;
}

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

div#content h1 {
}

div#content h2 {
}

div#content h3 {
}

div#content h4 {
}

div#content h5 {
}

div#content h6 {
}

span.editsection {
}

span.editsection a:link {
}

div#content span.editsection a:active {
}

div#content span.editsection a:visited {
}

div#content span.editsection:active:hover:visited {
}

span.editsection a:hover {
}

.skin-hydradark .toc, 
.skin-hydradark #toc {
    background: transparent;
    border: 1px solid #434647;
}

.skin-hydradark .toc td, 
.skin-hydradark #toc td {
}

.skin-hydradark #toctitle {
}

div#content #toctitle h2 {
}

.toctoggle, #toc .toctoggle {
}

.toctoggle a, #toc .toctoggle a {
}

.toctoggle a:hover, #toc .toctoggle a:hover {
}

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

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

/* tables */
.skin-hydradark table.wikitable {
    background: transparent;
}

.skin-hydradark table.wikitable th, 
.skin-hydradark table.wikitable tr th, 
.skin-hydradark table.wikitable > tr > th, 
.skin-hydradark table.wikitable > * > tr > th {
}

.skin-hydradark table.wikitable td, 
.skin-hydradark table.wikitable tr td, 
.skin-hydradark table.wikitable > tr > td, 
.skin-hydradark table.wikitable > * > tr > td {
}

table.jquery-tablesorter th.headerSort {
}

table.jquery-tablesorter th.headerSortDown {
}

table.jquery-tablesorter th.headerSortUp {
}

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

table.mw_metadata th {
    background-color: #000000;
    border: 1px solid #404040;
}

table.wikitable, #claimlist {
    background: none repeat scroll 0 0 transparent;
}

#claimlist .approved a {
    color: #000000;
}

#claimlist .approved td {
    color: #545454;
}

/* WikiClaims tool dropdown fix */
#claimlist .controls_container > .dropdown {
    right: 24px;
    top: -24px;
}

.skin-hydradark table.wikitable > tr > th, 
.skin-hydradark table.wikitable > * > tr > th {
    background-color: #000000;
    text-align: center;
}

.skin-hydradark .wikitable th, #claimlist th, #claimlist .sortable th.unsortable {
    background-color: #000000;
    border: 1px solid #404040;
    color: #B3B4B7;
    padding: 0.2em;
}

#claimlist .sortable th:hover {
    background-color: #15181a;
}

.skin-hydradark .wikitable td, #claimlist td {
    border: 1px solid #404040;
    color: #ffffff;
    padding: 0.2em;
}

.skin-hydradark .TablePager {
    color:#000000;
    border:1px solid #404040;
    padding:0 0.15em;
}

.skin-hydradark .TablePager th {
    background-color:#232323;
    color:#ffffff;
    border:1px solid #404040;
    padding:0 0.15em;
}

.skin-hydradark .TablePager tr:hover td {
    background-color: #232323 !important;
    color:#ffffff;
}

.skin-hydradark .TablePager th a {
    background-color:#232323;
    color:#FFFFFF !important;
}
 
.skin-hydradark .TablePager td {
    background: transparent !important;
    border: 1px solid #404040;
    color: #c0c0c0;
}

/* colour fix for metadata box */

table.mw_metadata th {
    background-color: #000000;
    color: #D5D4D4;
}

table.mw_metadata td {
    background-color: #15181A;
    color: #D5D4D4;
}

ul.gallery {
}

li.gallerybox {
}

li.gallerybox div.thumb {
    background-color: transparent;
}

div.gallerytext {
}

.thumb {
}

div.thumbinner {
    background-color: transparent;
}

html .thumbimage {
}

.thumbcaption {
}

.gallerytext p, .thumbcaption {
}

.toggle {
}

.sn-small {
}

sub, sup a {
}

sup.reference {
}

pre {
}

code {
    color: #ffffff;
    background-color: #232323;
}

pre a, code a {
}

pre a:link, code a:link {
}

div#content pre a:visited, div#content code a:visited, pre a:visited, code a:visited {
}

pre a:hover, code a:hover, div#content pre a:visited:hover, div#content code a:visited:hover, pre a:visited:hover, code a:visited:hover {
}

pre a.new, code a.new {
}

div#content pre a.new:visited, div#content code a.new:visited, pre a.new:visited, code a.new:visited {
}

pre a.new:hover, code a.new:hover, div#content pre a.new:visited:hover, div#content code a.new:visited:hover, pre a.new:visited:hover, code a.new:visited:hover {
}

pre a.stub, code a.stub {
}

div#content pre a.extiw, div#content code a.extiw, div#footer pre a.extiw, div#footer code a.extiw, div#content pre a.external, div#footer code a.external, div#content pre a.external, div#footer code a.external {
}

div#content pre a.extiw:visited, div#content code a.extiw:visited, div#footer pre a.extiw:visited, div#footer code a.extiw:visited, div#content pre a.external:visited, div#content code a.external:visited, div#footer pre a.external:visited, div#footer pre a.external:visited {
}

div#content pre a.extiw:hover, div#content code a.extiw:hover, div#footer pre a.extiw:hover, div#footer code a.extiw:hover, div#content pre a.external:hover, div#content code a.external:hover div#footer pre a.external:hover, div#footer code a.external:hover, div#content pre a.extiw:visited:hover, div#content code a.extiw:visited:hover, div#footer pre a.extiw:visited:hover, div#footer code a.extiw:visited:hover, div#content pre a.external:visited:hover, div#content code a.external:visited:hover, div#footer pre a.external:visited:hover, div#footer pre a.external:visited:hover {
}

pre a:active, code a:active {
}

#catlinks {
    background-color: transparent;
    border: 1px solid #AAAAAA;
}

/********************
/* Interface styles *
/********************/
input, select, textarea {
}

button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner {
}

input[type="submit"], input[type="button"], input[type="reset"] {
}

input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover {
}

.usermessage {
}

#mw-js-message {
}

/* colour fix for advanced search options box */
fieldset#mw-searchoptions {
    background-color: #000000;
    border-color: #404040 !important;
}

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

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

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

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

fieldset#mw-searchoptions {
    background-color: transparent;
    border-color: silver;
}

.smw-editpage-help {
    background-color: transparent;
    border: 1px solid silver;
    padding: 1em 1em 1.5em 1em;
    margin-bottom: 2em;
}

/* Page history */
.skin-hydradark #pagehistory li.selected {
    background-color: #000000;
    background-image: none;
    border: 1px dashed #404040;
    padding: 3px;
}

.skin-hydradark table.diff,
.skin-hydradark table.diff,
.skin-hydradark td.diff-otitle,
.skin-hydradark td.diff-ntitle {
    background: transparent;
}

fieldset {
    border: 1px solid #434647;
}

.skin-hydradark div#preferences {
    background: transparent;
}

.skin-hydradark div#preferences fieldset {
}

.skin-hydradark div#preferences fieldset legend {
    color: #FFFFFF;
}

.skin-hydradark div#preferences fieldset fieldset {
}

.skin-hydradark div#preferences fieldset fieldset legend {
}

.skin-hydradark #preferences td.htmlform-tip {
}

.skin-hydradark #preftoc {
    background: none repeat scroll 0 0 transparent;
    clear: both;
    float: left;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}

.skin-hydradark #preftoc li {
    border: none;
    background: transparent;
    list-style-image: none;
    list-style-type: none;
    white-space: nowrap;
}

.skin-hydradark #preftoc li a, 
.skin-hydradark #preftoc li a:active {
    color: #FFFFFF;
}

.skin-hydradark #preftoc li a:visited {
    color: #FFFFFF;
}

.skin-hydradark #preftoc li a:hover, 
.skin-hydradark #preftoc li.selected a, 
.skin-hydradark #preftoc li.selected a:hover {
    background: transparent;
    color: #FFFFFF !important;
}

.skin-hydradark ul#filetoc {
    background: transparent;
}

#other_options div {
}

table.mw-abuselog-details, table.mw-abuselog-details tr {
}

table.mw-abuselog-details tr th {
}

table.mw-abuselog-details tr td {
}

.mw-abusefilter-history-changed {
}

/*****************
/* Footer styles *
/*****************/
div#footer {
    background-image: none;
}

div#footer ul li {
    color: #FFFFFF;
}

div#footer a { 
    color: #a7a7a7; 
}

div#footer a:hover { 
    color: #a7a7a7; 
}


/********************
/* Notice templates *
/********************/
.topNotice {
}

.topNotice .heading {
}

.topNotice.delete {
}

.topNotice.move, .topnotice.merge, .topnotice.split {
 }

.topNotice.pagestub {
}

/* Notifications */
.mw-notification {
    background-color: #000000;
}


/* multi-upload screen font colour fix */
#upload_list .file .file-title {
    color: #000000;
}

.check_span {
    color: #1D1D1D;
    float: right;
}

#upload_list .file a {
    color: #0000FF;
}

/* user profile info colour tweak */
.helper_mark:before {
    background-color: #000000;
    border: 1px solid #EFEFEF;
    color: #D5D4D4;
}

.helper_mark > span:after {
    background-color: #000000;
    bottom: -5px;
    box-shadow: -4px -4px 5px 2px #000000, 4px 4px 5px 1px rgba(35, 49, 72, 0.75);
    color: #D5D4D4;
}

.helper_mark > span {
    background-color: #000000;
    color: #D5D4D4;
}
/* fix for black redirection arrow */
.redirectMsg > img {
    display: none;
}

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

.editOptions {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    border-color: -moz-use-text-color silver silver;
    border-image: none;
    border-right: 1px solid silver;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    margin-bottom: 2em;
    padding: 1em 1em 1.5em;
}

/*********************
/* Front page styles *
/*********************/
.fpbox {
  border: 1px solid #e77500;
  box-shadow: 0 2px 5px #e77500;
  background: rgba(0, 0, 0, 0.10);
  color: #ffffff;
  margin: 5px 5px 5px 5px;
  padding: 5px 5px 5px 5px;
  overflow: auto;
}

.fpbox .mainheading {
  border: none;
  border-bottom: 1px solid #e77500;
  color: #e77500;
  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 #e77500;
  color: #ffffff;
  font-size: 132%;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  overflow: auto;
}

/**************
 * SMW Styles *
 **************/

/* Edit Preview */
div.smwfact {
    background: transparent;
    border-color: #1e1e1d;
}

div.smwfact td, div.smwfact tr, div.smwfact table {
    background: transparent;
    
}

table.smwfacttable {
    border-color: #1e1e1d;
}

#bodyContent span.swmfactboxheadbrowse a {
    color: white;
}

/* Browse Page */
table.smwb-factbox,
table.smwb-ifactbox {
    border-color: rgba( 255, 255, 255, .1 );
}

tr.smwb-title td {
    border-color: transparent;
}

tr.smwb-title,
tr.smwb-center {
    background: transparent;
}

tr.smwb-title td,
tr.smwb-center td,
tr.smwb-propvalue th,
tr.smwb-ipropvalue th {
    background: rgba( 255, 255, 255, .1 );
    background-clip: padding-box;
    border-color: transparent;
}

tr.smwb-propvalue,
tr.smwb-ipropvalue {
    background: none;
}

tr.smwb-propvalue td,
tr.smwb-ipropvalue td {
    background: rgba( 255, 255, 255, .2 );
    background-clip: padding-box;
    border-color: transparent;
}

.smw-editpage-help {
    background: #222;
    background: rgba(255, 255, 255, .1);
    background: linear-gradient(to bottom, rgba(255,255,255,.15) 0%, rgba(255,255,255,.02) 100%) no-repeat border-box;
    border: solid 1px rgba(255,255,255,.1);
}

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

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

/* Notifications fix */
.mw-echo-ui-notificationsInboxWidget-toolbarWrapper {
    background: inherit;
}