User:Dgg/common.css: Difference between revisions

From IdleOn MMO Wiki
imported>Dgg
No edit summary
imported>Dgg
mNo edit summary
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
.InfoboxTalents img {
.Infobox.tabbertab {
margin-top:5px;
    padding: 0;
    border: 0;
    border-top: 0;
}
}


.Infobox {
/* cant remember what it was for
width: 30%;
.QuestTable {
float: right;
width:100%;
background: #e6e6e6;
background:#e6e6e6;
border: 1px solid black;
border-radius: 0.7em;
margin: 0 0 .5em .5em;
}
}


.Infobox th.Header {
.QuestTable thead tr th {
background: #916699;
background-color:#916699;
font-size: 120%;
font-weight: bold;
text-align: center;
padding: 0.5em;
border-radius: .4em .4em 0 0;
}
 
.Infobox td.HeaderImage {
text-align: center;
background: #e6e6e6;
}
 
.Infobox th.SubHeader {
background: #916699;
font-weight: bold;
text-align: center;
}
 
.Infobox th {
background: #c0b3cc;
    text-align: left;
    padding: 0.2em 0.2em 0.2em 0.3em;
}
}
*/

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;
}
*/