الگو:جعبه اطلاعات ورزش/styles.css
ظاهر
/* Wiki Alborz Sports Infobox */
.infobox.sport-infobox {
width: 300px;
float: right;
clear: right;
margin: 0 0 1em 1em;
border: 1px solid #a2a9b1;
background-color: #fff;
font-size: 90%;
}
.sport-infobox .infobox-title {
background-color: #3366cc;
color: #fff;
text-align: center;
font-size: 120%;
font-weight: bold;
padding: 8px;
}
.sport-infobox .infobox-header {
background-color: #dbeeff;
color: #000;
text-align: center;
font-weight: bold;
padding: 5px;
}
.sport-infobox th {
width: 35%;
text-align: right;
vertical-align: top;
padding: 4px;
font-weight: bold;
}
.sport-infobox td {
text-align: right;
vertical-align: top;
padding: 4px;
}
.sport-infobox .infobox-image {
text-align: center;
padding: 8px;
}
.sport-infobox img {
max-width: 100%;
height: auto;
}
.sport-infobox small {
font-size: 90%;
}