Más acciones
Página reemplazada por «→All CSS here will be loaded for users of the Timeless skin: » Etiqueta: Reemplazo |
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 */ | |||
#column-one, #mw-navigation { | |||
display: none !important; | |||
} | |||
/* Ajustar el contenido para que ocupe toda la pantalla */ | |||
#content { | |||
margin-left: 0 !important; | |||
width: 100% !important; | |||
} | |||
/* Asegurarse de que el pie de página también ajuste su espacio */ | |||
#footer { | |||
margin-left: 0 !important; | |||
} |
Revisión del 00:42 9 abr 2025
/* All CSS here will be loaded for users of the Timeless skin */
/* Ocultar la barra lateral en Timeless */
#column-one, #mw-navigation {
display: none !important;
}
/* Ajustar el contenido para que ocupe toda la pantalla */
#content {
margin-left: 0 !important;
width: 100% !important;
}
/* Asegurarse de que el pie de página también ajuste su espacio */
#footer {
margin-left: 0 !important;
}