/********************************************************************/ /********************* DEFAULT WIKI SETTINGS **********************/ /********************************************************************/
/* Clear the default wiki settings */
#home_logo, #sideMenu { display:none; } #sideMenu, #top_title, .patrollink {display:none;} #content { width:100%; padding:0px; margin-top:-32px; margin-left:0px;} body {background-color: white;} #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
/********************************************************************/ /************************ BOOTSTRAP FIX ***************************/ /********************************************************************/
.container-fluid {
padding-right:0px; padding-left:0px; margin-right:auto; margin-left:auto }
.row {
margin-left: 0px; margin-right: 0px;
}
/********************************************************************/ /****************************** FONTS ******************************/ /********************************************************************/
- HQ_page h1 {
font-family: 'roboto', sans-serif; font-weight:100; font-size: 300%; color: rgb(0, 0, 0);
}
- HQ_page #PowerLeafH1 h1 {
font-family: 'roboto', sans-serif; font-weight:300; font-size: 320%; color: rgb(0, 0, 0);
}
- HQ_page h2 {
font-family: 'poppins', sans-serif; font-size: 300%; color: rgb(0, 0, 0, .8); margin-bottom: -15px;
}
- HQ_page h3 {
font-family: ‘helvetica neue’, helvetica, arial, sans-serif; font-size: 200%; color: rgb(0, 0, 0, .8);
}
- HQ_page h5 {
position: relative; font-family:"Helvetica Neue","Helvetica",sans-serif; font-weight:normal; font-size:1.3rem; margin:0; padding:0; line-height:44px; text-align:center;
z-index: 2; font-weight:300; margin:-9px -10px -10px -10px;
}
- HQ_page p {
font-family: 'Raleway', sans-serif; font-size: 16px; line-height: 24px; text-align: justify; color: rgba(0, 0, 0, .8); padding-top: 5px;
}