الگو:جعبه اطلاعات ورزش/styles.css: تفاوت میان نسخهها
ظاهر
جزبدون خلاصۀ ویرایش |
جزبدون خلاصۀ ویرایش |
||
| خط ۱: | خط ۱: | ||
/* Wiki Alborz Sports Infobox */ | /* Wiki Alborz Sports Infobox */ | ||
.sport-infobox { | |||
width: 22em; | |||
max-width: 100%; | |||
float: left; | |||
clear: left; | |||
margin: 0 1em 1em 0; | |||
font-size: 90%; | |||
} | } | ||
.sport- | |||
/* Title */ | |||
.sport-infobox-title { | |||
background: #2c5f9e; | |||
color: #ffffff; | |||
text-align: center; | |||
font-size: 120%; | |||
font-weight: bold; | |||
padding: 0.6em; | |||
} | } | ||
.sport- | |||
/* Section headers */ | |||
.sport-infobox-header { | |||
background: #2c5f9e; | |||
color: #ffffff; | |||
text-align: center; | |||
font-weight: bold; | |||
padding: 0.4em; | |||
} | } | ||
.sport-infobox | |||
/* Image */ | |||
.sport-infobox-image { | |||
text-align: center; | |||
padding: 0.5em; | |||
} | } | ||
.sport-infobox | |||
.sport-infobox-caption { | |||
text-align: center; | |||
font-size: 90%; | |||
padding: 0.3em; | |||
} | } | ||
.sport- | |||
/* Labels */ | |||
.sport-infobox-label { | |||
width: 35%; | |||
text-align:right ; | |||
vertical-align: top; | |||
white-space: nowrap; | |||
} | } | ||
.sport-infobox | |||
/* Values */ | |||
.sport-infobox-value { | |||
width: 65%; | |||
text-align: right; | |||
vertical-align: top; | |||
} | } | ||
.sport-infobox | |||
/* Mobile */ | |||
@media (max-width: 640px) { | |||
.sport-infobox { | |||
float: none; | |||
margin: 1em auto; | |||
width: 100%; | |||
} | |||
} | } | ||
نسخهٔ ۴ اوت ۲۰۲۶، ساعت ۱۲:۵۸
/* Wiki Alborz Sports Infobox */
.sport-infobox {
width: 22em;
max-width: 100%;
float: left;
clear: left;
margin: 0 1em 1em 0;
font-size: 90%;
}
/* Title */
.sport-infobox-title {
background: #2c5f9e;
color: #ffffff;
text-align: center;
font-size: 120%;
font-weight: bold;
padding: 0.6em;
}
/* Section headers */
.sport-infobox-header {
background: #2c5f9e;
color: #ffffff;
text-align: center;
font-weight: bold;
padding: 0.4em;
}
/* Image */
.sport-infobox-image {
text-align: center;
padding: 0.5em;
}
.sport-infobox-caption {
text-align: center;
font-size: 90%;
padding: 0.3em;
}
/* Labels */
.sport-infobox-label {
width: 35%;
text-align:right ;
vertical-align: top;
white-space: nowrap;
}
/* Values */
.sport-infobox-value {
width: 65%;
text-align: right;
vertical-align: top;
}
/* Mobile */
@media (max-width: 640px) {
.sport-infobox {
float: none;
margin: 1em auto;
width: 100%;
}
}