MediaWiki: Tweeki.css
From Eccles Physiotherapy
Line 48: | Line 48: | ||
color:#83747c; | color:#83747c; | ||
font-size:26px; | font-size:26px; | ||
+ | } | ||
+ | |||
+ | .news-bulletin { | ||
+ | border: 1px solid black; | ||
+ | background-color: #ffbc1; | ||
+ | width: 100%; | ||
+ | min-height: 200px; | ||
+ | padding: 10px; | ||
+ | margin: 10px; | ||
} | } |
Revision as of 19:13, 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; } } .h-funky h1, h2, h3, h4 { font-family: 'oswaldregular'; color:#83747c; font-size:26px; } .news-bulletin { border: 1px solid black; background-color: #ffbc1; width: 100%; min-height: 200px; padding: 10px; margin: 10px; }