Template:Infobox Player/styles.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
border: 1px solid #aaa; | border: 1px solid #aaa; | ||
float: right; | float: right; | ||
padding: 1em; | padding: 1em; | ||
width: 250px; | width: 250px; | ||
Revision as of 16:36, 4 April 2024
.infobox {
background: #eee;
border: 1px solid #aaa;
float: right;
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;
}