Path of Exile Wiki

Please consider helping keep the wiki up to date. Check the to-do list of updates needed for version 3.14.0.

Game data exports will becoming later as the technical changes in addition to regular changes take some more time.

READ MORE

Path of Exile Wiki
(Fix the ugly white cargo table default)
No edit summary
Line 812: Line 812:
 
padding: 5px;
 
padding: 5px;
 
border: 1px solid #1a1812;
 
border: 1px solid #1a1812;
  +
}
  +
  +
.feature {
  +
background: rgba(0, 0, 0, 0.1);
  +
border: 1px solid rgba(0, 0, 0, 0.5);
  +
border-radius: 5px;
  +
padding: 10px;
 
}
 
}

Revision as of 02:03, 20 July 2018

/* Fonts */
@font-face {
	font-family: 'Fontin-Regular';
	src: local('Fontin-Regular'), local('Fontin-Regular'), url(/media/hydra/fonts/Fontin-Regular.ttf) format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Fontin-Bold';
	src: local('Fontin-Bold'), local('Fontin-Bold'), url(/media/hydra/fonts/Fontin-Bold.ttf) format('truetype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Fontin-Italic';
	src: local('Fontin-Italic'), local('Fontin-Italic'), url(/media/hydra/fonts/Fontin-Italic.ttf) format('truetype');
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: 'Fontin-SmallCaps';
	src: local('Fontin-SmallCaps'), local('Fontin-SmallCaps'), url(/media/hydra/fonts/Fontin-SmallCaps.ttf) format('truetype');
}

body {
	background: #000 url("https://pathofexile.gamepedia.com/media/pathofexile.gamepedia.com/9/98/Bg.jpg") no-repeat top left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.mw-body-content {
	z-index: auto;
}

/* Abbr */
abbr[title],
.explain[title] {
	text-decoration: none;
}

/* Links */
a,
a:visited,
.mw-body a.extiw,
div#content a.extiw:visited,
.mw-body a.external,
div#content a.external:visited,
div#mw-head div.vectorTabs a,
div#mw-head div.vectorMenu a {
	color: #f2c462;
}
a:active,
div#content a.extiw:active,
div#content a.external:active,
div#mw-head div.vectorTabs a:active,
div#mw-head div.vectorMenu a:active {
	color: #f2dcae;
}
div#content a.new,
div#mw-head div.vectorTabs .new a,
div#mw-head div.vectorTabs .new a:visited {
	color: #f25749;
}
div#content a.new:active,
div#mw-head div.vectorTabs .new a:active {
	color: #f2b4ae;
}
.mw-body a.external {
	padding-right: 12px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJAgMAAACd/+6DAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QILAiAEXthF5QAAAAlQTFRFV8jI////8sRiiS6XIAAAAAJ0Uk5TAAB2k804AAAAAWJLR0QB/wIt3gAAACRJREFUCNdjCM1qYAgNa2BYFdnAMFW1gWHKVAeGqZEIvGqlAwDRaAuu3hIlOQAAAABJRU5ErkJggg==") no-repeat right center transparent;
}

