Life is Feudal Wiki
注册
Game widow讨论 | 贡献
无编辑摘要
MannedTooth讨论 | 贡献
无编辑摘要
第393行: 第393行:
 
background: none;
 
background: none;
 
color: #ffffff;
 
color: #ffffff;
border: solid 1px rgba(0,0,0,.2);
+
border: solid 1px rgba(64,64,64,.7);
 
border-collapse: collapse;
 
border-collapse: collapse;
 
}
 
}
第401行: 第401行:
 
.skin-hydradark table.wikitable > tr > th,
 
.skin-hydradark table.wikitable > tr > th,
 
.skin-hydradark table.wikitable > * > tr > th {
 
.skin-hydradark table.wikitable > * > tr > th {
background-color: rgba(0,0,0,.2);
+
background-color: rgba(0,0,0,.5);
border: solid 1px rgba(0,0,0,.2);
+
border: solid 1px rgba(64,64,64,.7);
 
}
 
}
   
 
table.wikitable > tr > td,
 
table.wikitable > tr > td,
 
table.wikitable > * > tr > td {
 
table.wikitable > * > tr > td {
background: rgba(0,0,0,.1);
+
background: rgba(0,0,0,.2);
border: solid 1px rgba(0,0,0,.2);
+
border: solid 1px rgba(64,64,64,.7);
 
}
 
}
   
第527行: 第527行:
 
table.skin-hydradark .mw-datatable {
 
table.skin-hydradark .mw-datatable {
 
background: none;
 
background: none;
border: solid 1px rgba(0,0,0,.2);
+
border: solid 2px rgba(0,0,0,.5);
 
border-collapse: collapse;
 
border-collapse: collapse;
 
color: #ffffff;
 
color: #ffffff;
第533行: 第533行:
   
 
.skin-hydradark .mw-datatable th {
 
.skin-hydradark .mw-datatable th {
background: rgba(0,0,0,.2);
+
background: rgba(0,0,0,.5);
border: solid 1px rgba(0,0,0,.2);
+
border: solid 1px rgba(64,64,64,.7);
   
 
}
 
}
 
.skin-hydradark .mw-datatable td {
 
.skin-hydradark .mw-datatable td {
background: rgba(0,0,0,.1);
+
background: rgba(0,0,0,.2);
border: solid 1px rgba(0,0,0,.2);
+
border: solid 1px rgba(64,64,64,.7);
 
}
 
}
   
 
.skin-hydradark .mw-datatable tr:hover td {
 
.skin-hydradark .mw-datatable tr:hover td {
background: rgba(0,0,0,.2);
+
background: rgba(0,0,0,.5);
 
}
 
}
   

2019年7月10日 (三) 19:39的版本

/****************
 * Custom Fonts *
 ****************/

/*******************
 * Document Styles *
 *******************/

html {}

body {
    background-image: url(https://lifeisfeudal.gamepedia.com/media/lifeisfeudal.gamepedia.com/1/1f/Background.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #000000;
    background-size: cover;
    color: #ffffff;
}

body.page-Life_is_Feudal_Wiki h1#firstHeading,
body.page-Main_Page h1#firstHeading { 
    display: none;
}

#global-wrapper {}

#pageWrapper {
    padding-right: 1em;
}

/***************
 * Link Styles *
 ***************/

a,
div#content a.extiw,
div#content a.external,
.skin-hydradark #mw-indicator-mw-helplink a {
    color: #dbbc91;
}

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

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

div#content a.external {}

div#content a.external[href ^="https://"],
.link-https {}

/************************
 * Mediawiki Navigation *
 ************************/

#mw-page-base {
    background-image: url(https://lifeisfeudal.gamepedia.com/media/lifeisfeudal.gamepedia.com/6/68/Menu-bar.png);
    height: 81px;
    margin-bottom: 0;
}

div#mw-head {
    height: 81px;
}

div#mw-head-base {
    background: none;
}

#left-navigation {
    margin-left: calc(268px + 1em);
    margin-top: 0;
}

#right-navigation {
    position: absolute;
    bottom: 0;
    right: 1em;
    margin-right: 0;
    margin-top: 0;
    height: 81px;
}

div.vectorTabs,
div.vectorTabs ul,
div.vectorTabs ul li span,
div.vectorTabs ul li.selected span,
div.vectorMenu h3 span,
div#mw-head div.vectorMenu h3,
div.vectorMenu h3 a {
    background: none;
    height: 81px;
}

