Diferencia entre revisiones de «MediaWiki:Timeless.css»
De Manual de estilo
Etiqueta: Revertido |
|||
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-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:19 20 ago 2025
/* 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-site-navigation { background-image: linear-gradient(to bottom, #EDF2F7, #F2F2F2); } #mw-related-navigation { background-image: linear-gradient(to bottom, #EDF2F7, #F2F2F2); }