پرش به محتوا

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

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


.infobox.sport-infobox {
.sport-infobox {
    width: 300px;
width: 22em;
    float: left;
max-width: 100%;
    clear: left;
float: left;
    margin: 0 0 1em 1em;
clear: left;
    border: 1px solid #a2a9b1;
margin: 0 1em 1em 0;
    background-color: #fff;
font-size: 90%;
    font-size: 90%;
}
}


.sport-infobox .infobox-title {
 
    background-color: #3366cc;
/* Title */
    color: white;
 
    text-align: center;
.sport-infobox-title {
    font-size: 120%;
background: #2c5f9e;
    font-weight: bold;
color: #ffffff;
    padding: 8px;
text-align: center;
font-size: 120%;
font-weight: bold;
padding: 0.6em;
}
}


.sport-infobox .infobox-header {
 
    background-color: #dbeeff;
/* Section headers */
    color: #000;
 
    text-align: center;
.sport-infobox-header {
    font-weight: bold;
background: #2c5f9e;
    padding: 5px;
color: #ffffff;
text-align: center;
font-weight: bold;
padding: 0.4em;
}
}


.sport-infobox th {
 
    width: 35%;
/* Image */
    text-align: right;
 
    vertical-align: top;
.sport-infobox-image {
    padding: 4px;
text-align: center;
    font-weight: bold;
padding: 0.5em;
}
}


.sport-infobox td {
 
    text-align: right;
.sport-infobox-caption {
    vertical-align: top;
text-align: center;
    padding: 4px;
font-size: 90%;
padding: 0.3em;
}
}


.sport-infobox .infobox-image {
 
    text-align: center;
/* Labels */
    padding: 8px;
 
.sport-infobox-label {
width: 35%;
text-align:right ;
vertical-align: top;
white-space: nowrap;
}
}


.sport-infobox img {
 
    max-width: 100%;
/* Values */
    height: auto;
 
.sport-infobox-value {
width: 65%;
text-align: right;
vertical-align: top;
}
}


.sport-infobox small {
 
    font-size: 90%;
/* 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%;
	}

}