User:OneRobotBoii/vector.css: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
No edit summary
Tag: Manual revert
No edit summary
Line 1: Line 1:
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-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 {
.mw-page-container {
background-color: transparent;
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;
}
}

Revision as of 12:46, 14 August 2022

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