MediaWiki: Common.css

From PrimeFish Wiki
Revision as of 01:47, 17 August 2017 by Wikiadmin (talk | contribs)
Jump to: navigation, search

/* CSS placed here will be applied to all skins */

.navbar-brand { height: 75px!important; padding: 20px 15px 15px; }

.navbar-brand img { width:100px; height: 45px;}

 .strong-text { font-weight: bold;}

 .with-navbar.with-navbar-fixed { padding-top: 100px!important;} 

.navbar-collapse { padding-top: 10px; }

.page-header { color: white; background-image: url('[http://dsf.pfdev.aws/w/images/1/1b/BG_primefish.jpg' http://dsf.pfdev.aws/w/images/1/1b/BG_primefish.jpg']); text-align: left; padding: 10px;}

#sidebar-left { margin-top: 40px; } 

.dsf-footer {
 background-color: #292929;
}

.dsf-footer > .dropup > a:last-child {
   display: inline-block;
   float: right;
}

@media screen and (min-width: 768px) and (max-width: 991px) {

   .with-navbar.with-navbar-fixed { padding-top: 185px!important;}

}