Difference between revisions of "MediaWiki:Tweeki.css"
From TSAS Library
JStallings (talk | contribs) |
JStallings (talk | contribs) |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
@import url(https://fonts.googleapis.com/css?family=Merriweather:700,700italic,400&subset=latin,latin-ext); | @import url(https://fonts.googleapis.com/css?family=Merriweather:700,700italic,400&subset=latin,latin-ext); | ||
@import url(https://fonts.googleapis.com/css?family= | @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); | @import url(https://fonts.googleapis.com/css?family=Source+Code+Pro&subset=latin,latin-ext); | ||
body { | body { | ||
font-family: ' | font-family: 'Montserrat', 'Arial', sans-serif; | ||
font-size: 16px; | font-size: 16px; | ||
} | } | ||
| Line 47: | Line 47: | ||
} | } | ||
.no-gutters { | .row.no-gutters { | ||
margin-right: 0; | margin-right: 0; | ||
margin-left: 0; | margin-left: 0; | ||
} | |||
.row.no-gutters > [class^="col-"], | |||
.row.no-gutters > [class*=" col-"] { | |||
padding-right: 5px; | |||
padding-left: 0; | |||
} | } | ||
Latest revision as of 20:43, 2 December 2018
@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;
}