MediaWiki:Vector.css

De musiki

Nota: Después de publicar, quizás necesite actualizar la caché de su navegador para ver los cambios.

  • Firefox/Safari: Mantenga presionada la tecla Shift mientras pulsa el botón Actualizar, o presiona Ctrl+F5 o Ctrl+R (⌘+R en Mac)
  • Google Chrome: presione Ctrl+Shift+R (⌘+Shift+R en Mac)
  • Internet Explorer/Edge: mantenga presionada Ctrl mientras pulsa Actualizar, o presione Ctrl+F5
  • Opera: Presiona Ctrl+F5.
/* CSS placed here will affect users of the Vector skin */

/* Override Vector colour scheme to make it dark (compiled from modified LESS code) */

/* Based on Sublime Text's Monokai theme */

/*For colors, I'd suggest either duplicating the existing -indenting scheme: */
.cm-mw-indenting { color: #08f; font-weight: bold; background-color: #ddd; }

/*or perhaps making a new class, with the background 2 shades darker:*/
.cm-mw-definition { color: #08f; font-weight: bold; background-color: #bbb; }