(Created page with "<html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0"> <meta http-equiv="X-UA-Comp...") |
|||
Line 12: | Line 12: | ||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> | <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> | ||
<style> | <style> | ||
+ | |||
+ | #top_title,#sideMenu { display: none !important; } | ||
+ | #content { | ||
+ | width: 100%; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | background: #f3f4f4; | ||
+ | } | ||
+ | |||
+ | #HQ_page p { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | #HQ_page h1, h2, h3, h4, h5 { | ||
+ | font-family: "Product Sans", sans-serif; | ||
+ | border-bottom: none; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | #sideMenu { | ||
+ | display: none !important; | ||
+ | } | ||
+ | |||
+ | #content{ | ||
+ | background-color: #333333 !important; | ||
+ | } | ||
+ | |||
+ | .firstHeading { | ||
+ | color: #333333 !important; | ||
+ | } | ||
+ | |||
html, | html, | ||
body { | body { |
Revision as of 03:33, 21 June 2018