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 Alright, take three.
Added 'sprite' CSS class
Line 14: Line 14:
     overflow: auto;
     overflow: auto;
     padding: 3px;
     padding: 3px;
}
.sprite {
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    height: 32px;
    width: 32px;
}
}

Revision as of 01:10, 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;
}

.sprite {
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    height: 32px;
    width: 32px;
}