/* Header */
#mw-page-base {
	height: 0;
	background: transparent;
}
#mw-head-base {
	margin: 0;
	height: 92px;
}
#mw-head {
	height: 92px;
}
#left-navigation {
	display: block;
	margin-top: 65px;
	margin-bottom: 0;
	padding-left: 3px;
}
#right-navigation {
	margin-top: 65px;
	margin-right: 9px;
}
div#mw-head div.vectorTabs {
	background: none transparent;
	padding: 0;
	height: 26px;
}
div#mw-head div.vectorTabs a {
	background-image: none;
}
div#mw-head div.vectorTabs ul {
	background: transparent none;
}
div#mw-head div.vectorMenu {
	transition: none;
	-webkit-transition: none;
}
div#mw-head div.vectorMenu .menu {
	background-color: transparent;
	border-color: transparent;
}
div#mw-head div.vectorTabs > ul > li,
div#mw-head div.vectorMenu {
	padding: 0 0 0 9px;
	background-color: transparent;
	background-image: url("https://pathofexile.gamepedia.com/media/pathofexile.gamepedia.com/5/54/Vector-tab-edge.png");
	background-position: 0 0;
	background-repeat: no-repeat;
}
div#mw-head div.vectorTabs > ul > li.selected,
div#mw-head div.vectorMenu.menuForceShow,
div#mw-head div.vectorMenu:hover {
	background-color: transparent;
	background-image: url("https://pathofexile.gamepedia.com/media/pathofexile.gamepedia.com/5/54/Vector-tab-edge.png");
	background-position: 0 100%;
	background-repeat: no-repeat;
}
div#mw-head div.vectorTabs > ul > li > span,
div#mw-head div.vectorMenu > h3 {
	padding: 0 9px 0 0;
	height: 100%;
	background-color: transparent;
	background-image: url("https://pathofexile.gamepedia.com/media/pathofexile.gamepedia.com/6/68/Vector-tab.png");
	background-position: 100% 0;
	background-repeat: no-repeat;
}
div#mw-head div.vectorTabs > ul > li.selected > span,
div#mw-head div.vectorMenu.menuForceShow > h3,
div#mw-head div.vectorMenu:hover > h3 {
	background-color: transparent;
	background-image: url("https://pathofexile.gamepedia.com/media/pathofexile.gamepedia.com/6/68/Vector-tab.png");
	background-position: 100% 100%;
	background-repeat: no-repeat;
}
div#mw-head div.vectorTabs > ul > li > span > a {
	display: inline-block;
	margin: 0 -3px;
	padding: 0 12px;
	height: 100%;
	text-align: center;
	font-family: 'Fontin-SmallCaps', Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-variant-ligatures: none;
	text-decoration: none;
}
div#mw-head div.vectorMenu > h3 {
	float: none;
	margin: 0;
}
div#mw-head div.vectorMenu > h3 > span {
	display: inline-block;
	margin: 0 0 0 -3px;
	padding: 0 0 0 12px;
	height: 100%;
	vertical-align: top;
	font-family: 'Fontin-SmallCaps', Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
	font-variant-ligatures: none;
	color: #f2c462;
}
div#mw-head div.vectorMenu > h3 > a {
	position: static;
	display: inline-block;
	margin: 0 -3px 0 0;
	padding: 0 12px 0 4px;
	width: 11px;
	height: 26px;
	vertical-align: top;
	line-height: 26px;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAFCAYAAACTphZWAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QQYFxkfDTht+QAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAATElEQVQI14XMQQ2AMBQE0fcxgAQwQlIrKMMKBCNUAg64AClNGva4O7Nx7vOIFYN2MlLAj5CR+mk54mkawgtClBeV8AGhK+F7SNhqEC60JBsT/5zCxwAAAABJRU5ErkJggg==");
	background-position: 4px 50%;
	background-repeat: no-repeat;
}
div#mw-head div.vectorMenu > .menu {
	left: 0;
	top: 26px;
	border: 1px solid #875b3a;
	border-top-color: #734e32;
	border-radius: 0 0 6px 6px;
	background: linear-gradient(to bottom, #734e32 0%, #47301e 100%);
	box-shadow: -2px 5px 5px rgba(0, 0, 0, 0.5);
}
div#mw-head div#p-cactions > .menu {
	left: auto;
	right: 0;
	top: 26px;
	border: 1px solid #875b3a;
	border-top-color: #734e32;
	border-radius: 0 0 6px 6px;
	background: linear-gradient(to bottom, #734e32 0%, #47301e 100%);
	box-shadow: -2px 5px 5px rgba(0, 0, 0, 0.5);
}
div#mw-head div.vectorMenu > .menu > ul {
	border: none;
	background-color: transparent;
}
#socialIconImages {
	padding: 0.5em;
	text-align: center;
}
#socialIconImages > a {
	float: none !important;
	margin: 0 !important;
}
#socialIconImages > a > img {
	width: auto !important;
}
#ca-unwatch.icon a,
#ca-watch.icon a {
	overflow: hidden;
	padding: 0 3px !important;
	text-indent: -9999px;
	background-position: 50% 50% !important;
}
#ca-unwatch.icon a {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZD0iTTguMTAzIDEuMTQ2bDIuMTc1IDQuNDA4IDQuODY0LjcwNy0zLjUyIDMuNDM0LjgzIDQuODQ1LTQuMzUtMi4yODgtNC4zNSAyLjI4OC44My00Ljg0NS0zLjUyLTMuNDMgNC44NjQtLjcwOHoiIGZpbGw9IiNmMmM0NjIiIHN0cm9rZT0iI2YyYzQ2MiIvPjwvc3ZnPg==") !important;
}
#ca-watch.icon a {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZD0iTTguMTAzIDEuMTQ2bDIuMTc1IDQuNDA4IDQuODY0LjcwNy0zLjUyIDMuNDMzLjgzIDQuODQ1LTQuMzUtMi4yODctNC4zNSAyLjI4OC44My00Ljg0NS0zLjUyLTMuNDMgNC44NjQtLjcwOHoiIHN0cm9rZT0iI2YyYzQ2MiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==") !important;
}
#p-search {
	position: absolute;
	float: none;
	bottom: 38px;
	right: 0;
	margin-right: 0.3em;
}
#p-search > form > #simpleSearch {
	margin: 0;
	background: rgba(30, 30, 30, 0.8);
	border: none;
	padding: 3px 1.4em 3px 5px;
	border-radius: 2px;
}

