153
edits
Welcome to SSB Universes Wiki! If you want to request an account, please do so at Mario Wiki, Italia Wiki, Gabe the Slacker Wiki, or Fanonpedia.
(+) |
(test) |
||
Line 223: | Line 223: | ||
/* Infobox template style */ | /* Infobox template style */ | ||
.infobox { | .infobox { | ||
float: right; | |||
clear: right; | |||
font-size: 90%; | |||
text-align: left; | |||
border: 1px solid #aaa; | |||
background-color: #f9f9f9; | |||
margin: 0.5em 0 0.5em 1em; | |||
padding: 0.2em; | |||
} | } | ||
.infobox td, | .infobox td, | ||
.infobox th { | .infobox th { | ||
vertical-align: top; | |||
} | } | ||
.infobox caption { | .infobox caption { | ||
font-size: larger; | |||
margin-left: inherit; | |||
} | } | ||
.infobox.bordered { | .infobox.bordered { | ||
border-collapse: collapse; | |||
} | } | ||
.infobox.bordered td, | .infobox.bordered td, | ||
.infobox.bordered th { | .infobox.bordered th { | ||
border: 1px solid #aaa; | |||
} | } | ||
.infobox.bordered .borderless td, | .infobox.bordered .borderless td, | ||
.infobox.bordered .borderless th { | .infobox.bordered .borderless th { | ||
border: 0; | |||
} | } | ||