Difference between revisions of "MediaWiki:Vector.css"

From Final Fantasy XIV Online Wiki
Jump to navigation Jump to search
Line 13: Line 13:
     background: transparent !important;
     background: transparent !important;
}
}
div.vectorTabs {
    background-image: none;
}
div.vectorTabs ul {
    background-image: none;
}
div.vectorTabs li a {
    background-image: none;
}
div.vectorTabs span {
    background-image: none;
}
div.vectorTabs li.selected {
    background-color: transparent;
    background-image: none;
}
div.vectorTabs ul li {
    background-color:transparent;
    background-image:none;
}
div.vectorMenu .menu {
    z-index: 1;
}
#mw-head div.vectorMenu h5 {
    background-image: none;
}
div.vectorMenu h5 a {
    background-image: none;

Revision as of 05:27, 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;

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

#mw-page-base {
    background: transparent !important;
}