MediaWiki:Common.css

From The Catalog
Revision as of 05:22, 19 November 2018 by Apophatic (talk | contribs)
Jump to: navigation, search
/* CSS placed here will be applied to all skins */

body {
    background-color: #eeeeee;
}

#mw-page-base {
    background-color: #eeeeee;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#ffffff),color-stop(100%,#eeeeee));
    background-image: -webkit-linear-gradient(top,#ffffff 50%,#eeeeee 100%);
    background-image: -moz-linear-gradient(top,#ffffff 50%,#eeeeee 100%);
    background-image: linear-gradient(#ffffff 50%,#eeeeee 100%);
    background-color: #ffffff;
}

a {
color: #e20000 !important;
}

a:visited {
color: #ae7a00 !important;
}

.mw-body {
    border: 0;
}

div.vectorTabs {
    background-image: none;
}

div.vectorTabs ul li {
    background-color: transparent;
    background-image: none;
}

div.vectorTabs ul,
div.vectorTabs span {
    background-image: none;
}