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 52: | Línea 52: | ||
.tvrio-grillas { line-height:22px; } | .tvrio-grillas { line-height:22px; } | ||
.tvrio-grillas th { background-color:#3B3B3B; border:2px solid #333; color:white; height:20px; } | .tvrio-grillas th { background-color:#3B3B3B; border:2px solid #333; color:white; height:20px; } | ||
.tvrio-grillas tr:nth-child(even) { background-color:#FFFFFF; } | .tvrio-grillas tr:nth-child(even) { background-color:#FFFFFF; color:black; } | ||
.tvrio-grillas tr:nth-child(odd) { background-color:#EEEDE5; color:black; } | .tvrio-grillas tr:nth-child(odd) { background-color:#EEEDE5; color:black; } | ||
.tvrio-grillas td, table.tabpokemon td { border-right:1px solid #C6C6C6; border-bottom:1px solid #C6C6C6; } | .tvrio-grillas td, table.tabpokemon td { border-right:1px solid #C6C6C6; border-bottom:1px solid #C6C6C6; } | ||
.tvrio-grillas td:last-child { border-right:0; } | .tvrio-grillas td:last-child { border-right:0; } | ||
Revisión del 01:13 8 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: 340px;
border-radius: 12px;
overflow: hidden;
}
.portable-infobox .pi-data-label {
width: 140px;
min-width: 140px;
}
.portable-infobox .pi-title {
padding: 16px;
}
/* LISTA DESPLEGABLE */
button.mw-collapsible-toggle::before,
button.mw-collapsible-toggle::after,
button.mw-collapsible-toggle .mw-collapsible-text::before,
button.mw-collapsible-toggle .mw-collapsible-text::after {
content: "" !important;
}
/* ESTILO PARA LAS LISTAS DE PROGRAMACIÓN */
.tvrio-grillas {
border:2px solid #C6C6C6;
border-collapse:collapse;
font-size:90%;
text-align:center;
margin:5px 0 1.5em;
background-color:#FFFFFF;
box-shadow:0.3em 0.3em 0.5em #ACACAD;
}
.tvrio-grillas {
margin:5px auto 1.5em;
}
.tvrio-grillas { line-height:22px; }
.tvrio-grillas th { background-color:#3B3B3B; border:2px solid #333; color:white; height:20px; }
.tvrio-grillas tr:nth-child(even) { background-color:#FFFFFF; color:black; }
.tvrio-grillas tr:nth-child(odd) { background-color:#EEEDE5; color:black; }
.tvrio-grillas td, table.tabpokemon td { border-right:1px solid #C6C6C6; border-bottom:1px solid #C6C6C6; }
.tvrio-grillas td:last-child { border-right:0; }