MediaWiki: Vector.css

From TSAS Library
Revision as of 20:17, 19 July 2017 by JStallings (talk | contribs)
Jump to: navigation, search

Note: After publishing, 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 / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will affect users of the Vector skin */

@import url(https://fonts.googleapis.com/css?family=Merriweather:700,700italic,400&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,900,900italic&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);

body {
  font-family: 'Source Sans Pro', 'Arial', sans-serif;
  background-color:#ffffff;
}

.mw-body h1, 
.mw-body h2, 
.mw-body h3, 
.mw-body h4, 
.mw-body h5 {
  font-family: 'Merriweather', 'Georgia', serif;
}

.mw-body-content{
  font-size: 17px;
  line-height: 26px;
}

#mw-page-base{
  background-image: none;
}

code {
  font-family: 'Source Code Pro', monospace, Courier;
}

a:visited, a.external:visited, a.external.text:visited {
  color: #36b;
}

body.action-view.page-Library_TSAS h1.firstHeading {
  display: none !important;
}

/*Fix Table Headers*/
.infobox caption {
    margin-left: none;