Difference between revisions of "MediaWiki: Common.css"

From Knowledge Federation
Jump to: navigation, search
m
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
 +
h1{
 +
  color: #D53D0E;
 +
}
  
 
.row{  
 
.row{  
Line 8: Line 12:
 
   background-color: yellow;
 
   background-color: yellow;
 
   color: red;
 
   color: red;
 +
  border-bottom:  2px dashed #B3B3B3;
 +
  border-top: 2px dashed #B3B3B3;
 
}
 
}
  

Revision as of 09:59, 30 May 2018

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

h1{
   color: #D53D0E;
}

.row{ 
    background-color: #F2F2F2;
}

.Skaj01{
   background-color: yellow;
   color: red;
   border-bottom:  2px dashed #B3B3B3;
   border-top: 2px dashed #B3B3B3;
}

.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;
}