Difference between revisions of "MediaWiki:Vector.css"

From TSAS Library
Jump to: navigation, search
Line 20: Line 20:
}
}


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


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

Revision as of 19:16, 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;
}

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