Difference between revisions of "MediaWiki:Common.css"

From The Catalog
Jump to: navigation, search
Line 3: Line 3:
 
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i")
 
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i")
  
html, body {
+
html,
 +
body,
 +
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
 
     font-family: "Montserrat",sans-serif;
 
     font-family: "Montserrat",sans-serif;
 
}
 
}

Revision as of 06:03, 19 November 2018

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

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

html,
body,
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
    font-family: "Montserrat",sans-serif;
}

p {
    font-size: 18px;
}

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