]> git.openstreetmap.org Git - stateofthemap.git/commitdiff
Add customised theme for State of the Map 2009
authorTom Hughes <tom@compton.nu>
Mon, 18 Mar 2013 17:28:29 +0000 (17:28 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 18 Mar 2013 17:28:29 +0000 (17:28 +0000)
comments.php
footer.php
header.php
images/Sotm_logo_pic_3.jpg [new file with mode: 0644]
images/banner.png [new file with mode: 0644]
images/default.jpg
images/default_2.jpg [new file with mode: 0644]
page.php
sidebarleft.php
style.css

index f82098e63ee840c70c95882c8a419c41eb4c9f6a..ec267ddceed2653916168028d4dff896840904f8 100644 (file)
@@ -1,3 +1,4 @@
+<div class='commentwrapper'>
 <?php if (!empty($_SERVER['SCRIPT_FILENAME']) && 'comments.php' == basename($_SERVER['SCRIPT_FILENAME']))
                die ('Please do not load this page directly. Thanks!');
 
@@ -93,4 +94,5 @@
 
 <?php endif; // If registration required and not logged in ?>
 
-<?php endif; // if you delete this the sky will fall on your head ?>
\ No newline at end of file
+<?php endif; // if you delete this the sky will fall on your head ?>
+</div> <!--commentwrapper-->
\ No newline at end of file
index ccc14d8b92f55a6ac6a2b558ce31ea7f797b1d4f..b4a2877aeeaff7d9062266cf3db3bc6a9f32a8dc 100644 (file)
@@ -5,12 +5,20 @@
 <?php get_sidebar(); ?>
 
 <!-- leave the footprint as it is -->
-<p class="footprint"><cite>Powered by <a href="http://wordpress.org/"><strong>WordPress</strong></a>. Theme: <a href="http://thebuckmaker.com">TheBuckmaker</a>. <a href="http://www.etoscape.net/">SSL Zertifikate</a>, <a href="http://xoppla.net/">Eigenbau</a>
-</cite></p>
+<p class="footprint"><cite>The State of the Map &copy 2009 | OpenStreetMap Foundation Reg. No. 591276
+ | <a href="http://login.stateofthemap.org/">team login</a> </cite></p>
 
 </div><!-- end rap -->
 
 <?php wp_footer(); ?>
-
+<script type="text/javascript">
+var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
+document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
+</script>
+<script type="text/javascript">
+try {
+var pageTracker = _gat._getTracker("UA-7302606-1");
+pageTracker._trackPageview();
+} catch(err) {}</script>
 </body>
-</html>
\ No newline at end of file
+</html>
index b2425b42c7c0f6c9deddf44dc5bc83dac544eae9..82a74080060bf7b86a16fc04c9b5ddcc1e302e85 100644 (file)
 <div id="header">
 
 <div id="headerleft">
+
 <h1><a href="<?php bloginfo('url'); ?>/"><?php bloginfo('name'); ?></a></h1>
 <h2><?php bloginfo('description'); ?></h2>
+
 </div><!-- end headerleft -->
 
 <div id="headerright">
@@ -80,7 +82,7 @@
 
 <!-- ERASE THE FOLLOWING LINE AND INSERT YOUR HEAD AD CODE FROM HERE -->
 
-<img src="<?php bloginfo('url'); ?>/wp-content/themes/aerodrome/images/headad.png" alt="Headad" />
+<!--<img src="stateofthemap.png">-->
 
 <!-- TO HERE -->
 </div>
 
 
 
-<li class="headlip">Custom Links:</li>
+<li class="headlip">OpenStreetMap links:</li>
+
+<li><a href="http://www.openstreetmap.org" title="">The Map</a></li>
+
+<li><a href="http://wiki.openstreetmap.org" title="">The Wiki</a></li>
+
+<!-- li><a href="http://www.vimeo.com/2598878"  title="">Video: OSM edits in 2008</a></li -->
+<li><a href="http://www.vimeo.com/sotm09"  title="">SOTM09 videos</a></li>
 
-<li><a href="http://" title="">Link1</a></li>
+<li><a href="http://www.ustream.tv/stateofthemap"  title="">SOTM09 streams</a></li>
 
-<li><a href="http://" title="">Link2</a></li>
+<!-- li><a href="http://blog.signal2noise.ie/~eason/sotm08/" title="">SOTM08 video</a></li -->
 
-<li><a href="http://" title="">Link3</a></li>
+<li><a href="http://www.flickr.com/photos/tags/sotm09/" title="">SOTM09 photos</a></li>
 
-<li><a href="http://" title="">Link4</a></li>
+<li><a href="http://search.twitter.com/search?q=%23sotm09" title="">SOTM09 twitters</a></li>
 
+<li>
+<a href="http://www.facebook.com/event.php?eid=42080483937"><img title="facebook" src="http://2009.stateofthemap.org/wp-content/uploads/2009/01/facebook.png" alt="facebook" width="16" height="16" /></a></li>
+<li>
+<a href="http://twitter.com/sotm"><img title="twitter1" src="http://2009.stateofthemap.org/wp-content/uploads/2009/01/twitter1.png" alt="twitter1" width="16" height="16" /></a> </li>
+<li>
+<a href="http://flickr.com/groups/sotm09/"><img title="flickr" src="http://2009.stateofthemap.org/wp-content/uploads/2009/01/flickr.png" alt="flickr" width="16" height="16" /></a></li>
+<li>
+<a href="http://2009.stateofthemap.org/feed/"><img title="feed-icon-14x14" src="http://2009.stateofthemap.org/wp-content/uploads/2009/02/feed-icon-14x14.png" alt="feed-icon-14x14" width="14" height="14" /></a>
+</li>
        </ul>
 
 
 </div><!-- end headmenu2 -->
 
-<div id="content">
\ No newline at end of file
+<div id="content">
diff --git a/images/Sotm_logo_pic_3.jpg b/images/Sotm_logo_pic_3.jpg
new file mode 100644 (file)
index 0000000..9c944bd
Binary files /dev/null and b/images/Sotm_logo_pic_3.jpg differ
diff --git a/images/banner.png b/images/banner.png
new file mode 100644 (file)
index 0000000..99c36b8
Binary files /dev/null and b/images/banner.png differ
index 34a569420676a617556465d3234aab6b0463ba88..a49397f039b702978c849d4c56b7bd12f540100c 100644 (file)
Binary files a/images/default.jpg and b/images/default.jpg differ
diff --git a/images/default_2.jpg b/images/default_2.jpg
new file mode 100644 (file)
index 0000000..30df4af
Binary files /dev/null and b/images/default_2.jpg differ
index 960f5b94912f0a30c421eb343a8ebcd541ba060c..77abf015c565d6058495c4420e97c6b2d1b8f4f3 100644 (file)
--- a/page.php
+++ b/page.php
@@ -2,7 +2,6 @@
 get_header();
 ?>
 
-
 <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
 
 <div class="datecomrap">
index 9ccfadb682e66119a66d1bbef08fdb2f1770a732..eac3ae9d12702aee2a09a5af1eeef9ae8dec4c5a 100644 (file)
@@ -1,37 +1,49 @@
 <!-- begin sidebarleft -->
-
 <div id="sidebarleft">
-
-
-<div style="margin-left:10px;">
-
-
+<div style="margin-left:10px;font-size:10px;text-align:center">
 <!-- I N S E R T   Y O U R   A D   C O D E   H E R E
 erase the following lines starting with <img ... and insert your adsense or other ad code here 
 Works best with 160x600 px ads, formatted with white background and black text color
 if you don't want to display ads, erase the following lines starting with <img ... and put some widgets (design/widgets) into the left sidebar!
 -->
-
-<img src="<?php bloginfo('url'); ?>/wp-content/themes/aerodrome/images/sidead.png" alt="Sidead" />
-<img src="<?php bloginfo('url'); ?>/wp-content/themes/aerodrome/images/sidead.png" alt="Sidead" />
-
-
-
-</div>
-
-
+State Of The Map would not be possible without the generous support from our sponsors:
+<p align="center"><b>Diamond</b></p>
+<p align="center"><a href="http://www.cloudmade.com" alt="Cloudmade"><img src='http://2008.stateofthemap.org/wp-content/uploads/2008/07/cloudmade_small_logo.png'></a></p>
+<p align="center"><b>Gold</b></p>
+<p align="center"><a href="http://www.logiball.de" alt="Cloudmade"><img src='http://2009.stateofthemap.org/wp-content/uploads/2009/07/logo_slogan_trans_160.png'></a></p>
+
+
+<p align="center"><b>Silver</b></p>
+<p align='center'><a href="http://www.and.com" alt="AND"><img src='http://2009.stateofthemap.org/wp-content/uploads/2009/03/and_1.png'></a></p>
+<p align="center"><a href="http://www.tno.nl/index.cfm?Taal=2" alt="TNO"><img src="http://2009.stateofthemap.org/wp-content/uploads/2009/03/tnotopvisual1.png"></a></p>
+<p align="center"><a href="http://www.itoworld.com" alt="ITO"><img src="http://2009.stateofthemap.org/wp-content/uploads/2009/03/ito_p.png"></a></p>
+<p align="center"><a href="http://www.developmentseed.org" alt="Development Seed"><img src="http://2009.stateofthemap.org/wp-content/uploads/2009/05/logo_dev_seed.png"></a></p>
+<p align="center"><a href="http://curlybrackets.de/" alt="CurlyBrakcets web site"><img src="http://2009.stateofthemap.org/wp-content/uploads/2009/05/sotm-offmaps-banner.jpg"></a></p>
+<p align="center"><b>Bronze</b></p>
+<p align="center"><a href="http://www.nestoria.com" alt="Nestoria"><img src="http://2007.stateofthemap.org/wp-content/uploads/2007/07/nestoria.thumbnail.png"></a></p>
+<p align="center"><a href="http://www.tagzania.com/"><img src="http://2009.stateofthemap.org/wp-content/uploads/2009/03/tagzaniaserviceslogo.png"></a></p>
+<p align="center"><a href="http://www.ublox.com/"><img src="http://2009.stateofthemap.org/wp-content/uploads/2009/06/u-blox_logo-120px.png"></a></p>
+<p align="center"><a href="http://www.geocommons.com/"><img src="http://2009.stateofthemap.org/wp-content/uploads/2009/06/geocommons_160.png"></a></p>
+<p>&nbsp;</p>
+<p align="center"><b>Venue Partner</b></p>
+<a href="http://www.iamsterdam.com/"><img src="http://2009.stateofthemap.org/wp-content/uploads/2009/07/asd_hor_pms.png"></a>
+<p>&nbsp;</p>
+<p align="center"><b>Media Partner</b></p>
+<img src="http://2009.stateofthemap.org/wp-content/uploads/2009/06/1e356ce.gif">
+<p>&nbsp;</p>
+<p align="center">Consider supporting <br />State Of The Map?<br /> <a href="http://2009.stateofthemap.org/sponsors/">Click here</a>.</p>
+
+<!--Last year, State of the map was supported by:<p align='center'>
+<img src='http://2008.stateofthemap.org/wp-content/uploads/2008/04/ito.jpg'><p align='center'>
+<img src='http://2008.stateofthemap.org/wp-content/uploads/2008/05/geocommons.jpg'><p align='center'>
+<img src='http://2008.stateofthemap.org/wp-content/uploads/2008/05/multimap_logo-scaled2.jpg'><p align='center'>
+<img src='http://2007.stateofthemap.org/wp-content/uploads/2007/07/nestoria.thumbnail.png'><p align='center'>
+<img src='http://2008.stateofthemap.org/wp-content/uploads/2008/04/mapufacture_logo.png'><p align='center'>
+-->
+</div> 
 <ul>
 <?php         /* Widgetized sidebar, if you have the plugin installed. */
                 if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("Left Sidebar") ) : ?>
