MediaWiki:Wikia.css: Difference between revisions
MediaWiki interface page
More actions
SpaceManiac (talk | contribs) m Er, whoops. Correct image. |
SpaceManiac (talk | contribs) m Alright, take three. |
||
| Line 3: | Line 3: | ||
/* Body background */ | /* Body background */ | ||
body { | body { | ||
background: #60D7F2 url('http:// | 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;
}