#p-search > form > #simpleSearch #searchButton,
#p-search > form > #simpleSearch #mw-searchButton {
	width: 2em;
}

/* ===== Recent Changes ===== */
.autocomment {
	color: #5e4f45;
}
.mw-plusminus-pos {
	color: #577f1a;
}
.mw-plusminus-neg {
	color: #7f1a1a;
}
.mw-plusminus-null {
	color: #5e4f45;
}
.unpatrolled {
	color: #f25749;
	font-weight: bold;
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	border-width: 1px;
	border-style: solid;
	border-color: #805738 #734e32 #4c3321;
	border-radius: 4px;
	padding: 2px 10px;
	font-family: 'Fontin-SmallCaps', Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: 400;
	font-variant-ligatures: none;
	color: #f2c462;
	cursor: pointer;
	background: #5e3f29;
	background: linear-gradient(to bottom, #493120 0%, #734e32 100%);
}
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus {
	text-shadow: 0px 0px 10px #f2c462;
}
#pageWrapper {
	padding-right: 4px;
}
div#content {
	border: 2px solid #734e32;
	border-radius: 6px;
	color: #a38d6d;
	background: #0f0f0f;
}
.skin-hydradark div#mw-panel div.portal h5 {
	color: #dfcf99;
	font-weight:bold;
	text-transform: uppercase
}
.skin-hydradark #mw-panel.collapsible-nav .portal {
	background-image: none;
}
.skin-hydradark div#mw-panel div.portal h3,
.skin-hydradark div#mw-panel div.portal h3:visited,
.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: #dfcf99;
	font-weight: bold;
	text-transform: uppercase;
}
.skin-hydradark div#mw-panel div.portal div.body ul li a,
.skin-hydradark div#mw-panel div.portal div.body ul li a:link {
	color: #a38d6d;
	font-weight:bold;
}
.skin-hydradark div#mw-panel div.portal div.body ul li a:hover {
	color: #dfcf99;
	font-weight:bold;
}
.skin-hydradark div#mw-panel div.portal div.body ul li a:visited {
	color: #a38d6d;
	font-weight:bold;
}
.skin-hydradark div#mw-panel div.portal div.body {
	background-image: none;
}
.skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h3 a,
.skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h5 a {
	color: #dfcf99;
}
.skin-hydradark #mw-panel.collapsible-nav .portal h5 a {
	color: #dfcf99;
}
.skin-hydradark #mw-panel.collapsible-nav div.portal h5 {
	color: #dfcf99;
}
.skin-hydradark #mw-panel.collapsible-nav div.collapsed h5 {
	color: #dfcf99;
}
div#footer {
	background-image: none;
}
div#footer ul li {
	color: #a38d6d;
}
div#footer a {
	color: #00b6ff;
}
div#toc, div.toc, .mw-warning {
	background: #141414;
	border: 1px solid #a38d6d;
	font-size: 95%;
	padding: 5px;
}
#pagehistory li.selected {
	background-color: transparent;
	border: 1px dashed #75511d;
}
#pagehistory li {
	border: 1px solid #75511d;
}

