Mercurial Hosting > nabble
comparison src/global/web/Index.jtp @ 7:a04508136174
add ads to homepage for verification
author | Raymond <mazdarulez@hotmail.com> |
---|---|
date | Thu, 25 Jul 2019 11:40:07 +0000 |
parents | 7ecd1a4ef557 |
children | aba8ed4c8a06 |
comparison
equal
deleted
inserted
replaced
6:c4ed473452d4 | 7:a04508136174 |
---|---|
56 a[fixed]{margin-top:-3em;position:absolute;right:1em;text-decoration:none;background-color:#555;border-radius:.5em;padding:.5em;color:#D0D0D0;text-shadow:0px 1px 1px black;border-bottom:1px dotted #757474} | 56 a[fixed]{margin-top:-3em;position:absolute;right:1em;text-decoration:none;background-color:#555;border-radius:.5em;padding:.5em;color:#D0D0D0;text-shadow:0px 1px 1px black;border-bottom:1px dotted #757474} |
57 @media (max-width: 950px) { | 57 @media (max-width: 950px) { |
58 div[footer]{padding-bottom:5em} | 58 div[footer]{padding-bottom:5em} |
59 } | 59 } |
60 </style> | 60 </style> |
61 <script async="true" src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> | |
62 <script> | |
63 (adsbygoogle = window.adsbygoogle || []).push({ | |
64 google_ad_client: "ca-pub-6750305871516672", | |
65 enable_page_level_ads: true | |
66 }); | |
67 </script> | |
61 <script> | 68 <script> |
62 $(document).ready(function() { | 69 $(document).ready(function() { |
63 var $c1 = $('div[col1]'); | 70 var $c1 = $('div[col1]'); |
64 var $c2 = $('div[col2]'); | 71 var $c2 = $('div[col2]'); |
65 function centerAlign() { | 72 function centerAlign() { |