1,083
edits
Welcome to PikloDex! If you want to request an account, please do so at Mario Wiki or Fanonpedia.
m (15 revisions imported: Importing from SkyWiki) |
(was in https://www.wikidex.net/wiki/MediaWiki:Common.css) |
||
Line 327: | Line 327: | ||
} | } | ||
/** | /** Template:Pokémon infobox **/ | ||
.pokemon_infobox {width: 16em;} | |||
.pokemon_infobox .japanese_name {font-size:75%;} | |||
.pokemon_infobox table.data th {text-align: right;} | |||
.pokemon_infobox div.sec {font-size:80%;} | |||
.pokemon_infobox div.sec .h {font-size:125%;} | |||
.pokemon_infobox .none {color:#555;} | |||
/*** Table styles ***/ | |||
/* | |||
{| class=" | The idea is, if you want the first column of the table to be aligned to the right, the second to the center, and the third to the left, use | ||
{| class="col1right col2center col3left" | |||
instead of repeating "style='text-align:right'", etc, in each cell | |||
*/ | */ | ||