/* Preferences */
.skin-hydradark div#preferences {
	background: transparent none;
	border: 1px solid #a38d6d;
	clear: both;
	float: left;
	margin: -2px 0 0;
	width: 100%;
}
.skin-hydradark div#preferences fieldset legend {
	background: transparent;
	border: 0 solid #a38d6d;
	color: #a38d6d;
	font-variant: small-caps;
}
.skin-hydradark #preftoc {
	background-color: #130f0a;
	border: 0;
	margin: 0 0 4px !important;
}
.skin-hydradark #preftoc,
.skin-hydradark #preftoc li,
.skin-hydradark #preferences {
	background: transparent none;
	color: #a38d6d;
}
.skin-hydradark #preftoc li.selected a {
	background: #130f0a none;
	border: 1px solid #a38d6d;
	border-bottom: medium none;
	color: #f2c462;
}
.skin-hydradark #preftoc li a,
.skin-hydradark #preftoc li a:active,
.skin-hydradark #preftoc li a:visited {
	color: #00b6ff;
	font-variant: small-caps;
}
.skin-hydradark #preftoc li a:hover {
	background-image: none;
	color: #00b6ff;
	font-variant: small-caps;
}
.skin-hydradark .mw-datatable th {
	background-color: #000;
}
.skin-hydradark .mw-datatable,
.skin-hydradark .mw-datatable td,
.skin-hydradark .mw-datatable th {
	border: 1px solid #75511d;
	padding: 0 0.15em;
}
.skin-hydradark .mw-datatable td {
	background-color: transparent;
}
.skin-hydradark .TablePager tr:hover td {
	background-color: #000 !important;
}
div.thumbinner {
	background-color: transparent;
	border: 1px solid #75511d;
}
li.gallerybox div.thumb {
	background-color: transparent;
	border: 1px solid #75511d;
	margin: 2px;
	text-align: center;
}
html .thumbimage {
	border: none;
}

/* Headings */
.mw-body h1,
.mw-body h2,
.mw-body h3,
.mw-body h4,
.mw-body h5,
.mw-body h6 {
	font-family: 'Fontin-Regular', Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #dfcf99;
	border-bottom-color: #5e4f45;
}
.mw-body .mw-editsection {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5e4f45;
}
.mw-body .mw-editsection > .mw-editsection-bracket {
	color: inherit !important;
}

hr {
	background-color: #5e4f45;
	color: #5e4f45;
}
ul {
	list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QILBTYv67Mf9wAAAAZQTFRF////o41tM9LLpAAAAAF0Uk5TAEDm2GYAAAABYktHRACIBR1IAAAAE0lEQVQI12NgQAEFDD/AsICBAQAakgPJO2sGpQAAAABJRU5ErkJggg==");
}
code {
	background-color: #1a1b18;
	color: #a38d6d;
}
pre {
	background-color: #1a1b18;
	border: 1px dashed #383636;
	color: #a38d6d;
}
fieldset,
ul#filetoc {
	border: 1px solid #503a1e;
	background-color: #130f0a;
}
#catlinks {
	border: 1px solid #503a1e;
	background-color: #130f0a;
}
.catlinks li {
	border-left: 1px solid #a38d6d;
}
.skin-hydradark .mw-search-profile-tabs {
	border: 1px solid #503a1e;
	background-color: #130f0a;
}
.skin-hydradark .mw-search-profile-tabs div.search-types ul li a {
	padding: 0.4em 0.5em;
}
.skin-hydradark .mw-search-profile-tabs div.search-types ul li.current a {
	color: #f2dcae;
}
.skin-hydradark fieldset#mw-searchoptions {
	background-color: #130f0a;
	border: 1px solid #503a1e;
}

/* ===== Table Styles ===== */
div#content table {
	color: inherit;
}
.skin-hydradark table.wikitable,
table.mw_metadata td {
	border: 1px solid #1a1812;
	color: #a38d6d;
	background-color: #26231b;
}
.skin-hydradark table.wikitable > tr > th,
.skin-hydradark table.wikitable > * > tr > th,
table.mw_metadata th {
	background-color: #332f24;
	color: #dfcf99;
}
.skin-hydradark table.wikitable > tr > th,
.skin-hydradark table.wikitable > tr > td,
.skin-hydradark table.wikitable > * > tr > th,
.skin-hydradark table.wikitable > * > tr > td,
table.mw_metadata th,
table.mw_metadata td {
	border: 1px solid #1a1812;
}
.skin-hydradark table.wikitable:not(.jquery-tablesorter) tr:nth-child(even) th,
.skin-hydradark table.wikitable.jquery-tablesorter tbody tr:nth-child(odd) th {
	background-color: #2e2a20;
}
.skin-hydradark table.wikitable:not(.jquery-tablesorter) tr:nth-child(even) td,
.skin-hydradark table.wikitable.jquery-tablesorter tbody tr:nth-child(odd) td {
	background-color: #211F18;
}

