User:Dgg/common.css: Difference between revisions

From IdleOn MMO Wiki
imported>Dgg
mNo edit summary
imported>Dgg
mNo edit summary
Line 1: Line 1:
.tabs-container.InfoboxTabs {
.InfoboxTabs .tabs-container {
     margin-top: 0;
     margin-top: 0;
     padding: 0;
     padding: 0;

Revision as of 17:11, 8 March 2021

.InfoboxTabs .tabs-container {
    margin-top: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
}

.infobox table {
    width: -webkit-fill-available;
}

.QuestTable {
	width:100%;
	background:#e6e6e6;
}

.QuestTable thead tr th {
	background-color:#916699;
}