MediaWiki: Tweeki.css

From TSAS Library
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.
@import url(https://fonts.googleapis.com/css?family=Merriweather:700,700italic,400&subset=latin,latin-ext);
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i');
@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro&subset=latin,latin-ext);

body {
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-size: 16px;
}

.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;
}
label.form-control-lg{
    text-align: right;
}

.form-control-lg{
    font-size: 24px;
    padding-right: 0px;
    margin-right:5px;
    height:54px;
    font-weight:normal;
    margin-bottom:0px;
}

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

.ui-widget {
    font-family: inherit;
    font-size: 1em;
}

#catlinks {
    border:none;
    background-color:#ffffff;
    display:block;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 5px;
  padding-left: 0;
}