MediaWiki: Tweeki.css
From Eccles Physiotherapy
Line 10: | Line 10: | ||
.navbar-brand img { | .navbar-brand img { | ||
height: 100px; | height: 100px; | ||
+ | } | ||
+ | |||
+ | .with-navbar.with-navbar-fixed { | ||
+ | padding-top: 120px; | ||
} | } |
Revision as of 16:54, 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; }