Line 83: | Line 83: | ||
color: rgba(0, 0, 0, .8); | color: rgba(0, 0, 0, .8); | ||
padding-top: 5px; | padding-top: 5px; | ||
+ | display:inline-block; | ||
} | } | ||
Revision as of 11:51, 23 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: 'roboto', sans-serif; font-weight:100; font-size: 300%; color: rgb(0, 0, 0);
}
span#PowerLeafH1 {
font-size: 140%;
}
- 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); display:inline-block;
}
- 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; display:inline-block;
}
p.handwritten {
font-family: 'Neucha', sans-serif !important; font-size: 36px !important; letter-spacing:0.01em;
}
- HQ_page br {
display: block; margin-top: 10px; content: " "; line-height:22px;
}
hr {
margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid rgba(0,0,0,0.8);
}
/*********REMEMBER THIS HR IS MADE AS A CLASS**********/
.hr {
display: inline-block;
} .hr:after {
content: ; display: block; border-top: 1px solid black; margin: 1% 0.4% 0% 0.4%;
}
/***********CONTENT H1*************/
div#headlinePresentation {
font-family: "open sans"; font-size: 500%; font-weight:700; letter-spacing: 0.12em; padding: 30px 0; background: #CCC; background-image: -webkit-gradient(linear,0% 0%,25% 100%,from(#485E65),to(#98B182)); background-image: -moz-gradient(linear,0% 0%,25% 100%,from(#485E65),to(#98B182)); background-image: -ms-gradient(linear,0% 0%,25% 100%,from(#485E65),to(#98B182)); -webkit-background-clip: text; -moz-background-clip: text; -ms-background-clip: text; -webkit-text-fill-color: transparent; -moz-text-fill-color: transparent; -ms-text-fill-color: transparent;
}