Difference between revisions of "MediaWiki:Vector.css"

From Final Fantasy XIV Online Wiki
Jump to navigation Jump to search
(Replaced content with "→‎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...")
Line 5: Line 5:
     background-position: left top;
     background-position: left top;
     background-attachment: fixed;
     background-attachment: fixed;
#pageWrapper {
    margin-right: 10px;
}
#mw-page-base {
    background: transparent !important; 
}
#p-logo {
    background-image: none;
    background: url("http://hydra-images.cursecdn.com/simcity.gamepedia.com/3/3b/Wiki_logo.png") left top no-repeat;
}
#mw-head-base {
    background:#bfbfbf;
    background:-moz-linear-gradient(top,  #bfbfbf, #868585 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop (0% #bfbfbf), color-stop(100%,#868585 ));
    background:-webkit-linear-gradient(top, #bfbfbf 0%, #868585 100%);
    background:-o-linear-gradient(top, #bfbfbf 0%, #868585  100%);
    background:-ms-linear-gradient(top, #bfbfbf 0%, #868585  100%);
    background:linear-gradient(to bottom, #bfbfbf 0%, #868585  100%);
    border-top: 1px solid #868585;
    border-left: 1px solid #868585;
    border-right: 1px solid #868585;
    box-shadow: rgba(104, 116, 120, 1) 0 0.1em 0.75em;
    bottom: 0;
    height: 40px;
    margin-top: -36px;
}
#left-navigation {
    margin-left: 5px;
}
#right-navigation {
    margin-right: 10px;
}
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;
}
div.vectorTabs li a, div.vectorTabs li a span {
    color: #000000 !important;
    cursor: pointer;
    font-weight: bold;
}
div.vectorTabs li a:hover, div.vectorTabs li a:hover span {
    color: #FFFFFF;
}
#searchInput {
    border: 1px solid #868585;
}
div#content {
    background-image: none;
    background-color: #F7F7F7;
    color: #000000;
    border: 1px solid #868585;
    border-top: 0px solid #6d7478;
    border-bottom: 0px solid #6d7478;
    box-shadow: rgba(104, 116, 120, 1) 0 0.1em 0.75em;
    margin-top: -5px;
    padding: 0.5em 1em 1em;
}
div#mw-panel {
    width: 155px;
}
div#mw-panel div.portal h5 {
    color: #FFFFFF;
    font-weight:bold;
}
div#mw-panel div.portal div.body ul li a {
    color: #000000;
    font-weight:bold;
}
div#mw-panel div.portal div.body ul li a:hover {
    color: #d8331b;
    font-weight:bold;
}
div#mw-panel div.portal div.body ul li a:visited {
    color: #000000;
    font-weight:bold;
}
div#mw-panel div.portal div.body {
    background: rgba(134, 133, 133, 0.6);
    border: 1px solid #868585;
    margin: 0 0 0 0.75em;
}
div#footer {
    background-image: none;
    background-color: rgba(134, 133, 133, 0.6);
    border: 1px solid #868585;
    border-top: 0px solid #6d7478;
}
div#footer ul li {
    color: #000000;
}
div#footer a {
    color: #000000;
}
div#footer a:hover (
    color: #d8331b;
}

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