User:OneRobotBoii/vector.css

From Path of Exile Wiki
Jump to navigation Jump to search

Note: After saving, you have to bypass your browser's cache to see the changes. The simplest method that will work for most users is to hold down the ⇧ Shift key and click the Reload toolbar button. For details and other methods, see Help:Clear your browser cache.

body {
	background: #000 url(https://www.poewiki.net/w/images/9/98/Bg.jpg) no-repeat center top;
    background-size: cover;
}
.c-cblock--violet {
	border: 1px solid #2c2b2b;
}
.c-cblock--gold {
	border: 1px solid #2c2b2b;
}
.mw-body {
	border: 2px solid #734e32;
	border-radius: 5px;
	color: #a38d6d;
	background: #0f0f0f;
	box-shadow: 0 1.5rem 3rem rgb(0 0 0 / 50%);
}
#mw-panel {
	background: #0f0f0f;
	border: 2px solid #734e32;
	position: fixed;
	left:2vw;
	box-shadow: 2px 2px 25px 1px #000;
}
.wvui-button--framed:not([disabled]),
.client-js .skin-vector-search-vue .wvui-input__input:not([disabled]) {
	background-color: #231f1f;
	opacity: 1;
	color:white;
	border: #734e32 1px solid;
}
.wvui-button--framed:not([disabled]):hover {
	background-color: #554c4c;
	opacity: 1;
	color:white;
	border: rgb(186,188,184) 1px solid;
}
#mw-sidebar-button{
	background: #a38d6d;
	box-shadow: 2px 2px 25px 1px #000;
	padding: 0.5rem 0.75rem;
}
.mw-article-toolbar-container {
	max-width: 100vw;
	margin-left: auto;
	margin-right: auto;
}
.reference-text {
	color: #dfcf99;
}
.vector-user-links .vector-user-menu-more #pt-userpage-2 span {
	color: #dfcf99;
}

.mw-page-container {
	background-color: transparent;
	border: none;
}
.vector-body h1 {
	margin-top: 0;
}
div#mw-head .vector-menu-tabs li,
div#mw-head .vector-menu-dropdown h3 {
	background-color: url("https://www.poewiki.net/w/images/c/c1/Vector_tab_left.png),url(https://www.poewiki.net/w/images/0/07/Vector_tab_right.png");
}
.vector-body p {
	color: #a38d6d;
}
.o-flex-grid__inner > ul li {
	color: #a38d6d;
}
table ul li {
	color: #a38d6d;
}
.mw-content-container {
	max-width: 100vw;
}
table.wikitable {
	width: 100%;
}
.mw-body h3 {
	font-size: 1.2rem;
}
div.c-responsive-table {
	max-width: 100%;
}
#mw-content-text > div.mw-parser-output > div.navbox > table > tbody > tr > td > div > table {
	width: auto;

}
.mw-logo-wordmark {
	display: none;
}
.mw-logo {
	background: url(/images/c/cb/PoEWikiLogo.png?c6e30) no-repeat;
	width: 180px;
	height: 120px;
}