Difference between revisions of "MediaWiki:Vector.css"

From From The Ashes Wiki
Jump to: navigation, search
(Created page with "CSS placed here will affect users of the Vector skin: #p-logo a { height: 200px; }")
 
 
Line 3: Line 3:
 
#p-logo a {
 
#p-logo a {
 
         height: 200px;
 
         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;
 
}
 
}

Latest revision as of 17:08, 21 November 2017

/* 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;
}