Difference between revisions of "MediaWiki:Vector.css"

From TSAS Library
Jump to: navigation, search
Line 10: Line 10:
   font-family: 'Source Sans Pro', 'Arial', sans-serif;
   font-family: 'Source Sans Pro', 'Arial', sans-serif;
   background-color:#ffffff;
   background-color:#ffffff;
  font-size: 17px;
  line-height: 26px;
}
}


Line 19: Line 21:
   font-family: 'Merriweather', 'Georgia', serif;
   font-family: 'Merriweather', 'Georgia', serif;
}
}
/*.mw-body-content{
  font-size: 17px;
  line-height: 26px;
}*/


#mw-page-base{
#mw-page-base{

Revision as of 19:17, 18 July 2017

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

body {
  font-family: 'Source Sans Pro', 'Arial', sans-serif;
  background-color:#ffffff;
  font-size: 17px;
  line-height: 26px;
}

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

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