Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Wikia.css: Difference between revisions

MediaWiki interface page
m Er, whoops. Correct image.
m Alright, take three.
Line 3: Line 3:
/* Body background */
/* Body background */
body {
body {
   background: #60D7F2 url('http://images2.wikia.nocookie.net/__cb5/growtopia/images/5/50/Wiki-background') center bottom fixed repeat-x !important;
   background: #60D7F2 url('http://www.growtopiagame.com/images/background.png') center bottom fixed repeat-x !important;
}
}



Revision as of 02:43, 13 December 2012

/* CSS here will be applied to the main Wikia theme */

/* Body background */
body {
   background: #60D7F2 url('http://www.growtopiagame.com/images/background.png') center bottom fixed repeat-x !important;
}

.i18ndoc {
    background-color: #FFF77D;
    border-bottom: 1px solid lightgrey;
    font-family: monospace;
    font-size: 8pt;
    height: 140px;
    overflow: auto;
    padding: 3px;
}