پرش به محتوا

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

از ویکی البرز
صفحه‌ای تازه حاوی «.infobox.sport-infobox { width:300px; border:1px solid #a2a9b1; background:#ffffff; font-size:90%; } .sport-infobox .infobox-title { background:#1f4e79; color:#ffffff; text-align:center; font-size:120%; font-weight:bold; } .sport-infobox .infobox-header { background:#1f4e79; color:#ffffff; text-align:center; font-weight:bold; } .sport-infobox th { background...» ایجاد کرد
 
جزبدون خلاصۀ ویرایش
خط ۱: خط ۱:
.infobox.sport-infobox {
/* Wiki Alborz Sports Infobox */
 
    width:300px;
 
    border:1px solid #a2a9b1;
 
    background:#ffffff;
 
    font-size:90%;


.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 {
.sport-infobox .infobox-title {
 
     background-color: #1f4e79;
     background:#1f4e79;
     color: white;
 
     text-align: center;
     color:#ffffff;
     font-size: 120%;
 
     font-weight: bold;
     text-align:center;
    padding: 8px;
 
     font-size:120%;
 
     font-weight:bold;
 
}
}


.sport-infobox .infobox-header {
.sport-infobox .infobox-header {
 
     background-color: #2b6ca3;
     background:#1f4e79;
     color: white;
 
     text-align: center;
     color:#ffffff;
     font-weight: bold;
 
    padding: 5px;
     text-align:center;
 
     font-weight:bold;
 
}
}


.sport-infobox th {
.sport-infobox th {
 
     width: 35%;
     background:#eaecf0;
     text-align: right;
 
    vertical-align: top;
     text-align:right;
    padding: 4px;
 
}
}


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


.sport-infobox .infobox-image {
.sport-infobox .infobox-image {
    text-align: center;
    padding: 8px;
}


     text-align:center;
.sport-infobox img {
 
     max-width: 100%;
    height: auto;
}
}


 
.sport-infobox small {
.sport-infobox .infobox-caption {
     font-size: 90%;
 
     font-size:85%;
 
    text-align:center;
 
}
}

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

/* Wiki Alborz Sports 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: #1f4e79;
    color: white;
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    padding: 8px;
}

.sport-infobox .infobox-header {
    background-color: #2b6ca3;
    color: white;
    text-align: center;
    font-weight: bold;
    padding: 5px;
}

.sport-infobox th {
    width: 35%;
    text-align: right;
    vertical-align: top;
    padding: 4px;
}

.sport-infobox td {
    text-align: right;
    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%;
}