الگو:جعبه اطلاعات ورزش/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...» ایجاد کرد |
جزبدون خلاصۀ ویرایش |
||
| خط ۱: | خط ۱: | ||
/* 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 { | .sport-infobox .infobox-title { | ||
background-color: #1f4e79; | |||
background:#1f4e79; | color: white; | ||
text-align: center; | |||
color: | 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:# | color: white; | ||
text-align: center; | |||
color: | font-weight: bold; | ||
padding: 5px; | |||
text-align:center; | |||
font-weight:bold; | |||
} | } | ||
.sport-infobox th { | .sport-infobox th { | ||
width: 35%; | |||
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; | |||
} | |||
.sport-infobox img { | |||
max-width: 100%; | |||
height: auto; | |||
} | } | ||
.sport-infobox small { | |||
.sport-infobox | font-size: 90%; | ||
font-size: | |||
} | } | ||
نسخهٔ ۴ اوت ۲۰۲۶، ساعت ۱۲:۱۶
/* 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%;
}