div.vectorTabs {
    padding-left: 0;
}

div.vectorTabs ul li,
div.vectorTabs ul li.selected {
    line-height: 70px;
    background: none;
}

div.vectorTabs li a {
    background: none;
    padding: 0 1em;
    height: 81px;
    line-height: 81px;
    text-transform: uppercase;
}

div#mw-head div.vectorTabs li:not(.new) a,
div#mw-head div.vectorTabs li:not(.new) a:hover,
div#mw-head div.vectorTabs li.selected a,
div#mw-head div.vectorTabs li.selected a:visited {
    color: #ffffff;
}

div.vectorTabs li a:hover,
div.vectorTabs li.selected a,
div.vectorTabs li.selected a:visited {
    text-decoration: none;
    background-image: linear-gradient( to top, rgba(178,202,208,1) 0%, rgba(178,202,208,1) 5px, rgba(178,202,208,.1) 5px, rgba(178,202,208,0) 75%);
}

div.vectorMenu h3 span::after {
    display: none;
}

.vectorTabs #ca-unwatch.icon a,
.vectorTabs #ca-watch.icon a {
    background-position: center center;
    padding-top: 81px;
}

div.vectorMenu {
    background-image: url(https://lifeisfeudal.gamepedia.com/media/lifeisfeudal.gamepedia.com/b/ba/Arrow-down-icon.png);
    background-position: right center;
}

div#mw-head div.vectorMenu h3 span {
    padding: 0 0.5em 0 1em;
    height: 81px;
    line-height: 81px;
}

div#mw-head div.vectorMenu h3 span,
div.vectorMenu#p-variants #mw-vector-current-variant {
    color: #ffffff;
    text-transform: uppercase;
}

div.vectorMenu h3 > a {
    height: 81px;
}

div.vectorMenu div.menu {
    background: none;
    border: none;
    top: 100%;
}

div.vectorMenu ul {
    background: #1f1710;
    border: none;
}

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

/**
 * Sidebar
 */

div#mw-panel {
    left: auto;
    margin: 0 0 2.5em;
    background: none;
    top: 81px;
}

#p-logo,
#p-logo a {
    width: 268px;
    height: 69px;
}

#p-logo {
    position: absolute;
    top: -80px;
    left: 0;
    margin: 0;
}

div#mw-panel div.portal, 
div#mw-panel div.portal div.body,
.skin-hydradark div#mw-panel div.portal div.body,
.skin-hydradark #mw-panel.collapsible-nav div.portal {
    background-color: transparent;
    background-image: none;
    border: none;
    margin: 0;
}

.skin-hydradark #mw-panel.collapsible-nav div.portal h3,
.skin-hydradark #mw-panel.collapsible-nav div.portal.collapsed h3 {
    background-color: transparent;
    color: #ffffff;
    font-weight: bold;
}

.skin-hydradark #mw-panel.collapsible-nav div.portal h3 {
    background-image: url(https://lifeisfeudal.gamepedia.com/media/lifeisfeudal.gamepedia.com/f/fc/Arrow-expanded.png);
}

.skin-hydradark #mw-panel.collapsible-nav div.portal.collapsed h3 {
    background-image: url(https://lifeisfeudal.gamepedia.com/media/lifeisfeudal.gamepedia.com/9/9f/Arrow-collapsed-ltr.png);
}

.skin-hydradark #mw-panel.collapsible-nav div.portal#p-claimWiki h3,
.skin-hydradark #mw-panel.collapsible-nav div.portal#p-sitePromos h3,
.skin-hydradark #mw-panel.collapsible-nav div.portal#p-socialProfiles h3 {
    display: none !important;
}

div#mw-panel div.portal h3,
.skin-hydradark 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: #dbbc91;
}

.skin-hydradark #mw-panel.collapsible-nav div.portal h3:hover,
.skin-hydradark #mw-panel.collapsible-nav div.portal.collapsed h3:hover {
    text-decoration: none !important;
}

div#mw-panel div.portal div.body {
    background: none;
    padding-top: 0;
}

div#mw-panel div.portal div.body ul li {}

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

/**
 * Search
 */

#p-search,
#p-search form,
#p-search form::before {
    height: 81px;
	margin: 0;
}

#p-search form::before {
    display: inline-block;
    content: '';
    vertical-align: middle;
}

