MediaWiki: Tweeki.css: Difference between revisions

From The Rapid City Punk Rock Archive
Jump to: navigation, search
No edit summary
No edit summary
Line 31: Line 31:


@media (max-width: 992px){
@media (max-width: 992px){
.sidebar-wrapper{
  .sidebar-wrapper{
position: static;
      position: static;
    }
}
}
/* WIKI TABLE */
.wikitable{
  background-color: #fff;
}
}

Revision as of 11:49, 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;
}
 
.navbar-right{
  margin-top: 50px;
}

/* SIDEBAR */
.sidebar-wrapper{
position: absolute;
}

@media (max-width: 992px){
   .sidebar-wrapper{
      position: static;
    }
}

/* WIKI TABLE */
.wikitable{
  background-color: #fff;
}