Diferencia entre revisiones de «Plantilla:MainPage/styles.css»
Apariencia
Sin resumen de edición |
Sin resumen de edición |
||
| Línea 54: | Línea 54: | ||
.jetix a { color: #ffffff; } | .jetix a { color: #ffffff; } | ||
.disneyxd a { color: #244156; } | .disneyxd a { color: #244156; } | ||
/* Sección enlaces */ | |||
.enlaces { | |||
text-align: center; | |||
padding: 8px; | |||
} | |||
.lista-enlaces { padding: 12px 18px; } | |||
.lista-enlaces ul { margin: 0; } | |||
.lista-enlaces li { list-style: none; } | |||
Revisión del 02:48 31 jul 2025
.mainpage {
display: flex;
gap: 8px;
}
.mainpage-left {
flex: 1;
}
.mainpage-right {
max-width: 280px;
}
/* Sección canales */
.canales {
display: flex;
flex-direction: column;
align-items: center;
}
.canal {
display: flex;
width: 90%;
min-height: 90px;
border-radius: 6px;
margin-bottom: 18px;
align-items: center;
font-size: 16px;
}
.nombre-canal { font-size: 14px; }
.contenido-canal {
width: 100%;
text-align: center;
}
.foxkids {
background-color: #000000;
color: #ffffff;
}
.jetix {
background-color: #ff222a;
color: #000000;
}
.disneyxd {
background-color: #6fc434;
color: #ffffff;
}
.foxkids a { color: #ffd800; }
.jetix a { color: #ffffff; }
.disneyxd a { color: #244156; }
/* Sección enlaces */
.enlaces {
text-align: center;
padding: 8px;
}
.lista-enlaces { padding: 12px 18px; }
.lista-enlaces ul { margin: 0; }
.lista-enlaces li { list-style: none; }