Difference between revisions of "MediaWiki: Common.css"

From Knowledge Federation
Jump to: navigation, search
m
m
Line 5: Line 5:
 
}
 
}
  
.skaj01{
+
.Skaj01{
 
   background-color: yellow;
 
   background-color: yellow;
 +
  color: red;
 
}
 
}
  

Revision as of 09:50, 30 May 2018

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

.row{ 
    background-color: #F2F2F2;
}

.Skaj01{
   background-color: yellow;
   color: red;
}

.navbar {
   background-color: none;
   background-image: none;
   box-shadow: none;
   height: 70px;
   padding-top: 10px;
   border: none;
}

.navbar-brand {
   padding-left: 30px;
}

.firstHeading {
   text-align: left;
}

#contentwrapper {
   padding-top: 80px;
}

#toc {
  display:block;
}