]> i-scream Git - www.i-scream.org.git/commitdiff
Separate div for adverts so they can be removed from small screen and
authorTim Bishop <tim@bishnet.net>
Wed, 8 Mar 2006 15:35:14 +0000 (15:35 +0000)
committerTim Bishop <tim@bishnet.net>
Wed, 8 Mar 2006 15:35:14 +0000 (15:35 +0000)
print layouts.

www/bannerad.inc
www/footer.inc
www/styles/handheld.css
www/styles/print.css
www/styles/style.css

index 3709309e3c225c260f97587453d2ead536dc9e36..fbdb8c12b51eb06d5cbb94a10064d78d28469ac6 100644 (file)
@@ -1,18 +1,20 @@
-          <script type="text/javascript">
-            <!--
-              google_ad_client = "pub-4199687771151670";
-              google_ad_width = 468;
-              google_ad_height = 60;
-              google_ad_format = "468x60_as";
-              google_ad_type = "image";
-              google_ad_channel ="";
-              google_color_border = "000066";
-              google_color_bg = "FFFFFF";
-              google_color_link = "0000FF";
-              google_color_url = "008000";
-              google_color_text = "000000";
-            //-->
-          </script>
-          <script type="text/javascript"
-            src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
-          </script>
\ No newline at end of file
+          <div id="advert">
+            <script type="text/javascript">
+              <!--
+                google_ad_client = "pub-4199687771151670";
+                google_ad_width = 468;
+                google_ad_height = 60;
+                google_ad_format = "468x60_as";
+                google_ad_type = "image";
+                google_ad_channel ="";
+                google_color_border = "000066";
+                google_color_bg = "FFFFFF";
+                google_color_link = "0000FF";
+                google_color_url = "008000";
+                google_color_text = "000000";
+              //-->
+            </script>
+            <script type="text/javascript"
+              src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
+            </script>
+          </div>
\ No newline at end of file
index 260258f8e1b77c2be8d521c2371a2d93f4c75fbb..47b5c857697a50ae7cc2e31ece25b029578dc2fb 100644 (file)
@@ -1,4 +1,4 @@
-        <div id="footer">
+        <div id="advert">
           <script type="text/javascript">
             <!--
               google_ad_client = "pub-4199687771151670";
@@ -17,6 +17,8 @@
           <script type="text/javascript"
             src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
           </script>
+        </div>
+        <div id="footer">
           <p>
             &copy; 2000-2006 i-scream &#187;
             <a href="http://www.i-scream.org/">http://www.i-scream.org/</a> &#171;
index 1926993de89544147833f6b29903e297d1bdb717..f3554dbdfbfb09babbf605c2bb2e26bb1eada1b3 100644 (file)
@@ -67,6 +67,11 @@ html,body {
        font-size: x-small;
 }
 
+/* Contains adverts */
+#advert {
+       display: none;
+}
+
 /* Contains the body text of the page */
 #contents {
        padding: 0px 15px 0px 15px;
index 7f85f3cd6af5c399e17bb0f123a62e4755d9e0b8..505ca85aa58d51272b6feb472d69e670ec2e611c 100644 (file)
@@ -26,6 +26,11 @@ body {
        font-size: x-small;
 }
 
+/* Contains adverts */
+#advert {
+       display: none;
+}
+
 /* Contains the body text of the page */
 #contents h1 {
        border-top: 3px solid #000066;
index 0a7c68cc97293f0046ecb1e6d4b538396e434e62..61fa993629e10ccea961ac560bdcd7441157e80e 100644 (file)
@@ -107,7 +107,7 @@ html,body {
 }
 #topnav {
        margin: -15px -10px 0px 0px;
-       padding: 0px;
+       padding: 0px 0px 10px 0px;
        text-align: right;
        background: transparent;
        color: #000000;