Diferencia entre revisiones de «MediaWiki:Timeless.css»

De Manual de estilo
Etiqueta: Revertido
Etiqueta: Revertido
Línea 1: Línea 1:
/* Panel izquierdo */
/* Panel izquierdo */
#mw-site-navigation {
#mw-site-navigation {
     background: linear-gradient(to bottom, #f0f0f0, #E6F0FA, #f0f0f0);
     background: linear-gradient(to bottom, #fafafa, #E6F0FA, #fafafa);
     border: none;
     border: none;
     box-shadow: none;
     box-shadow: none;
Línea 8: Línea 8:
/* Contenedor central */
/* Contenedor central */
#mw-content {
#mw-content {
     background: linear-gradient(to bottom, #f0f0f0, #E6F0FA, #f0f0f0);
     background: linear-gradient(to bottom, #fafafa, #E6F0FA, #fafafa);
     border: none;
     border: none;
     box-shadow: none;
     box-shadow: none;
Línea 15: Línea 15:
/* Panel derecho */
/* Panel derecho */
#mw-related-navigation {
#mw-related-navigation {
     background: linear-gradient(to bottom, #f0f0f0, #E6F0FA, #f0f0f0);
     background: linear-gradient(to bottom, #fafafa, #E6F0FA, #fafafa);
     border: none;
     border: none;
     box-shadow: none;
     box-shadow: none;
}
}

Revisión del 17:16 29 ago 2025

/* Panel izquierdo */
#mw-site-navigation {
    background: linear-gradient(to bottom, #fafafa, #E6F0FA, #fafafa);
    border: none;
    box-shadow: none;
}

/* Contenedor central */
#mw-content {
    background: linear-gradient(to bottom, #fafafa, #E6F0FA, #fafafa);
    border: none;
    box-shadow: none;
}

/* Panel derecho */
#mw-related-navigation {
    background: linear-gradient(to bottom, #fafafa, #E6F0FA, #fafafa);
    border: none;
    box-shadow: none;
}