Más acciones
Sin resumen de edición Etiqueta: Revertido |
Sin resumen de edición 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 */ | ||
/* Ocultar la barra lateral en Timeless */ | /* Ocultar la barra lateral izquierda en Timeless */ | ||
# | #mw-site-navigation, | ||
#mw-related-navigation, | |||
#mw-site-container .mw-body-container aside { | |||
display: none !important; | display: none !important; | ||
} | } | ||
/* | /* Expandir el contenido a pantalla completa */ | ||
#content { | #mw-content { | ||
margin-left: 0 !important; | margin-left: 0 !important; | ||
width: 100% !important; | width: 100% !important; | ||
} | } |
Revisión del 00:43 9 abr 2025
/* All CSS here will be loaded for users of the Timeless skin */
/* Ocultar la barra lateral izquierda en Timeless */
#mw-site-navigation,
#mw-related-navigation,
#mw-site-container .mw-body-container aside {
display: none !important;
}
/* Expandir el contenido a pantalla completa */
#mw-content {
margin-left: 0 !important;
width: 100% !important;
}