MediaWiki: Common.css

From Spire Trading Inc.
Revision as of 14:23, 10 March 2020 by Arthur (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* 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;
}