Difference between revisions of "MediaWiki:Common.css"

From The Catalog
Jump to: navigation, search
 
(30 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* 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;
 +
}
 +
 +
footer .last-modified-bar {
 +
    display: none !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 {
 
a {
Line 19: Line 82:
 
div.vectorTabs ul li {
 
div.vectorTabs ul li {
 
     background-color: transparent;
 
     background-color: transparent;
 +
    background-image: none;
 +
}
 +
 +
div.vectorTabs ul,
 +
div.vectorTabs span {
 
     background-image: none;
 
     background-image: none;
 
}
 
}

Latest revision as of 13:16, 11 March 2021

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

footer .last-modified-bar {
    display: none !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;
}