MediaWiki:Wikia.css: Difference between revisions
MediaWiki interface page
More actions
SpaceManiac (talk | contribs) Added 'sprite' CSS class |
SpaceManiac (talk | contribs) m Rename 'sprite' to 'growsprite' |
||
| Line 16: | Line 16: | ||
} | } | ||
. | .growsprite { | ||
display: inline-block; | display: inline-block; | ||
position: relative; | position: relative; | ||
Revision as of 01:11, 7 March 2013
/* 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;
}
.growsprite {
display: inline-block;
position: relative;
overflow: hidden;
vertical-align: middle;
height: 32px;
width: 32px;
}