Difference between revisions of "MediaWiki: Common.css"

From Knowledge Federation
Jump to: navigation, search
m (Quick test)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
*{
 
margin: 0;
 
padding 0;
 
}
 
  
 
body {
 
body {
 
     background-color: lightblue;
 
     background-color: lightblue;
    font-family: helvetica, arial;
 
margin-left: auto;
 
    margin-right: auto;
 
    width: 80%;
 
 
}
 
}
  

Revision as of 09:22, 30 May 2018

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

body {
    background-color: lightblue;
}


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