MediaWiki: Common.css
From Spire Trading Inc.
(Created page with "→CSS placed here will be applied to all skins: @import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap'); →** SELECTORS **: html, body { font...") |
(No difference)
|
Revision as of 15:23, 10 March 2020
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
/*** SELECTORS ***/
html, body {
font-family: Roboto, sans-serif;
line-height: 18pt;
}
body {
background-color: #FFF;
background-image: url(http://localhost:8888/spire.wiki/images/b/bd/Footer.pattern.png);
background-repeat: repeat-x;
background-position: bottom center;
background-size: 20%;
}
a, #mw-panel .portal .body li a {
color: #4B23A0;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Montserrat', sans-serif;
}
#mw-page-base {
background-image: none;
background-color: #FFF;
}
/*** IDENTIFIERS ***/
#pt-login-private a {
color: #EC228F !important;
}
#p-logo {
height: 70px !important;
}
/*** CLASSES ***/
/* RESETTING GRADIENTS AND HEADINGD */
.vectorTabs, .vectorTabs span, #mw-head .vectorMenu h3, .vectorTabs li {
background-image: none !important;
}
/* LOGO */
.mw-wiki-logo {
background-position: left 20px top 20px !important;
}
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
font-family: 'Montserrat', sans-serif;
}
.vectorTabs .selected {
border-bottom: 2px solid #4B23A0;
}
.mw-body {
border-color: #C8C8C8 !important;
}
.toc {
background: #F8F9FA;
border-color: #F2F2F2;
margin: 15px 0;
padding: 15px;
}