Diferencia entre revisiones de «MediaWiki:Timeless.css»
De Manual de estilo
Etiqueta: Reversión manual |
|||
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 .portal[id*="otros-enlaces"] { | |||
background: linear-gradient(to bottom, #F7F9FC, #EAD9F5); | |||
border: none; | |||
box-shadow: none; | |||
padding: 5px; | |||
border-radius: 8px; /* bordes redondeados opcional */ | |||
} |
Revisión del 19:03 25 ago 2025
/* All CSS here will be loaded for users of the Timeless skin */ #mw-site-navigation .portal[id*="otros-enlaces"] { background: linear-gradient(to bottom, #F7F9FC, #EAD9F5); border: none; box-shadow: none; padding: 5px; border-radius: 8px; /* bordes redondeados opcional */ }