User:Dgg/common.css: Difference between revisions
From IdleOn MMO Wiki
< User:Dgg
imported>Dgg No edit summary |
imported>Dgg No edit summary |
||
Line 5: | Line 5: | ||
.Infobox { | .Infobox { | ||
width: 30%; | width: 30%; | ||
float:right; | float: right; | ||
background: #e6e6e6; | background: #e6e6e6; | ||
border: 1px solid black; | border: 1px solid black; | ||
border-radius: 0.7em; | border-radius: 0.7em; | ||
margin: 0 0 .5em .5em; | margin: 0 0 .5em .5em; | ||
} | |||
.InfoboxHeaderImage { | |||
text-align: center; | |||
} | } | ||
Revision as of 12:13, 6 March 2021
.TalentsInfobox img {
margin-top:5px;
}
.Infobox {
width: 30%;
float: right;
background: #e6e6e6;
border: 1px solid black;
border-radius: 0.7em;
margin: 0 0 .5em .5em;
}
.InfoboxHeaderImage {
text-align: center;
}
.InfoboxHeader {
background: #916699;
font-size: 120%;
font-weight: bold;
text-align: center;
padding: 0.5em;
border-radius: .4em .4em 0 0;
}
.InfoboxSubHeader {
background: #916699;
font-weight: bold;
text-align: center;
}