MediaWiki:Vector.css

From From The Ashes Wiki
Revision as of 17:08, 21 November 2017 by RareEarth (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
/* CSS placed here will affect users of the Vector skin */

#p-logo a {
        height: 200px;
}

body,
div#content,
#mw-normal-catlinks,
#mw-head,
.vectorTabs li a {
    background-color: #ddd9dd;
}
#mw-page-base {
    background-color: transparent;
    background-image: none;
}
div#mw-panel div.portal div.body,
div#mw-head div.vectorMenu h3 {
    background-image: none;
}
#simpleSearch {
    border-radius: 1em;
    padding: 0 .35em !important;
}