MediaWiki:Common.css
From FragoriaWiki
(Difference between revisions)
(Created page with '- āCSS placed here will be applied to all skins: .ns-12 #bodyContent { background-image: url(http://en.fragoria.com/wiki/images/f/fc/EkNa_WikiBack.jpg); background-repeat: nā¦') |
|||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
| - | + | body { | |
background-image: url(http://en.fragoria.com/wiki/images/f/fc/EkNa_WikiBack.jpg); | background-image: url(http://en.fragoria.com/wiki/images/f/fc/EkNa_WikiBack.jpg); | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-position: right 5em; | background-position: right 5em; | ||
} | } | ||
Revision as of 10:01, 4 March 2011
/* CSS placed here will be applied to all skins */
body {
background-image: url(http://en.fragoria.com/wiki/images/f/fc/EkNa_WikiBack.jpg);
background-repeat: no-repeat;
background-position: right 5em;
}
