MediaWiki:Common.css

From The Catalog
Revision as of 05:37, 29 January 2019 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:300,300i,400,400i,700,700i")

html,
body  {
    font-family: "Montserrat", sans-serif !important;
}

div#mw-content-text li {
    font-weight: 300;
    font-size: 15px;
}

li#footer-info-lastmod,
li#n-recentchanges,
li#n-help,
li#ca-viewsource,
li#ca-history,
li#t-recentchangeslinked,
li#t-specialpages,
li#t-permalink,
li#t-info,
li#footer-places-privacy,
li#footer-places-disclaimer {
    display: none;
}

div#p-namespaces ul {
    display: none;
}

.mw-body h1, 
.mw-body-content h1, 
.mw-body-content h2 {
font-family: inherit !important;
}

p {
    font-size: 15px;
font-weight:300;
}

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