User:Dgg/common.css: Difference between revisions

From IdleOn MMO Wiki
imported>Dgg
mNo edit summary
imported>Dgg
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
.InfoboxTabs .tabs-container {
.Infobox.tabbertab {
    margin-top: 0;
     padding: 0;
     padding: 0;
    border-radius: 0;
     border: 0;
     border: 0;
    border-top: 0;
}
}


.infobox table {
/* cant remember what it was for
    width: -webkit-fill-available;
}
 
.QuestTable {
.QuestTable {
width:100%;
width:100%;
Line 18: Line 14:
background-color:#916699;
background-color:#916699;
}
}
*/

Latest revision as of 00:44, 15 March 2021

.Infobox.tabbertab {
    padding: 0;
    border: 0;
    border-top: 0;
}

/* cant remember what it was for
.QuestTable {
	width:100%;
	background:#e6e6e6;
}

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