پرش به محتوا

الگو:جعبه اطلاعات ورزش/styles.css

از ویکی البرز
/* Wiki Alborz Sports Infobox */

.infobox.sport-infobox {
    width: 300px;
    float: left;
    clear: left;
    margin: 0 0 1em 1em;
    border: 1px solid #a2a9b1;
    background-color: #fff;
    font-size: 90%;
}

.sport-infobox .infobox-title {
    background-color: #3366cc;
    color: white;
    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%;
}