div#simpleSearch {
    display: inline-block;
    margin: 0;
    position: relative;
    top: 0;
    vertical-align: middle;
}

div#simpleSearch #searchInput {}

.skin-hydradark .suggestions-results,
.skin-hydradark .suggestions-special {}

.skin-hydradark .suggestions-result {}

.skin-hydradark .suggestions-result-current {}

.skin-hydradark .suggestions-special .special-label {}

.skin-hydradark .suggestions-special .special-query {}

.skin-hydradark .suggestions-result-current .special-label {}

.suggestions-result .highlight {}

/*********************
 * MediaWiki Content *
 *********************/

div#content {
    background-image: url(https://lifeisfeudal.gamepedia.com/media/lifeisfeudal.gamepedia.com/8/81/Content-top.png), url(https://lifeisfeudal.gamepedia.com/media/lifeisfeudal.gamepedia.com/6/69/Content-bottom.png), url(https://lifeisfeudal.gamepedia.com/media/lifeisfeudal.gamepedia.com/1/18/Content-middle.png);
    background-clip: border-box, border-box, padding-box;
    background-repeat: no-repeat, no-repeat, repeat-y;
    background-position: left -60px, left calc(100% + 60px), left top;
    background-color: transparent;
    background-size: 100% auto;
    border-style: solid;
    border-color: transparent;
    border-width: 60px 0;
    padding: 1em 60px;
    color: #ffffff;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #ffffff;
    border-color: rgba(0,0,0,.2);
}

div#content hr {
    background-color: rgba(0,0,0,.2);
}

div#content table {
    color: white;
}

body.skin-hydradark .mw-notification-area {
    margin: calc( 70px + 1em ) 1em 0 0 ;
    padding: 0;
}

body.skin-hydradark .mw-notification {
    background: #1f1710;
    border: none;
    box-shadow: 0 0 1.5em 3px black;
}

div.toc,
div#toc,
#catlinks,
div.mw-warning {
    border: solid 3px rgba(0,0,0,.2);
    border-radius: 3px;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.2);
    background: rgba(0,0,0,.1);
}

code {
    background: rgba(0,0,0,.2);
}

pre,
.skin-hydradark .mw-code {
    background: rgba(0,0,0,.1);
    color: #ffffff;
    overflow-x: scroll;
    border: solid 3px rgba(0,0,0,.2);
    border-radius: 3px;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.2);
}

fieldset {
    border-color: rgba(0,0,0,.2);
}

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

table.wikitable {
    background: none;
    color: #ffffff;
    border: solid 1px rgba(64,64,64,.7);
    border-collapse: collapse;
}

table.wikitable > tr > th,
table.wikitable > * > tr > th,
.skin-hydradark table.wikitable > tr > th,
.skin-hydradark table.wikitable > * > tr > th {
    background-color: rgba(0,0,0,.5);
    border: solid 1px rgba(64,64,64,.7);
}

table.wikitable > tr > td,
table.wikitable > * > tr > td {
    background: rgba(0,0,0,.2);
    border: solid 1px rgba(64,64,64,.7);
}

li.gallerybox {
    background: rgba( 255, 255, 255, .07 );
    border-color: transparent;
    border-radius: .5em;
}

li.gallerybox div.thumb {
    background: rgba(0,0,0,.1);
    border-color: transparent;
}

div.thumbinner {
    border-color: rgba(0,0,0,.2);
    background: rgba(0,0,0,.1);
}

html .thumbimage {
    background: rgba(0,0,0,.1);
    border-color: rgba(0,0,0,.2);
}

/********************
 * MediaWiki Footer *
 ********************/

div#footer {
    background: none;
    margin-top: 1em;
    margin-bottom: 1em;
    overflow-y: hidden;
}

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

/*************
 * File Page *
 *************/

ul#filetoc {
    border: solid 3px rgba(0,0,0,.2);
    border-radius: 3px;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.2);
    background: rgba(0,0,0,.1);
}

table.mw_metadata {
    border-collapse: collapse;
    color: #ffffff;
    border: solid 1px rgba(0,0,0,.2);
}

table.mw_metadata th {
    background: rgba(0,0,0,.2);
    border: solid 1px rgba(0,0,0,.2);
}

table.mw_metadata td {
    background: rgba(0,0,0,.1);
    border: solid 1px rgba(0,0,0,.2);
}

/***********
 * History *
 ***********/

#pagehistory li {
    border-color: transparent;
    border-style: solid;
    border-width: 1px;
}

