MediaWiki:Common.css

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

@import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i")

body {
    background-color: #eeeeee;
font-family: "Montserrat", sans-serif !important;
}

li#ca-unwatch {
    display: none;
}

#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;
}