Template:Pokémon Infobox/styles.css
Jump to navigation
Jump to search
.pkmn-infobox {
float: right;
clear: right;
margin: 0 0 1em 1em;
width: 280px;
border-width: 2px;
border-style: solid;
/* border-color comes from inline style on <table> */
border-radius: 0.25em;
background: #fff;
font-size: 90%;
line-height: 1.4;
}
/* ─── header ──────────────────────────────────────────────────── */
.pkmn-infobox .header-main {
background: #eee;
text-align: center;
font-weight: bold;
padding: 0.3em;
}
/* ─── subheads ─────────────────────────────────────────────────── */
.pkmn-infobox .subhead {
background: #ddd;
font-size: 0.95em;
padding: 0.2em;
}
/* ─── two-column boxes ────────────────────────────────────────── */
.pkmn-infobox .abil-box,
.pkmn-infobox .breed-box {
float: left;
width: 50%;
text-align: center;
padding: 0.2em;
}