Template:Infobox Player/styles.css: Difference between revisions
Appearance
populated styles |
added image style |
||
| Line 24: | Line 24: | ||
text-align:left; | text-align:left; | ||
vertical-align:top; | vertical-align:top; | ||
} | |||
.infobox-image { | |||
text-align:center; | |||
} | } | ||
Revision as of 20:51, 23 June 2025
.infobox-player {
background-color: #f0f8ff;
border: 2px solid #87ceeb;
}
.infobox-title {
font-size:120%;
background:#F4BB44;
}
.infobox-section {
}
.infobox-leftfield {
width:50%;
text-align:left;
font-weight:bold;
vertical-align:top;
}
.infobox-rightfield {
width:50%;
text-align:left;
vertical-align:top;
}
.infobox-image {
text-align:center;
}