MediaWiki: Tweeki.css
From Eccles Physiotherapy
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Tweeki skin */ | /* CSS placed here will affect users of the Tweeki skin */ | ||
+ | |||
+ | @font-face { | ||
+ | font-family: 'oswaldregular'; | ||
+ | src: url('/fonts/oswald-webfont.eot'); | ||
+ | src: url('/fonts/oswald-webfont.eot?#iefix') format('embedded-opentype'), | ||
+ | url('/fonts/oswald-webfont.woff') format('woff'), | ||
+ | url('/fonts/oswald-webfont.ttf') format('truetype'), | ||
+ | url('/fonts/oswald-webfont.svg#oswaldregular') format('svg'); | ||
+ | font-weight: normal; | ||
+ | font-style: normal; | ||
+ | } | ||
+ | |||
+ | |||
.navbar-default { | .navbar-default { | ||
background-image: linear-gradient(to bottom,#fff 0,#ffb6c1 100%); | background-image: linear-gradient(to bottom,#fff 0,#ffb6c1 100%); | ||
Line 29: | Line 42: | ||
font-size: 16px; | font-size: 16px; | ||
} | } | ||
+ | } | ||
+ | |||
+ | .h1-funky { | ||
+ | font-family: 'oswaldregular'; | ||
+ | color:#83747c; | ||
+ | font-size:26px; | ||
} | } |
Revision as of 19:08, 4 June 2020
/* CSS placed here will affect users of the Tweeki skin */ @font-face { font-family: 'oswaldregular'; src: url('/fonts/oswald-webfont.eot'); src: url('/fonts/oswald-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/oswald-webfont.woff') format('woff'), url('/fonts/oswald-webfont.ttf') format('truetype'), url('/fonts/oswald-webfont.svg#oswaldregular') format('svg'); font-weight: normal; font-style: normal; } .navbar-default { background-image: linear-gradient(to bottom,#fff 0,#ffb6c1 100%); } .navbar-brand { height: 110px; } .navbar-brand img { height: 100px; } .with-navbar.with-navbar-fixed { padding-top: 120px; } #firstHeading { display: none; } .navbar-nav { font-family: Roboto, Ubuntu, Segoe UI; } @media (min-width: 992px){ .navbar-nav { padding-top: 60px; font-size: 16px; } } .h1-funky { font-family: 'oswaldregular'; color:#83747c; font-size:26px; }