Diferencia entre revisiones de «Módulo:Infobox/styles.css»

De Wiki TVenserio
Sin resumen de edición
Sin resumen de edición
Línea 31: Línea 31:
     font-weight: bold;
     font-weight: bold;
     text-align: center;
     text-align: center;
}
.infobox-title, .infobox caption {
    padding: 0.2em;
}
}


.infobox .infobox-header, .infobox .infobox-subheader, .infobox .infobox-image, .infobox .infobox-full-data, .infobox .infobox-below {
.infobox .infobox-header, .infobox .infobox-subheader, .infobox .infobox-image, .infobox .infobox-full-data, .infobox .infobox-below {
     text-align: center;
     text-align: center;
}
.infobox-label, .infobox-data, .infobox th, .infobox td {
    text-align: left;
}
}

Revisión del 06:45 31 dic 2021

/* {{pp|small=y}} */
/*
 * This TemplateStyles sheet deliberately does NOT include the full set of
 * infobox styles. We are still working to migrate all of the manual
 * infoboxes. See [[MediaWiki talk:Common.css/to do#Infobox]]
 * DO NOT ADD THEM HERE
 */
/*
 * not strictly certain these styles are necessary since the modules now
 * exclusively output infobox-subbox or infobox, not both
 * just replicating the module faithfully
 */
.infobox-subbox {
	padding: 0;
	border: none;
	margin: -3px;
	width: auto;
	min-width: 100%;
	font-size: 100%;
	clear: none;
	float: none;
	background-color: transparent;
}

.infobox-3cols-child {
	margin: auto;
}

.infobox .infobox-above, .infobox .infobox-title, .infobox caption {
    font-size: 125%;
    font-weight: bold;
    text-align: center;
}

.infobox .infobox-header, .infobox .infobox-subheader, .infobox .infobox-image, .infobox .infobox-full-data, .infobox .infobox-below {
    text-align: center;
}

.infobox-label, .infobox-data, .infobox th, .infobox td {
    text-align: left;
}