MediaWiki: Tweeki.css
From Eccles Physiotherapy
Line 14: | Line 14: | ||
.with-navbar.with-navbar-fixed { | .with-navbar.with-navbar-fixed { | ||
padding-top: 120px; | padding-top: 120px; | ||
− | |||
} | } | ||
#firstHeading { | #firstHeading { | ||
display: none; | display: none; | ||
+ | } | ||
+ | |||
+ | .navbar-nav { | ||
+ | font-family: Roboto, Ubuntu, Segoe UI; | ||
} | } | ||
Revision as of 18:59, 4 June 2020
/* CSS placed here will affect users of the Tweeki skin */ .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; } }