Template:Infobox Player/styles.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 8: | Line 8: | ||
} | } | ||
.infobox-title { | .infobox-title { | ||
font-size: | font-size: 1.5em; | ||
text-align: center; | text-align: center; | ||
font-weight: bold; | font-weight: bold; | ||
Revision as of 16:33, 4 April 2024
.infobox {
background: #eee;
border: 1px solid #aaa;
float: right;
margin: 0 0 1em 1em;
padding: 1em;
width: 250px;
}
.infobox-title {
font-size: 1.5em;
text-align: center;
font-weight: bold;
}
.infobox-image {
text-align: center;
}
.infobox-image-quote {
text-align: center;
font-style: italic;
}
.infobox-table th {
text-align: left;
vertical-align: top;
width: 120px;
}
.infobox-table td {
vertical-align: top;
}