Line 48: | Line 48: | ||
z-index: 2; | z-index: 2; | ||
font-weight:300; | font-weight:300; | ||
+ | box-shadow:inset 0 -1px 0 rgba(255,255,255,.25); | ||
margin:-9px -10px -10px -10px; | margin:-9px -10px -10px -10px; | ||
} | } | ||
+ | |||
#HQ_page p { | #HQ_page p { |
Revision as of 12:27, 1 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; }
/********************************************************************/
/****************************** 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: 125%; 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;
}