Difference between revisions of "MediaWiki:Vector.css"

From Final Fantasy XIV Online Wiki
Jump to navigation Jump to search
Line 11: Line 11:


#mw-page-base {
#mw-page-base {
     background: transparent;
     background-image: none;
    background-color: none;
}
}

Revision as of 05:34, 20 May 2013

/* CSS placed here will affect users of the Vector skin */

body {
    background: url(http://ffxiv.consolegameswiki.com/images/map_of_eorzea.jpg) no-repeat top left black;
    background-position: left top;
    background-attachment: fixed;

div#mw-head-base {
    background: none;
}

#mw-page-base {
    background-image: none;
    background-color: none;
}