User:Dgg/common.css: Difference between revisions
From IdleOn MMO Wiki
< User:Dgg
imported>Dgg No edit summary |
imported>Dgg No edit summary |
||
Line 1: | Line 1: | ||
.Infobox { | .Infobox { | ||
width: 30%; | width: 30%; | ||
Line 10: | Line 6: | ||
border-radius: 0.7em; | border-radius: 0.7em; | ||
margin: 0 0 .5em .5em; | margin: 0 0 .5em .5em; | ||
} | |||
.Infobox th { | |||
background: #c0b3cc; | |||
text-align: left; | |||
padding: 0.2em 0.2em 0.2em 0.3em; | |||
} | } | ||
Line 21: | Line 23: | ||
} | } | ||
.Infobox | .Infobox th.SubHeader { | ||
background: #916699; | |||
font-weight: bold; | |||
text-align: center; | |||
} | |||
.Infobox th.InfoboxTalents { | |||
text-align: center; | text-align: center; | ||
background: #e6e6e6; | background: #e6e6e6; | ||
} | } | ||
. | .InfoboxTalents img { | ||
margin-top:5px; | |||
} | } | ||
.Infobox | .Infobox td.HeaderImage { | ||
text-align: center; | |||
background: #e6e6e6; | |||
} | } |
Revision as of 12:55, 6 March 2021
.Infobox {
width: 30%;
float: right;
background: #e6e6e6;
border: 1px solid black;
border-radius: 0.7em;
margin: 0 0 .5em .5em;
}
.Infobox th {
background: #c0b3cc;
text-align: left;
padding: 0.2em 0.2em 0.2em 0.3em;
}
.Infobox th.Header {
background: #916699;
font-size: 120%;
font-weight: bold;
text-align: center;
padding: 0.5em;
border-radius: .4em .4em 0 0;
}
.Infobox th.SubHeader {
background: #916699;
font-weight: bold;
text-align: center;
}
.Infobox th.InfoboxTalents {
text-align: center;
background: #e6e6e6;
}
.InfoboxTalents img {
margin-top:5px;
}
.Infobox td.HeaderImage {
text-align: center;
background: #e6e6e6;
}