Difference between revisions of "MediaWiki:Tweeki.css"

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


a:visited, a.external:visited, a.external.text:visited {
.form-control-lg{
  color: #36b;
    font-size: 24px;
    height:48px;
}
 
.btn-lg{
  font-size:24px;
}
}

Revision as of 10:27, 22 July 2017

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

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

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

.form-control-lg{
    font-size: 24px;
    height:48px;
}

.btn-lg{
   font-size:24px;
}