(19 intermediate revisions by the same user not shown) | |||
Line 21: | Line 21: | ||
} | } | ||
− | + | ||
− | + | ||
− | + | ||
.navbar-brand { | .navbar-brand { | ||
Line 36: | Line 34: | ||
.navbar.bg-dark{ | .navbar.bg-dark{ | ||
background-color:#ffffff !important; | background-color:#ffffff !important; | ||
− | |||
− | |||
} | } | ||
Line 51: | Line 47: | ||
#HQ_page p { | #HQ_page p { | ||
+ | font-family: 'Open Sans', sans-serif; | ||
+ | font-size:16px; | ||
+ | line-height:26px; | ||
+ | } | ||
+ | |||
+ | #HQ_page li { | ||
font-family: 'Open Sans', sans-serif; | font-family: 'Open Sans', sans-serif; | ||
font-size:16px; | font-size:16px; | ||
Line 57: | Line 59: | ||
#HQ_page h1, h2, h3, h4, h5 { | #HQ_page h1, h2, h3, h4, h5 { | ||
− | font-family: ' | + | font-family: 'Poppins', sans-serif; |
+ | } | ||
+ | |||
+ | #toc, .toc { | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | footer.page-footer { | ||
+ | background-color: #3a3a3a; | ||
+ | color: #e0e0e0; | ||
+ | margin-top:60px; | ||
+ | } | ||
+ | |||
+ | .logo-footer { | ||
+ | max-width:200px; | ||
+ | } | ||
+ | |||
+ | footer .dropdown-content a, | ||
+ | footer h6 a, | ||
+ | footer h6 a:visited, | ||
+ | footer a, | ||
+ | footer a:visited { | ||
+ | color: rgba(255,255,255,0.6); | ||
+ | margin-right: 10px; | ||
+ | } | ||
+ | |||
+ | footer .dropdown-content a:hover, | ||
+ | footer h6 a:hover, | ||
+ | footer a i:hover { | ||
+ | color: rgba(255,255,255,0.9); | ||
+ | } | ||
+ | |||
+ | footer h6 { | ||
+ | margin-top:10px; | ||
+ | } | ||
+ | |||
+ | .social-footer { | ||
+ | position: relative; | ||
+ | top: -12px; | ||
+ | } | ||
+ | |||
+ | footer .fa { | ||
+ | font-size:20px; | ||
+ | } | ||
+ | |||
+ | footer a.os-menu-link { | ||
+ | margin-right:0px; | ||
+ | color: #fff; | ||
+ | text-decoration:underline; | ||
+ | } | ||
+ | |||
+ | footer a.os-menu-link:hover { | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | |||
+ | pre { | ||
+ | display:none !important; | ||
+ | } | ||
+ | |||
+ | #HQ_page img { | ||
+ | max-width:100%; | ||
+ | height:auto; | ||
+ | } | ||
+ | |||
+ | #HQ_page img.logo { | ||
+ | max-width:190px; | ||
+ | } | ||
+ | |||
+ | a.new:visited, #p-personal a.new:visited { | ||
+ | color: #007bff; | ||
+ | } | ||
+ | a.new:visited, #p-personal a.new:visited { | ||
+ | color: #007bff; | ||
+ | } | ||
+ | a.new { | ||
+ | color: #007bff; | ||
+ | } | ||
+ | a:visited { | ||
+ | color: #007bff; | ||
+ | } | ||
+ | a.new, #p-personal a.new { | ||
+ | color: #007bff; | ||
+ | } | ||
+ | a:visited { | ||
+ | color: #007bff; | ||
+ | } | ||
+ | a.new { | ||
+ | color: #007bff; | ||
} | } | ||
</style> | </style> |
Latest revision as of 04:12, 19 October 2019