MediaWiki: Tweeki.css
From Eccles Physiotherapy
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will affect users of the Tweeki skin */ @font-face { font-family: 'oswaldregular'; src: url('https://www.ecclesphysio.com/fonts/oswald-webfont.eot'); src: url('https://www.ecclesphysio.com/fonts/oswald-webfont.eot?#iefix') format('embedded-opentype'), url('https://www.ecclesphysio.com/fonts/oswald-webfont.woff') format('woff'), url('https://www.ecclesphysio.com/fonts/oswald-webfont.ttf') format('truetype'), url('https://www.ecclesphysio.com/fonts/oswald-webfont.svg#oswaldregular') format('svg'); font-weight: normal; font-style: normal; } .nav .dropdown-toggle { display: inline-block; } #ca-edit { display: inline-block; } .emergency { border: 1px solid black; background: #ffb6c1 50%; margin: 15px; padding: 10px; } .panel-body a { margin-left: auto; margin-right: auto; } .navbar-default { background: linear-gradient(180deg, rgba(255,255,255,1) 11%, rgba(254,255,225,1) 70%); } @media (min-width: 400px){ .navbar-brand { height: 110px; } .panel-body img { width: 200px; height: 141px; margin-left: auto; margin-right: auto; } .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: 130px; height: 78px; margin-left: auto; margin-right: auto; } } @media (min-width: 992px) .navbar-nav>li>a { padding-left: 30px padding-right: 30px } #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; border-radius: 5px; background-color: #e6e3e3; width: 90%; min-height: 200px; padding: 10px; margin: 10px; }