|
80 | 80 | .wy-nav-side {
|
81 | 81 | top: 4rem;
|
82 | 82 | }
|
| 83 | +.no-margin { |
| 84 | + margin-bottom: 0 !important; |
| 85 | +} |
| 86 | +.auto-width > img { |
| 87 | + width: auto !important; |
| 88 | +} |
83 | 89 | </style>
|
84 | 90 | {% endblock %}
|
85 | 91 | {% block extrabody %}
|
|
97 | 103 | {% block footer %}
|
98 | 104 | <!-- Global site tag (gtag.js) - Google Analytics -->
|
99 | 105 | <script async src="https://www.googletagmanager.com/gtag/js?id=G-CLMHTDV889"></script>
|
| 106 | +<script src="https://cc.cdn.civiccomputing.com/9/cookieControl-9.x.min.js" type="text/javascript"></script> |
100 | 107 | <script>
|
101 | 108 | function myFunction() {
|
102 | 109 | var x = document.getElementById("myTopnav");
|
|
107 | 114 | }
|
108 | 115 | }
|
109 | 116 | $(window).scroll(function () {
|
110 |
| - var top = 64 - $(this).scrollTop(); |
| 117 | + var top = 65.6 - $(this).scrollTop(); |
111 | 118 | if (top < 0)
|
112 | 119 | $('.wy-nav-side').css({ 'top': 0 });
|
113 | 120 | else
|
114 | 121 | $('.wy-nav-side').css({ 'top': top });
|
115 | 122 | });
|
| 123 | + var config = { |
| 124 | + "apiKey": "688bab0005645ab4ef2e0d8bcf4f2e3bd467a3e9", |
| 125 | + "product": "COMMUNITY", |
| 126 | + "optionalCookies": [{ |
| 127 | + "name": "analytics", |
| 128 | + "label": "Analytical Cookies", |
| 129 | + "description": "Analytical cookies help us to improve our website by collecting and reporting information on its usage.", |
| 130 | + "cookies": ["_ga_*", "_ga", "_gid", "_gat_gtag_UA_*"], |
| 131 | + "onAccept": "function () {}", |
| 132 | + "onRevoke": "function () {}" |
| 133 | + }], |
| 134 | + "mode": "ccpa", |
| 135 | + "excludedCountries": "all", |
| 136 | + "iabCMP": false, |
| 137 | + "necessaryCookies": ["__cf_bm"], |
| 138 | + "branding": { |
| 139 | + "fontColor": "", |
| 140 | + "backgroundColor": "#343131" |
| 141 | + } |
| 142 | + }; |
| 143 | + |
| 144 | + CookieControl.load( config ); |
| 145 | + |
116 | 146 | window.dataLayer = window.dataLayer || [];
|
117 | 147 | function gtag() { dataLayer.push(arguments); }
|
118 | 148 | gtag('js', new Date());
|
|
0 commit comments