(24 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
+ | |||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function(e) { | ||
+ | var h = $('#navbar').height(); | ||
+ | $('.my-banner').animate({ paddingTop: h }); | ||
+ | }); | ||
+ | |||
+ | $(document).ready(function(e){ | ||
+ | $('#bodyContent').addClass("container marketing padding-top") | ||
+ | }) | ||
+ | </script> | ||
+ | |||
<style> | <style> | ||
+ | |||
+ | #content { | ||
+ | margin-top: -12px !important | ||
+ | } | ||
+ | |||
.container { | .container { | ||
− | width: | + | text-align:justify; |
+ | width: 75%; | ||
} | } | ||
+ | |||
h1, h2, h3 { | h1, h2, h3 { | ||
Line 61: | Line 80: | ||
background-color: #fff; | background-color: #fff; | ||
} | } | ||
+ | |||
+ | |||
+ | .navbar-inverse .navbar-nav > .open > a, | ||
+ | .navbar-inverse .navbar-nav > .open > a:hover, | ||
+ | .navbar-inverse .navbar-nav > .open > a:focus { | ||
+ | background-color: #fff; | ||
+ | color: #3A96FF; | ||
+ | } | ||
+ | |||
#toctitle > h2 { | #toctitle > h2 { | ||
color: #002bb8 !important; | color: #002bb8 !important; | ||
Line 69: | Line 97: | ||
} | } | ||
+ | .carousel-caption { | ||
+ | background-color: grey; | ||
+ | padding: 4px 12px 30px 12px | ||
+ | } | ||
</style> | </style> | ||
</html> | </html> |
Latest revision as of 12:11, 1 November 2017