Differenze tra le versioni di "MediaWiki:Gadget-minipedia.css"

Da Minipedia.
Jump to navigation Jump to search
(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...")
(Nessuna differenza)

Versione delle 10:47, 10 lug 2020

/**
 * 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;
}