Template:Infobox Player/styles.css: Difference between revisions
Appearance
added infobox player styles  |
populated styles |
||
| Line 2: | Line 2: | ||
  background-color: #f0f8ff; |   background-color: #f0f8ff; | ||
  border: 2px solid #87ceeb; |   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; | |||
} | } | ||
Revision as of 20:50, 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;
}