Diferencia entre revisiones de «MediaWiki:Common.css»
Página de la interfaz de MediaWiki
Más acciones
Sin resumen de edición |
Sin resumen de edición |
||
| Línea 12: | Línea 12: | ||
.portable-infobox { | .portable-infobox { | ||
width: | width: 310px; | ||
border-radius: 12px; | border-radius: 12px; | ||
overflow: hidden; | overflow: hidden; | ||
} | |||
.portable-infobox .pi-data-label { | |||
width: 140px; | |||
min-width: 140px; | |||
} | } | ||
Revisión del 07:34 1 ago 2026
/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */
/*INFOBOX*/
.portable-infobox .pi-image img {
box-sizing: border-box;
padding: 15px;
max-height: 200px;
width: auto !important;
height: auto !important;
}
.portable-infobox {
width: 310px;
border-radius: 12px;
overflow: hidden;
}
.portable-infobox .pi-data-label {
width: 140px;
min-width: 140px;
}
.portable-infobox .pi-title {
padding: 16px;
}