MediaWiki:Common.css: Difference between revisions

From Beds24 Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:
div.vectorTabs {
div.vectorTabs {
background-image: none;
background-image: none;
}
#mw-head-base {
background-image: none;
    background-position: left bottom;
    background-repeat: repeat-x;
    height: 5em;
    margin-left: 10em;
    margin-top: -5em;
}
}

Revision as of 09:13, 17 June 2013

/* CSS placed here will be applied to all skins */

body {
background-color: #F9F9F9;
background-image: none;
font-family: Verdana,Geneva,sans-serif;
}

div.vectorTabs {
background-image: none;
}

#mw-head-base {
background-image: none;
    background-position: left bottom;
    background-repeat: repeat-x;
    height: 5em;
    margin-left: 10em;
    margin-top: -5em;
}