-
-
-
 <?php endif; ?>
-
-
-
-
-
 </ul>
-
-</div><!-- end sidebarleft -->
\ No newline at end of file
+</div><!-- end sidebarleft -->
index 3fd9c166b8c9ce67f4d6439288c28c5a638b643f..3c1a8053726c130ff520b9b5f6fa627531d4b3e2 100644 (file)
--- a/style.css
+++ b/style.css
@@ -82,7 +82,7 @@ h3 {
 
 
 p, li {
-        font: 13px 'Arial', Verdana, sans-serif;
+        font-family: 'Arial', Verdana, sans-serif;
         line-height:17px;
 }
 
@@ -113,12 +113,15 @@ p, li {
 /* ++++++++++++++++++ The Header Section ++++++++++++++++++ */
 
 #header {
-        width:970px;
+        width:969px;
+        height: 87px;
         font-family: Verdana, Arial, sans-serif;
         overflow:hidden;
         margin:0;
         padding: 5px 0 10px 0;
-        background:#000;
+        /*background:url(images/banner.png);*/
+        background:url('http://2009.stateofthemap.org/wp-content/uploads/2009/05/sotm_top_050709.jpg');
+        opacity:0.8;
 
 
 
@@ -147,7 +150,8 @@ p, li {
         text-decoration: none;
 }
 
-#header h1 {font-family:verdana,arial,sans-serif;
+#header h1 {
+                       font-family:verdana,arial,sans-serif;
             font-size:29px;
             margin: 15px 0 0 15px;
             padding:0;
@@ -158,7 +162,8 @@ p, li {
 
 #header h1 a:hover {}
 
-#header h2 {margin-top:0px;
+#header h2 {
+                       margin-top:0px;
             font-family: verdana, arial, sans-serif;
             font-size:13px;
             color:#fff;
@@ -169,9 +174,12 @@ p, li {
 #headerleft {
             float:left;
             width:405px;
-
+                       margin-left:200px;
 }
 
+#headerright {
+       display: none;
+}
 
 #headerright a {
         background:url(images/rss2.jpg) no-repeat -1px -64px #000;
@@ -318,11 +326,14 @@ overflow:hidden;
 
 
 #headmenu2 a {
-         color:#000;
+         color:#999;
          background:#fff;
          padding:4px 10px 4px 10px;
          margin:0 3px 0 0;
          line-height:21px;
+         
+         font-weight: normal;
+         font-size: 12px;
 
          -webkit-border-top-left-radius:0px;
          -webkit-border-top-right-radius:0px;
@@ -354,7 +365,8 @@ overflow:hidden;
          padding:0px 10px 0px 10px;
          margin:0 3px 0 0;
          line-height:21px;
-         font-weight:bold;
+         font-weight:normal;
+         font-size:12px;
 
          -webkit-border-top-left-radius:0px;
          -webkit-border-top-right-radius:0px;
@@ -422,6 +434,7 @@ overflow:hidden;
 }
 
 .commy {
+       display: none;
          color:#fff;
          background:#000;
          width:35px;
@@ -696,6 +709,7 @@ overflow:hidden;
 .storycontent p a {text-decoration:underline;}
 
 .meta {
+               display: none;
         font-size: 10px;
         font-family: Arial, Verdana, sans-serif;
         color: #808080;
@@ -902,7 +916,7 @@ ul.post-meta span.post-meta-key {
 .comment-meta  a{font-size:8px; float:right; margin-top:-18px; color:#757575;}
 .fn {font-size:15px; font-weight:bold;}
 .says {display:none;}
-#comments {font-size:16px;}
+#comments {display: none;font-size:16px;}
 #respond h3 {font-size:16px;}
 
 
@@ -1006,4 +1020,8 @@ div.aligncenter {
         padding: 0 4px 5px;
 
         margin: 0;
+}
+
+.commentwrapper {
+       display: block;
 }
\ No newline at end of file