User:Dgg/common.css: Difference between revisions

From IdleOn MMO Wiki
imported>Dgg
No edit summary
imported>Dgg
No edit summary
Line 7: Line 7:
}
}


.Infobox.th.Header {
.InfoboxHeader {
background: #916699;
background: #916699;
font-size: 120%;
font-size: 120%;
Line 16: Line 16:
}
}


.Infobox.td.SubHeader {
.InfoboxSubHeader {
background: #916699;
background: #916699;
font-weight: bold;
font-weight: bold;
text-align: center;
text-align: center;
}
}

Revision as of 12:00, 6 March 2021

.TalentsInfobox img {
	margin-top:5px;
}

.Infobox {
	
}

.InfoboxHeader {
	background: #916699;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	padding: 0.5em;
	border-radius: .4em .4em 0 0;
}

.InfoboxSubHeader {
	background: #916699;
	font-weight: bold;
	text-align: center;
}