Line 49: | Line 49: | ||
/**************************************************************************************************************************************************************************************************/ | /**************************************************************************************************************************************************************************************************/ | ||
+ | /*-- Remove borders, float content left and remove padding/margin */ | ||
+ | #globalWrapper, #content{ | ||
+ | background-color: transparent; | ||
+ | border: 0px; | ||
+ | border-bottom: 0px; | ||
+ | float: none; | ||
+ | margin:0px; | ||
+ | padding: 0px; | ||
+ | width: 100%; | ||
+ | color: #666; | ||
+ | list-style-image: none; | ||
+ | font-size: 14px; | ||
+ | overflow: auto | ||
+ | } | ||
+ | #HQ_page th { | ||
+ | background-color: transparent; | ||
+ | padding: 10px 40px; | ||
+ | color: black; | ||
+ | border: none; | ||
+ | border-collapse: collapse; | ||
+ | vertical-align: text-top; | ||
+ | text-transform: uppercase; | ||
+ | text-align: center; | ||
+ | letter-spacing: 3px; | ||
+ | font-size: 16px; | ||
+ | font-weight: bond; | ||
+ | } | ||
+ | |||
+ | #HQ_page td { | ||
+ | padding: 0px; | ||
+ | border: 0px solid #ccc; | ||
+ | vertical-align: text-top; | ||
+ | text-align: center; | ||
+ | line-height: 35px; | ||
+ | font-size: 15px; | ||
+ | } | ||
+ | |||
+ | #top_menu_14 { | ||
+ | background-color: rgba(50,0,13,1); | ||
+ | border-bottom: 1px solid rgba(50,0,13,1); | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | #HQ_page .jumbotron p { | ||
+ | text-align: center; | ||
+ | margin-bottom: 15px; | ||
+ | font-size: 21px; | ||
+ | font-weight: 200; | ||
+ | } | ||
+ | |||
+ | #HQ_page p { | ||
+ | margin: 0 0 25px; | ||
+ | text-align: justify; | ||
+ | font-size: 18px; | ||
+ | font-family: 'Raleway', sans-serif; | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | #HQ_page h1 { | ||
+ | font-family: 'Just Me Again Down Here'; | ||
+ | border-bottom: none; | ||
+ | font-weight: normal; | ||
+ | margin-bottom: 0; | ||
+ | margin-top: 0; | ||
+ | padding-bottom: 25px; | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | #HQ_page h2, h3, h4, h5 { | ||
+ | font-family: 'Raleway', sans-serif; | ||
+ | border-bottom: none; | ||
+ | font-weight: bold; | ||
+ | margin-bottom: 0; | ||
+ | margin-top: 0; | ||
+ | text-transform: uppercase; | ||
+ | font-size: 20px; | ||
+ | letter-spacing: 3px; | ||
+ | color: black; | ||
+ | } | ||
+ | |||
+ | #top_title, #sideMenu{ | ||
+ | |||
+ | display: none; | ||
+ | |||
+ | } | ||
+ | |||
+ | a { | ||
+ | color: rgba(120,194,196,1); | ||
+ | } | ||
+ | |||
+ | a:visited{ | ||
+ | color: black; | ||
+ | } | ||
+ | |||
+ | a:hover{ | ||
+ | text-decoration: none; | ||
+ | |||
+ | } | ||
+ | |||
+ | .mw-content-ltr ul { | ||
+ | |||
+ | padding-top: 10px; | ||
+ | padding-right: 0px; | ||
+ | } | ||
+ | |||
+ | body { | ||
+ | margin-top: 100px; | ||
+ | /* background-color: #222; */ | ||
+ | } | ||
+ | |||
+ | @media(min-width:768px) { | ||
+ | body { | ||
+ | margin-top: 50px; | ||
+ | |||
+ | } | ||
+ | } | ||
+ | |||
+ | #wrapper { | ||
+ | padding-left: 0; | ||
+ | } | ||
+ | |||
+ | #page-wrapper { | ||
+ | width: 100%; | ||
+ | padding: 0; | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | .huge { | ||
+ | font-size: 50px; | ||
+ | line-height: normal; | ||
+ | } | ||
+ | |||
+ | @media(min-width:768px) { | ||
+ | #wrapper { | ||
+ | /*padding-left: 225px;*/ | ||
+ | } | ||
+ | |||
+ | #page-wrapper { | ||
+ | /*padding: 10px;*/ | ||
+ | } | ||
+ | } | ||
/**************************************************************************************************************************************************************************************************/ | /**************************************************************************************************************************************************************************************************/ |
Revision as of 03:58, 2 September 2018