.skin-hydradark table.cargoTable td {
    background: inherit !important;
}

/* ===== Table Cell Template Styles ===== */
.skin-hydradark table.wikitable .table-yes,
.skin-hydradark table.wikitable .table-no,
.skin-hydradark table.wikitable .table-na {
	vertical-align: middle;
	text-align: center;
}
.skin-hydradark table.wikitable .table-yes {
	/*background-color: #1e261b !important;*/
}
.skin-hydradark table.wikitable .table-no {
	/*background-color: #261b1b !important;*/
}
.skin-hydradark table.wikitable .table-na {
	/*background-color: #211f19 !important;*/
	color: #5e4f45;
}

/* ===== Table Sorting Arrows ===== */
.skin-hydradark table.jquery-tablesorter th.headerSort {
	background-image: url("data:image/gif;base64,R0lGODlhFQAJAIABAKONbf///yH5BAEKAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==") !important;
}

.skin-hydradark table.jquery-tablesorter th.headerSortDown {
	background-image: url("data:image/gif;base64,R0lGODlhFQAEAIABAKONbf///yH5BAEKAAEALAAAAAAVAAQAAAINjI+AywnaYnhUMopbAQA7") !important;
}

.skin-hydradark table.jquery-tablesorter th.headerSortUp {
	background-image: url("data:image/gif;base64,R0lGODlhFQAEAIABAKONbf///yH5BAEKAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7") !important;
}

/* ===== Pop Up Notification ===== */
#mw-notification-area {
	top: auto;
}
.mw-notification {
	border: 1px dotted #00b6ff;
	border-radius: 4px;
	color: #b6bdbf;
	background-color: rgba(13, 32, 39, 0.9);
}

/* ===== User Message Notification ===== */
.usermessage {
	margin: 2em 0;
	padding: 0.5em 1em;
	border: 1px dotted #00b6ff;
	border-radius: 4px;
	font-weight: bold;
	color: inherit;
	background-color: rgba(0, 182, 255, 0.1);
}

/* ===== Revision comparison ===== */
.skin-hydradark table.diff {
	border-spacing: 4px;
	width: 100%;
}
.skin-hydradark td.diff-lineno,
.skin-hydradark td.diff-marker {
	font-weight: bold;
	color: #dfcf99;
}
.skin-hydradark td.diff-marker {
	font-size: 130%;
}
.skin-hydradark table.diff td {
	padding: 2px 4px;
}
.skin-hydradark table.diff,
.skin-hydradark td.diff-otitle,
.skin-hydradark td.diff-ntitle {
	background-color: transparent;
}
.skin-hydradark td.diff-addedline,
.skin-hydradark td.diff-deletedline,
.skin-hydradark td.diff-context {
	border-width: 1px 1px 1px 4px;
	border-style: solid;
	border-radius: 4px;
	vertical-align: middle;
	font-family: "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Courier New", Courier, monospace;
	font-size: 88%;
	white-space: pre-wrap;
}
.skin-hydradark td.diff-context {
	background-color: #141414;
	border-color: #2c2b2b;
	color: #5e4f45;
}
.skin-hydradark td.diff-deletedline {
	background-color: #191b1c;
	border-color: #894a17;
}
.skin-hydradark td.diff-deletedline .diffchange {
	background-color: #4d3420;
	color: #dfcf99;
}
.skin-hydradark td.diff-addedline {
	background-color: #191b1c;
	border-color: #16678a;
}
.skin-hydradark td.diff-addedline .diffchange {
	background-color: #203f4c;
	color: #dfcf99;
}

/* ===== Category tree ===== */
.CategoryTreeEmptyBullet {
	color: #5e4f45;
}
.CategoryTreeToggle {
	color: #16678a;
}

