MediaWiki:Tweeki.css
From The Rapid City Punk Rock Archive
Note: After publishing, 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 / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* 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;
}