پرش به محتوا

الگو:جعبه اطلاعات ورزش/styles.css: تفاوت میان نسخه‌ها

از ویکی البرز
جزبدون خلاصۀ ویرایش
جزبدون خلاصۀ ویرایش
خط ۱: خط ۱:
/* Wiki Alborz Sports Infobox */
/* Wiki Alborz Sports Infobox */


.sport-infobox {
.infobox.sport-infobox {
     width: 300px;
     width: 300px;
     float: left;
     float: right;
     clear: left;
     clear: right;
     margin: 0 0 1em 1em;
     margin: 0 0 1em 1em;
     border: 1px solid #a2a9b1;
     border: 1px solid #a2a9b1;
خط ۱۲: خط ۱۲:


.sport-infobox .infobox-title {
.sport-infobox .infobox-title {
     background-color: #1f4e79;
     background-color: #3366cc;
     color: white;
     color: #fff;
     text-align: center;
     text-align: center;
     font-size: 120%;
     font-size: 120%;
خط ۲۱: خط ۲۱:


.sport-infobox .infobox-header {
.sport-infobox .infobox-header {
     background-color: #2b6ca3;
     background-color: #dbeeff;
     color: white;
     color: #000;
     text-align: center;
     text-align: center;
     font-weight: bold;
     font-weight: bold;
خط ۳۳: خط ۳۳:
     vertical-align: top;
     vertical-align: top;
     padding: 4px;
     padding: 4px;
    font-weight: bold;
}
}


.sport-infobox td {
.sport-infobox td {
     text-align: right;
     text-align: right;
    vertical-align: top;
     padding: 4px;
     padding: 4px;
}
}

نسخهٔ ‏۴ اوت ۲۰۲۶، ساعت ۱۲:۳۵

/* 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%;
}