Difference between revisions of "MediaWiki: Common.css"

From PrimeFish Wiki
Jump to: navigation, search
Line 1: Line 1:
  
/* 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: 85px!important; } .navbar-collapse { padding-top: 10px; } .page-header { color: white; background-image: url('http://dsf.pfdev.aws/w/images/1/1b/BG_primefish.jpg'); text-align: left; padding: 10px;}
+
/* 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: 10px!important; padding-top: 150px;}  
 +
 
 +
.navbar-collapse { padding-top: 10px; }  
 +
 
 +
.page-header { color: white; background-image: url('http://dsf.pfdev.aws/w/images/1/1b/BG_primefish.jpg'); text-align: left; padding: 10px;}

Revision as of 13:43, 14 August 2017


/* 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: 10px!important; padding-top: 150px;} 

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

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