Ir al contenido

Diferencia entre revisiones de «MediaWiki:Common.css»

De Caballipedia
Sin resumen de edición
Etiqueta: Revertido
Sin resumen de edición
Etiqueta: Revertido
Línea 1: Línea 1:
/* Desactivar discusión */
/* Ocultar pestaña de discusión en barra principal y barra flotante */
#ca-talk,
#ca-talk,
.mw-sticky-header #ca-talk {
.mw-sticky-header-element #ca-talk {
   display: none !important;
   display: none !important;
}
}


/* Desactivar fuente */
/* Ocultar pestañas de proteger y desproteger en ambas barras */
#ca-viewsource {
  display: none !important;
}
 
/* Desactivar proteger */
#ca-protect,
#ca-protect,
#ca-unprotect,
#ca-unprotect,
.mw-sticky-header #ca-protect,
.mw-sticky-header-element #ca-protect,
.mw-sticky-header #ca-unprotect {
.mw-sticky-header-element #ca-unprotect {
   display: none !important;
   display: none !important;
}
}


/* Desactivar botón de añadir a lista de seguimiento */
/* Ocultar botones de añadir/quitar de la lista de seguimiento */
#ca-watch,
#ca-watch,
#ca-unwatch,
#ca-unwatch,
.mw-sticky-header #ca-watch,
.mw-sticky-header-element #ca-watch,
.mw-sticky-header #ca-unwatch {
.mw-sticky-header-element #ca-unwatch {
   display: none !important;
   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 anónimos */
.anon-user #p-tb,
.anon-user #p-tb,
.anon-user #ca-history {
.anon-user #ca-history {
   display: none !important;
   display: none !important;
}
}

Revisión del 00:37 25 jun 2025

/* Ocultar pestaña de discusión en barra principal y barra flotante */
#ca-talk,
.mw-sticky-header-element #ca-talk {
  display: none !important;
}

/* Ocultar pestañas de proteger y desproteger en ambas barras */
#ca-protect,
#ca-unprotect,
.mw-sticky-header-element #ca-protect,
.mw-sticky-header-element #ca-unprotect {
  display: none !important;
}

/* Ocultar botones de añadir/quitar de la lista de seguimiento */
#ca-watch,
#ca-unwatch,
.mw-sticky-header-element #ca-watch,
.mw-sticky-header-element #ca-unwatch {
  display: none !important;
}

/* Ocultar menú lateral de herramientas y pestaña de historial para usuarios anónimos */
.anon-user #p-tb,
.anon-user #ca-history {
  display: none !important;
}