MediaWiki: Tweeki.css
From Eccles Physiotherapy
Line 11: | Line 11: | ||
font-style: normal; | font-style: normal; | ||
} | } | ||
+ | |||
Line 21: | Line 22: | ||
height: 110px; | height: 110px; | ||
} | } | ||
+ | |||
+ | .panel-body img { | ||
+ | width: 200px; | ||
+ | height: 141px; | ||
+ | } | ||
+ | |||
.navbar-brand img { | .navbar-brand img { | ||
Line 42: | Line 49: | ||
.with-navbar.with-navbar-fixed { | .with-navbar.with-navbar-fixed { | ||
padding-top: 90px; | padding-top: 90px; | ||
+ | } | ||
+ | |||
+ | .panel-body img { | ||
+ | width: 140px; | ||
+ | height: 85px; | ||
} | } | ||
} | } |
Revision as of 19:51, 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%); } @media (min-width: 400px){ .navbar-brand { height: 110px; } .panel-body img { width: 200px; height: 141px; } .navbar-brand img { height: 100px; } .with-navbar.with-navbar-fixed { padding-top: 120px; } } @media (max-width: 400px){ .navbar-brand { height: 80px; } .navbar-brand img { height: 70px; } .with-navbar.with-navbar-fixed { padding-top: 90px; } .panel-body img { width: 140px; height: 85px; } } #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; } .news-bulletin { border: 1px solid black; background-color: #ffbc1; width: 100%; min-height: 200px; padding: 10px; margin: 10px; }