User:Dgg/common.css: Difference between revisions

From IdleOn MMO Wiki
imported>Dgg
mNo edit summary
imported>Dgg
mNo edit summary
Line 6: Line 6:
}
}


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

Revision as of 17:12, 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;
}