/* ===== Wiki editor ===== */
div.wikiEditor-ui {
	background: transparent;
	border: medium none;
}
div.wikiEditor-ui-buttons {
	background-color: transparent;
	border-top: medium none;
	margin-right: 5px;
}
div.wikiEditor-ui-controls {
	background-color: transparent;
	border-bottom: 1px solid #734e32;
}
div.wikiEditor-ui-tabs {
	background-color: #0f0f0f;
	border-left: 1px solid #734e32;
	border-top: 1px solid #734e32;
}
div.wikiEditor-ui-tabs div {
	background: #372518;
	border-right: 1px solid #734e32;
	border-bottom: 1px solid #734e32;
	color: #a38d6d;
}
div.wikiEditor-ui-tabs div a {
	background: #372518;
	color: #a38d6d;
}
div.wikiEditor-ui-tabs div.current {
	background-color: #734e32;
	border-bottom: 1px solid #734e32;
}
div.wikiEditor-ui-tabs div.current a {
	color: #f2c462;
}
div.wikiEditor-ui .wikiEditor-ui-top {
	border-bottom: 1px solid #734e32;
}
div.wikiEditor-ui-toolbar {
	background: transparent;
}
div.wikiEditor-ui-toolbar .group {
	border-right: 1px solid #734e32;
}
div.wikiEditor-ui-toolbar .group-search {
	border-left: 1px solid #734e32;
	border-right: none;
}
div.wikiEditor-ui-toolbar .group .label {
	color: #a38d6d;
}
.tab {
	border-color: transparent;
}
div.wikiEditor-ui-toolbar .tabs span.tab a,
div.wikiEditor-ui-toolbar .tabs span.tab a:visited {
	color: #a38d6d;
}
div.wikiEditor-ui-toolbar .tabs span.tab a.current,
div.wikiEditor-ui-toolbar .tabs span.tab a.current:visited {
	color: #f2c462;
}
div.wikiEditor-ui-toolbar .group .tool-select .label {
	color: #a38d6d;
}
div.wikiEditor-ui-toolbar .sections .section {
	background-color: rgba(0, 0, 0, 0.2);
	border-top: 1px solid #734e32;
}
div.wikiEditor-ui-toolbar .booklet .index div {
	color: #a38d6d;
}
div.wikiEditor-ui-toolbar .booklet .index .current {
	background-color: #0f0f0f;
	color: #f2c462;
}
div.wikiEditor-ui-toolbar .booklet .pages {
	background-color: #0f0f0f;
}
div.wikiEditor-ui-toolbar .page-characters div span {
	border: 1px solid #734e32;
	color: #a38d6d;
}
div.wikiEditor-ui-toolbar .page-characters div span:hover {
	background-color: rgba(255, 255, 255, 0.1);
	border-color: #734e32;
	color: #f2c462;
}
div.wikiEditor-ui-toolbar .page-table td {
	border-top: 1px solid #734e32;
	color: #a38d6d;
}
div.wikiEditor-preview-contents,
div.wikiEditor-preview-loading {
	background-color: transparent;
}
div.editOptions {
	background-color: #0f0f0f;
	border-image: none;
	border: 1px solid #734e32;
	border-top: medium none;
}

/* SMW message tweaks */
.smw-editpage-help {
	background-color: #0f0f0f;
	border: 1px solid #734e32;
}
.skin-hydradark tr.smwb-propvalue,
.skin-hydradark tr.smwb-propvalue td,
.skin-hydradark .smwb-center {
	background: transparent none repeat scroll 0 0;
}

/* Math extension */
.mwe-math-fallback-image-inline {
	filter: none !important;
}

.mwe-math-fallback-image-display,
.mwe-math-mathml-display {
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	margin-left: 1.6em !important;
}

/* Cargo extension */
#mw-content-text .cargoTable tr:nth-child(odd) {
	background: #26231b;
}

#mw-content-text .cargoTable tr:nth-child(even) {
	background: #211f18;
}

#mw-content-text .cargoTable th {
	padding: 5px;
	background-color: #332f24;
	border: 1px solid #1a1812;
}

#mw-content-text .cargoTable td {
	padding: 5px;
	border: 1px solid #1a1812;
}

.feature {
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    padding: 10px;
}