Template:Infobox Player/styles.css: Difference between revisions
Appearance
No edit summary Tag: Manual revert |
No edit summary |
||
| Line 18: | Line 18: | ||
} | } | ||
. | .infobox-race-class { | ||
text-align: center; | text-align: center; | ||
} | } | ||
Revision as of 16:57, 4 April 2024
.infobox {
background: #aaaaaa;
border: 1px solid #000000;
margin: 0 0 0.5em 0.5em;
padding: 0.5em;
width: auto;
float: right;
}
.infobox th, .infobox td {
padding: 0.25em;
}
.infobox-title {
font-size: 1.5em;
font-weight: bold;
text-align: center;
}
.infobox-race-class {
text-align: center;
}
.infobox-image-quote {
font-style: italic;
}