Differenze tra le versioni di "MediaWiki:Gadget-minipedia.css"
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...") |
m (make MediaWiki CSS parser happy) |
||
Riga 15: | Riga 15: | ||
*/ |
*/ |
||
.ns-3002 #p-logo .mw-wiki-logo { |
.ns-3002 #p-logo .mw-wiki-logo { |
||
− | background-image: url( |
+ | background-image: url("/images/5/57/MinipediA_coconut_noun_simple_logo.png"); |
} |
} |
||
.ns-3003 #p-logo .mw-wiki-logo { |
.ns-3003 #p-logo .mw-wiki-logo { |
||
− | background-image: url( |
+ | background-image: url("/images/5/57/MinipediA_coconut_noun_simple_logo.png"); |
} |
} |
||
Versione attuale delle 09:49, 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; }