پرش به محتوا

پودمان:FootballPlayer/styles.css

از ویکی البرز
.football-infobox {
    width: 320px;
    border: 1px solid #a2a9b1;
    border-collapse: collapse;
    background: #fff;
    font-size: 90%;
}

.football-infobox caption {
    background: #3366cc;
    color: #fff;
    font-weight: bold;
    font-size: 120%;
    padding: .5em;
}

.football-infobox th,
.football-infobox td {
    border: 1px solid #a2a9b1;
    padding: .35em .5em;
    vertical-align: top;
}

.football-header {
    background: #eaecf0;
    text-align: center;
    font-weight: bold;
}

.football-label {
    width: 35%;
    background: #f8f9fa;
    font-weight: bold;
}

.football-data {
    width: 65%;
}

.football-image {
    text-align: center;
    background: #fff;
}

.football-caption {
    font-size: 90%;
    color: #54595d;
    margin-top: .4em;
}

.football-subtable {
    width: 100%;
    border-collapse: collapse;
    font-size: 95%;
}

.football-subtable th {
    background: #f8f9fa;
    text-align: center;
}

.football-subtable td,
.football-subtable th {
    border: 1px solid #c8ccd1;
    padding: .25em .4em;
}

.football-subtable tr:nth-child(even) {
    background: #fbfbfb;
}