MediaWiki:MonoBook.css

De Arcade Wiki
Revisión del 20:51 6 ago 2012 de Artemio (discusión | contribuciones) (Página creada con '<pre><nowiki>: edit this file to customize the monobook skin for the entire site: main interface colour theme: #content, #p-cactions li a, .ns-0 * #p-cacti...')
(dif) ← Revisión anterior | Revisión actual (dif) | Revisión siguiente → (dif)
Ir a la navegación Ir a la búsqueda

Nota: tras guardar, quizás necesites actualizar la caché de tu navegador para ver los cambios.

  • Firefox/Safari: Mantén presionada la tecla Mayús mientras pulsas el botón Actualizar, o presiona Ctrl+F5 o Ctrl+R (⌘+R en Mac)
  • Google Chrome: presiona Ctrl+Shift+R (⌘+Mayús+R en Mac)
  • Internet Explorer: mantén presionada Ctrl mientras pulsas Actualizar, o presiona Ctrl+F5
  • Opera: dirígete a Menú → Configuración (Opera → Preferencias en Mac) y luego a Privacidad y seguridad → Borrar datos de navegación → Imágenes y archivos en caché.
/* <pre><nowiki> */
 
/* edit this file to customize the monobook skin for the entire site */
 
/* main interface colour theme */	 	
#content,
#p-cactions li a,
.ns-0 * #p-cactions li,
.ns-0 * #p-cactions li a {
    background:#FFF;
}
 
body {
  background: #f6f9f6;
  background-image: none;
}
 
 
/* Display "From Meta..." */
#siteSub {
    display:inline;
    font-size:1.2em;
    font-weight:normal;
}
 
 
/* Hide classes only relevant online when printing */
@media print {
    .editlink, .noprint, .metadata, .dablink { display:none; }
}
 
 
/* Style [[Meta:Language select]] widget */
.lang_info {font-size:8pt;text-align:right;margin-bottom:0.5em;}
    .lang_info a {font-weight:bold;font-family:Arial,
      sans-serif;font-size:8pt;}
    .lang_info input {font-size:8pt;}
    .lang_info input.ls_select {font-weight:bold;}
 
 
/* Disable grey background when code is used in a header */
h2 code,
h3 code,
h4 code,
h5 code,
h6 code {
    background:none;
}
 
/* nudge too-light monospace fonts */
h2 code {
    font-weight:bold;
}
/* </nowiki></pre> */