User:Dgg/common.css: Difference between revisions

From IdleOn MMO Wiki
imported>Dgg
m (removed implemented infobox css)
imported>Dgg
mNo edit summary
Line 1: Line 1:
.tabs-container.InfoboxTabs {
    margin-top: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
}
.infobox table {
    width: -webkit-fill-available;
}
.QuestTable {
.QuestTable {
width:100%;
width:100%;

Revision as of 17:08, 8 March 2021

.tabs-container.InfoboxTabs {
    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;
}