Diferencia entre revisiones de «MediaWiki:Timeless.css»
De Manual de estilo
Línea 1: | Línea 1: | ||
/* Panel derecho */ | /* Panel derecho */ | ||
#mw-related-navigation { | #mw-related-navigation { | ||
background: linear-gradient(to bottom, #f0f0f0, #E6F0FA, #f0f0f0); | |||
border: none; | |||
box-shadow: none; | |||
} | |||
/* Panel izquierdo */ | |||
#mw-site-navigation { | |||
background: linear-gradient(to bottom, #f0f0f0, #E6F0FA, #f0f0f0); | background: linear-gradient(to bottom, #f0f0f0, #E6F0FA, #f0f0f0); | ||
border: none; | border: none; | ||
box-shadow: none; | box-shadow: none; | ||
} | } |
Revisión del 17:24 29 ago 2025
/* Panel derecho */ #mw-related-navigation { background: linear-gradient(to bottom, #f0f0f0, #E6F0FA, #f0f0f0); border: none; box-shadow: none; } /* Panel izquierdo */ #mw-site-navigation { background: linear-gradient(to bottom, #f0f0f0, #E6F0FA, #f0f0f0); border: none; box-shadow: none; }