Vorlage:Person Infobox/style.css
Aus PokéWiki
.person-infobox {
border-radius: 0.5em;
float: right;
margin: 0 0 1em 1em;
text-align: center;
width: 300px;
}
.person-infobox .names > tbody > tr:first-child th {
font-size: x-large;
}
.person-infobox .names table {
margin: auto;
max-width: max-content;
}
.person-infobox .names table th {
text-align: left;
}
.person-infobox .image-box {
background: #FFFFFF;
}
.person-infobox .image-box .clicktoggle {
color: #002bb8;
}
.person-infobox .info th:not([colspan="2"]) {
background: #FFFFFF;
border-radius: 0.5em;
padding: 2px;
width: 33%;
}
.person-infobox .info td {
background: #FFFFFF;
border-radius: 0.5em;
padding: 2px;
width: 67%;
}
.person-infobox > tbody > tr > th > table,
.person-infobox > tbody > tr > td > table {
border-radius: 0.5em;
width: 100%;
}
.person-infobox > tr:first-child th {
padding: 10px;
}
@media only screen and (max-width: 480px) {
.person-infobox {
width: 100%;
}
}
/* [[Kategorie:Vorlage:Non-Wikitext]] */