Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
/********************************************************************/ | /********************************************************************/ | ||
/********************* DEFAULT WIKI SETTINGS **********************/ | /********************* DEFAULT WIKI SETTINGS **********************/ | ||
Line 26: | Line 12: | ||
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; } | #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; | ||
+ | } | ||
Revision as of 12:10, 2 September 2017
/********************************************************************/ /********************* 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: 'poppins', sans-serif; font-size: 500%; 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;
box-shadow:inset 0 -1px 0 rgba(255,255,255,.25);
margin:-9px -10px -10px -10px;
}
- HQ_page p {
font-family: ‘Helvetica Neue’, Helvetica, arial, sans-serif; font-size: 16px; line-height: 24px; text-align: justify; color: rgba(0, 0, 0, .8); padding-top: 5px;
}