MediaWiki: Tweeki.css: Difference between revisions

From The Rapid City Punk Rock Archive
Jump to: navigation, search
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will affect users of the Tweeki skin */
/* NAVIGATION/HEADER */
#mw-navigation{
#mw-navigation{
   height: 100px;
   height: 100px;

Revision as of 08:53, 24 October 2021

/* NAVIGATION/HEADER */
#mw-navigation{
  height: 100px;
}

.with-navbar.with-navbar-fixed{
  padding-top: 110px;
}

.sidebar-wrapper {
    margin-top: 50px;
}

.navbar-brand img {
  height: 94px;
}

.navbar-default{
  background-image: none;
  background-color: #fff;
}