#pagehistory li:first-child {
    border-width: 1px;
}

#pagehistory li.selected {
    background: rgba(0,0,0,.1);
    border-color: rgba(0,0,0,.2);
    border-style: dashed;
    border-width: 1px;
}

/**************
 * Difference *
 **************/

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

.skin-hydradark td.diff-context {
    background-color: rgba(0,0,0,.1);
}

.mw-plusminus-pos {
    color: #00ff00;
}

.mw-plusminus-neg {
    color: #ed1c24;
}

.autocomment {
    color: #c0c0c0;
}

/****************
 * Special Page *
 ****************/

table.skin-hydradark .mw-datatable {
    background: none;
    border: solid 2px rgba(0,0,0,.5);
    border-collapse: collapse;
    color: #ffffff;
}

.skin-hydradark .mw-datatable th {
    background: rgba(0,0,0,.5);
    border: solid 1px rgba(64,64,64,.7);

}
.skin-hydradark .mw-datatable td {
    background: rgba(0,0,0,.2);
    border: solid 1px rgba(64,64,64,.7);
}

.skin-hydradark .mw-datatable tr:hover td {
    background: rgba(0,0,0,.5);
}

/************************
 * Special:SpecialPages *
 ************************/

.mw-specialpages-table {
    margin-top: 0;
    margin-bottom: 0;
}

/***********************
 * Special:Preferences *
 ***********************/

.skin-hydradark #preftoc,
.skin-hydradark #preftoc li,
.skin-hydradark #preftoc a {
    height: auto;
}

.skin-hydradark #preftoc {
    background: rgba(0,0,0,.2);
}

.skin-hydradark #preftoc ul,
.skin-hydradark #preftoc li {
    background: none;
}

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

.skin-hydradark #preftoc li a:hover {
    color: #ffffff;
}

.skin-hydradark #preftoc li.selected a {
    color: #ffffff;
    background: linear-gradient( to top, rgba(178,202,208,1) 0%, rgba(178,202,208,1) 2px, rgba(178,202,208,.1) 2px, rgba(178,202,208,0) 75%);
}

.skin-hydradark #preferences {
    margin-top: 0;
    background: rgba(0,0,0,.1);
    border: none;
}

.skin-hydradark #preferences legend {
    color: #aaaaaa;
}

.skin-hydradark #preferences fieldset.prefsection fieldset {
    border-color: rgba(0,0,0,.2);
}

.htmlform-tip {
    color: #aaaaaa;
}

/******************
 * Special:Search *
 ******************/

.skin-hydradark .mw-search-profile-tabs {
    background: rgba(0,0,0,.2);
    border-color: rgba(0,0,0,.2);
}

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

.skin-hydradark .mw-search-profile-tabs div.search-types ul li.current a {
    color: #ffffff;
    background-image: linear-gradient( to top, rgba(219,188,145,1) 0%, rgba(219,188,145,1) 3px, rgba(219,188,145,.2) 3px, rgba(219,188,145,0) 75%);
}

.skin-hydradark .mw-search-result-data {
    color: #00ff00;
}

.skin-hydradark fieldset#mw-searchoptions {
    background: rgba(0,0,0,.1);
    border-color: rgba(0,0,0,.1) !important;
}

.skin-hydradark fieldset#mw-searchoptions div.divider {
    border-bottom-color: rgba(0,0,0,.1);
}

/*************************
 * Special:RecentChanges *
 *************************/

.mw-changeslist-legend {}

/**********************
 * Wiki Editor Styles *
 **********************/

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

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

div.wikiEditor-ui-controls {
    background-color: transparent;
    border-bottom: none;
	margin-left: 0;
}

div.wikiEditor-ui-tabs {
    background-color: transparent;
    border-left: 1px solid rgba(0,0,0,.2);
    border-top: 1px solid rgba(0,0,0,.2);
}

div.wikiEditor-ui-tabs div {
    background: none;
    border-right: 1px solid rgba(0,0,0,.2);
    border-bottom-color: transparent;
}

div.wikiEditor-ui-tabs div a {
     color: #dbbc91;
     background: none;
}

div.wikiEditor-ui-tabs div.current {
    background: linear-gradient( to bottom, rgba(0,0,0,0), rgba(0,0,0,.1)) no-repeat border-box;
    border-bottom-color: transparent;
}

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

