Diferencia entre revisiones de «MediaWiki:Common.css»
Sin resumen de edición Etiqueta: Revertido |
Sin resumen de edición Etiqueta: Revertido |
||
| Línea 1: | Línea 1: | ||
/* Desactivar discusión */ | /* Desactivar discusión */ | ||
#ca-talk { display: none !important; } | #ca-talk, | ||
.mw-sticky-header #ca-talk { | |||
display: none !important; | |||
} | |||
/* Desactivar fuente */ | /* Desactivar fuente */ | ||
#ca-viewsource { display: none !important; } | #ca-viewsource { | ||
display: none !important; | |||
} | |||
/* Desactivar proteger */ | /* Desactivar proteger */ | ||
#ca-protect, | #ca-protect, | ||
#ca-unprotect { display: none !important; } | #ca-unprotect, | ||
.mw-sticky-header #ca-protect, | |||
.mw-sticky-header #ca-unprotect { | |||
display: none !important; | |||
} | |||
/* Desactivar botón de añadir a lista de seguimiento */ | /* Desactivar botón de añadir a lista de seguimiento */ | ||
#ca-watch, | #ca-watch, | ||
#ca-unwatch { display: none !important; } | #ca-unwatch, | ||
.mw-sticky-header #ca-watch, | |||
.mw-sticky-header #ca-unwatch { | |||
display: none !important; | |||
} | |||
/* Ocultar menú lateral de herramientas y pestaña de historial para usuarios no logueados */ | /* Ocultar menú lateral de herramientas y pestaña de historial para usuarios no logueados */ | ||
Revisión del 01:33 25 jun 2025
/* Desactivar discusión */
#ca-talk,
.mw-sticky-header #ca-talk {
display: none !important;
}
/* Desactivar fuente */
#ca-viewsource {
display: none !important;
}
/* Desactivar proteger */
#ca-protect,
#ca-unprotect,
.mw-sticky-header #ca-protect,
.mw-sticky-header #ca-unprotect {
display: none !important;
}
/* Desactivar botón de añadir a lista de seguimiento */
#ca-watch,
#ca-unwatch,
.mw-sticky-header #ca-watch,
.mw-sticky-header #ca-unwatch {
display: none !important;
}
/* Ocultar menú lateral de herramientas y pestaña de historial para usuarios no logueados */
.anon-user #p-tb,
.anon-user #ca-history {
display: none !important;
}