Diferencia entre revisiones de «MediaWiki:Timeless.css»

De Manual de estilo
(Página creada con «→‎All CSS here will be loaded for users of the Timeless skin: #mw-site-navigation, #mw-content, #mw-related-navigation { border: none; →‎elimina cualquier borde: box-shadow: none; →‎elimina posibles sombras: } #mw-content { background-image: linear-gradient(to bottom, #EDF2F7, #F2F2F2); } #mw-site-navigation { background-image: linear-gradient(to bottom, #EDF2F7, #F2F2F2); } #mw-related-navigation { background-image: linear-gradient(to bot…»)
 
Línea 1: Línea 1:
/* All CSS here will be loaded for users of the Timeless skin */
/* All CSS here will be loaded for users of the Timeless skin */
#mw-site-navigation,
#mw-content,
#mw-related-navigation {
    border: none; /* elimina cualquier borde */
    box-shadow: none; /* elimina posibles sombras */
}
#mw-content {
    background-image: linear-gradient(to bottom, #EDF2F7, #F2F2F2);
}
#mw-site-navigation {
    background-image: linear-gradient(to bottom, #EDF2F7, #F2F2F2);
}
#mw-related-navigation {
    background-image: linear-gradient(to bottom, #EDF2F7, #F2F2F2);
}

Revisión del 00:17 20 ago 2025

/* All CSS here will be loaded for users of the Timeless skin */