div.wikiEditor-ui .wikiEditor-ui-top {
    border-bottom: 1px solid rgba(0,0,0,.2);
}

div.wikiEditor-ui .wikiEditor-ui-view {
    border: none;
    border-top: solid 1px rgba(0,0,0,.2);
}

div#wikiEditor-ui-toolbar {
    background: linear-gradient( to bottom, rgba(0,0,0,.1), rgba(0,0,0,.3) 26px);
}

div.wikiEditor-ui-toolbar .group {
    border-right: 1px solid rgba(0,0,0,.2);
}

div.wikiEditor-ui-toolbar .group-search {
    border-left: 1px solid rgba(0,0,0,.2);
    border-right: none;
}

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

.tab {
    border-color: transparent;
}

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

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

div.wikiEditor-ui-toolbar .group .tool-select .label {
    color: #000000; /* or any other dark colour, or change the bg to a dark colour to contrast with light text */
}

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

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

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

div.wikiEditor-ui-toolbar .booklet .pages {
    background-color: transparent;
}

div.wikiEditor-ui-toolbar .page-characters div span {
    border: 1px solid rgba(0,0,0,.2);
    color: #dbbc91;
}

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

div.wikiEditor-ui-toolbar .page-table th {
    color: #ffffff;
}

div.wikiEditor-ui-toolbar .page-table td {
    border-top: 1px solid rgba(0,0,0,.2);
    color: #dbbc91;
}

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

div.wikiEditor-preview-contents {
    background-color: transparent;
    border: none;
    overflow-y: hidden;
}

div.editOptions {  
    background-color: transparent;
    border: 1px solid rgba(0,0,0,.2);
    border-top: none;
}

/* 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: rgba(0, 0, 0, 0.2);
    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("/media/commons.gamepedia.com/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: 1px 1px 1px #000000;
}

/* Echo notification fixes */
.mw-echo-date-section {
    color: #ffffff;
}

.mw-echo-state .mw-echo-content .mw-echo-notification-footer {
    color: #000000;
}



/* Visual editor */
.oo-ui-popupToolGroup .oo-ui-toolGroup-tools {
    background-color: #282828;
    border: 1px solid #383838;
    box-shadow: 0 2px 2px 0 rgba(255,255,255,0.2);
}

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

.oo-ui-listToolGroup .oo-ui-tool.oo-ui-widget-enabled:hover,
.oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:hover,
.oo-ui-barToolGroup.oo-ui-widget-enabled > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-widget-enabled:hover,
.oo-ui-widget.oo-ui-widget-enabled.oo-ui-optionWidget.oo-ui-decoratedOptionWidget.oo-ui-outlineOptionWidget.oo-ui-outlineOptionWidget-level-0.oo-ui-iconElement.oo-ui-labelElement:hover {
    background-color: rgba(255,255,255,0.2);
}

.oo-ui-decoratedOptionWidget .oo-ui-iconElement-icon,
.oo-ui-decoratedOptionWidget .oo-ui-indicatorElement-indicator,
.oo-ui-fieldsetLayout.oo-ui-iconElement > .oo-ui-fieldsetLayout-header > .oo-ui-iconElement-icon {
    filter: invert(100%);
}

.oo-ui-textInputWidget.oo-ui-iconElement .oo-ui-iconElement-icon {
    filter: unset;
}

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

.oo-ui-popupToolGroup.oo-ui-widget-enabled.oo-ui-popupToolGroup-active {
    background-color: rgba(255,255,255,0.2);
}

.oo-ui-popupToolGroup-handle .oo-ui-iconElement-icon,
.oo-ui-popupToolGroup.oo-ui-labelElement.oo-ui-indicatorElement .oo-ui-popupToolGroup-handle .oo-ui-labelElement-label,
.oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-iconElement > .oo-ui-tool-link .oo-ui-iconElement-icon {
    filter: invert(100%);
}

.oo-ui-messageDialog-actions .oo-ui-actionWidget.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive .oo-ui-buttonElement-button:hover {
    background-color: #282828;
}

.oo-ui-indicator-down {
    background-image: linear-gradient(transparent,transparent),url(/media/commons.gamepedia.com/0/00/Light_down_arrow.svg);
    filter: unset;
}

.ve-ui-mwSaveDialog-options {
    background-color: #282828;
}

.ve-ui-mwSaveDialog-license {
    color: #e0e0e0;
}

img.scalable {
    max-width: 100%;
    height:auto;
}