User:MarcoAurelio/global.css

From Meta, a Wikimedia project coordination wiki

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* Ocultar ambos: central y site notice */
#siteNotice {
	display: none;
}

/**
  * Cambia el color de fondo según el nivel de protección de la página
  * que queramos editar (p.ej. semiprotegida, completamente protegida).
  * OJO: No funciona en páginas (como esta) que usan el resaltador de sintaxis
  *
  */
.mw-textarea-protected {background-color: #FDA27B;} 
.mw-textarea-sprotected {background-color: #FEF7CA;}

/* Código temporal para T78304, T331211 y T331787 */
#mw-abusefilter-syntaxresult {
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: left center;
}

/* Enlace inútil si no apunta a Meta */
.mw-contributions-link-centralauth {
	display: none;
}