MediaWiki:Gadget-minipedia.css

Da Minipedia.
Versione del 10 lug 2020 alle 10:47 di Valerio Bozzolan (discussione | contributi) (Creata pagina con "→‎* * Stylesheet applied only if we are on Minipedia pages: /** * Change the website logo * * This will allow some kind of visual separation between the normal wiki an...")
(diff) ← Versione meno recente | Versione attuale (diff) | Versione più recente → (diff)
Jump to navigation Jump to search

Nota: dopo aver salvato, potrebbe essere necessario pulire la cache del proprio browser per vedere i cambiamenti.

  • Firefox / Safari: tenere premuto il tasto delle maiuscole Shift e fare clic su Ricarica, oppure premere Ctrl-F5 o Ctrl-R (⌘-R su Mac)
  • Google Chrome: premere Ctrl-Shift-R (⌘-Shift-R su un Mac)
  • Internet Explorer: tenere premuto il tasto Ctrl e fare clic su Aggiorna, oppure premere Ctrl-F5
  • Opera: Vai nel Menu → Impostazioni (Opera → Preferenze su un Mac) e poi in Privacy & sicurezza → Pulisci dati del browser → Immagini e file nella cache.
/**
 * Stylesheet applied only if we are on Minipedia pages
 */

/**
 * Change the website logo
 *
 * This will allow some kind of visual separation between the normal wiki and
 * its mini version.
 *
 * The logo should not differ so much from the original. It should be just
 * a cosmetic change.
 *
 * [[File:MinipediA coconut noun simple logo.png]]
 */
.ns-3002 #p-logo .mw-wiki-logo {
	background-image: url('/images/5/57/MinipediA_coconut_noun_simple_logo.png');
}
.ns-3003 #p-logo .mw-wiki-logo {
	background-image: url('/images/5/57/MinipediA_coconut_noun_simple_logo.png');
}

/**
 * Improve accessibility
 *
 * The font-size is increased from 0.875em to increase readability.
 */
.ns-3002 .mw-body-content {
	font-size: 1.2em;
}
.ns-3003 .mw-body-content {
	font-size: 1.2em;
}