MediaWiki:Wikia.css: Difference between revisions
MediaWiki interface page
More actions
SpaceManiac (talk | contribs) Add body background spec |
SpaceManiac (talk | contribs) m Er, whoops. Correct image. |
||
| Line 3: | Line 3: | ||
/* Body background */ | /* Body background */ | ||
body { | body { | ||
background: #60D7F2 url('../images/background | background: #60D7F2 url('http://images2.wikia.nocookie.net/__cb5/growtopia/images/5/50/Wiki-background') center bottom fixed repeat-x !important; | ||
} | } | ||
Revision as of 02:41, 13 December 2012
/* CSS here will be applied to the main Wikia theme */
/* Body background */
body {
background: #60D7F2 url('http://images2.wikia.nocookie.net/__cb5/growtopia/images/5/50/Wiki-background') 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;
}