Difference between revisions of "MediaWiki:Tweeki.css"
From TSAS Library
JStallings (talk | contribs) |
JStallings (talk | contribs) |
||
| Line 53: | Line 53: | ||
.row.no-gutters > [class^="col-"], | .row.no-gutters > [class^="col-"], | ||
.row.no-gutters > [class*=" col-"] { | .row.no-gutters > [class*=" col-"] { | ||
padding-right: | padding-right: 5px; | ||
padding-left: 0; | padding-left: 0; | ||
} | } | ||
Revision as of 16:59, 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;
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;
}