User:Blackwolfe/common.css: Difference between revisions
From IdleOn MMO Wiki
imported>Blackwolfe (Blanked the page) |
imported>Blackwolfe No edit summary |
||
Line 1: | Line 1: | ||
/* New Infobox CSS (Currently only for class) */ | |||
.infobox { | |||
width: 30%; | |||
float: right; | |||
clear: right; | |||
background: #e6e6e6; | |||
border: 1px solid black; | |||
border-radius: 0.7em; | |||
margin: 0 0 .5em .5em; | |||
} | |||
@media screen and (max-width: 850px) { | |||
.infobox { | |||
width: 100%; | |||
} | |||
} | |||
.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; | |||
} |
Revision as of 17:36, 10 March 2021
/* New Infobox CSS (Currently only for class) */
.infobox {
width: 30%;
float: right;
clear: right;
background: #e6e6e6;
border: 1px solid black;
border-radius: 0.7em;
margin: 0 0 .5em .5em;
}
@media screen and (max-width: 850px) {
.infobox {
width: 100%;
}
}
.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;
}