Wynncraft Wiki
No edit summary
No edit summary
Line 93: Line 93:
   
 
/* EDIT button and dropdown */
 
/* EDIT button and dropdown */
.theme-fandomdesktop-dark #p-namespaces a, #p-views a, div#mw-head div.vectorMenu h4 {
+
.theme-fandomdesktop-dark #p-namespaces a, .theme-fandomdesktop-dark #p-views a, .theme-fandomdesktop-dark div#mw-head div.vectorMenu h4 {
 
color: #dbdbdb;
 
color: #dbdbdb;
 
}
 
}

Revision as of 14:04, 9 October 2021

.theme-fandomdesktop-light .page-content .infobox {
    background-color: #d8bc86;
    border-radius: 10px;
    border: 2px ridge #50352d;
    box-shadow: 1px 1px 15px grey;
    color: black;
    margin: 0.5em 0 0.5em 1em;
    padding: 0.2em;
    float: right;
    clear: right;
    text-align: left;
    font-size: 88%;
    line-height: 1.5em;
}
/* Styles for Tradebox */
#Tradebox tr th,
#Tradebox tr td {
	text-align: center;
	padding: 0.2em 0.4em;
}
.theme-fandomdesktop-light #Tradebox {
	background-color: #f8f9fa;
}
.theme-fandomdesktop-light .tradebox-title {
	font-size: 110%;
	background: lightgrey
}
.theme-fandomdesktop-dark #Tradebox {
	background-color: #20262d;
}
.theme-fandomdesktop-dark .tradebox-title {
	font-size: 110%;
	background: grey
}

/* GENERAL PAGE STYLING */
/* .mw-editsection {
	margin-left: auto;
    padding-left: 1em;
    margin-bottom: 0.4em;
} */

.page-content h2 {
	padding: 6px 0 0;
}

.page-header__title {
	font-weight: 400;
}

.wds-tabber {
	overflow: visible
}

.theme-fandomdesktop-light a.mw-selflink.selflink {
	color: #333333;
	font-weight: bolder;
}

.theme-fandomdesktop-dark a.mw-selflink.selflink {
	color: #e6e6e6;
	font-weight: bolder;
}

.selflink:hover {
	text-decoration: none;
}
 /* AMBOX Styling */
.ambox-text {
	font-size: 16px;
	line-height: 2;
}

.amsmalltext {
	font-size: 14px;
	margin: 0;
	line-height: 1.25;
}

table.navbox + table.navbox {
	margin-top: 20px;
}

/* ITEMDATA */
.itemdata-wrapper { 
	float: right;
}

.itemdata-display-wrapper { 
	display: inline-block;
	vertical-align: top;
}

/* EDIT button and dropdown */
.theme-fandomdesktop-dark #p-namespaces a, .theme-fandomdesktop-dark #p-views a, .theme-fandomdesktop-dark div#mw-head div.vectorMenu h4 {
	color: #dbdbdb;
}