Template:Move Infobox/styles.css
Jump to navigation
Jump to search
/* ───────────────────────── Move infobox ───────────────────────── */
table.pkmn-infobox.move-infobox {
width: 240px;
border-width: 4px;
border-style: solid;
border-radius: 10px;
background: #fefefe;
border-collapse: separate;
float: right; /* mirrors the Pokémon infobox behaviour */
clear: right;
}
/* title bar */
table.pkmn-infobox.move-infobox th.header-main {
color: #fff;
font-size: 140%;
text-align: center;
padding: 6px 0;
}
/* left-hand label cells */
table.pkmn-infobox.move-infobox th[scope="row"] {
background: #f0f0f0;
width: 110px;
text-align: left;
padding: 4px 6px;
}
/* value cells */
table.pkmn-infobox.move-infobox td {
padding: 4px 6px;
text-align: center;
}