Difference between revisions of "MediaWiki:Vector.css"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
background-attachment: fixed; | background-attachment: fixed; | ||
#mw-head-base { | div#mw-head-base { | ||
background-image: none; | background-image: none; | ||
} | } | ||
#mw-page-base { | div#mw-page-base { | ||
background: transparent !important; | background: transparent !important; | ||
} | } |
Revision as of 05:28, 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-image: none; } div#mw-page-base { background: transparent !important; }