From c45175e96fd4ed335a4da51a0653c22eb7c92d51 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 18 Mar 2013 17:47:17 +0000 Subject: [PATCH] Add customised theme for State of the Map 2010 --- footer.php | 24 ++++++++++++++- header.php | 34 ++++++++++++++------- sidebar.php | 37 ++++++----------------- sidebarleft.php | 78 +++++++++++++++++++++++++++++++++++++++---------- style.css | 17 ++++++++--- 5 files changed, 132 insertions(+), 58 deletions(-) diff --git a/footer.php b/footer.php index ccc14d8..2c02ec8 100644 --- a/footer.php +++ b/footer.php @@ -5,12 +5,34 @@ -

Powered by WordPress. Theme: TheBuckmaker. SSL Zertifikate, Eigenbau +

Template: TheBuckmaker.com Wordpress Themes | The State of the Map © 2010 | OpenStreetMap Foundation Reg. No. 591276 + | team login

+ + + + + \ No newline at end of file diff --git a/header.php b/header.php index b2425b4..abc22d2 100644 --- a/header.php +++ b/header.php @@ -18,7 +18,8 @@ - + @@ -69,9 +70,6 @@

-
- -
@@ -80,7 +78,6 @@ -Headad @@ -94,18 +91,35 @@ +
  • OpenStreetMap links:
  • + +
  • The Map
  • + +
  • The Wiki
  • + -
  • Custom Links:
  • + -
  • Link1
  • + -
  • Link2
  • + -
  • Link3
  • + -
  • Link4
  • +
  • SOTM10 twitters
  • +
  • +facebook
  • +
  • +twitter1
  • +
  • + +
  • +linkedin
  • +
  • +feed-icon-14x14 +
  • diff --git a/sidebar.php b/sidebar.php index 834b383..ca40173 100644 --- a/sidebar.php +++ b/sidebar.php @@ -28,42 +28,23 @@ if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("Right Sidebar") ) : ?> - ' . __('Pages:') . '' ); ?> + ' . __('Direct links') . '' ); ?> - ' . __('Categories:') . '' ); ?> - - - -
  • - -
  • - -
  • - -
  • &title_before=

    '); ?> +

    Latest tweets

    +
    +

    Please wait while sotm tweets load...

    +

    twitter.com/sotm

    +
    - - - - + + - \ No newline at end of file + diff --git a/sidebarleft.php b/sidebarleft.php index 9ccfadb..14649b3 100644 --- a/sidebarleft.php +++ b/sidebarleft.php @@ -2,36 +2,84 @@
    +
    -
    +

    State Of The Map would not be possible without the generous support from our sponsors:

    +

    Diamond

    - +

    -Sidead -Sidead +

    Platinum

    +

    +
    +

    +
    +

    +

    Gold

    -
    +

    + +

    + +

    Silver

    + +

    + +

    + +

    + +

    + +

    + +

    + +

    + +

    +

    -
      - +

      +

      Bronze

      +

      - +

      +

      +

      +

      Food & Break Sponsors

      +

      -
    +

    + +

    + +

    Workshop Partner

    + +

    + +

    Media Partner

    + +

    + +

    + +

    Data Partner

    + +

    + +

    Consider supporting
    State Of The Map?
    Click here.

    + +
    -
    \ No newline at end of file + diff --git a/style.css b/style.css index 2785421..9c5bf85 100644 --- a/style.css +++ b/style.css @@ -48,7 +48,7 @@ blockquote { /*+++++ replace "(images/default.jpg)" with another image from the /images directory of the theme ++++*/ body { - background: url(images/default.jpg) no-repeat 0 0 #fff; + background: url(/wp-content/uploads/2010/01/backgroundgirona.jpg) no-repeat 0 0 #fff; background-attachment:fixed; background-position: center center; color: #000; @@ -113,13 +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('http://2009.stateofthemap.org/wp-content/uploads/2009/05/sotm_top_050709.jpg'); + opacity:0.8; -webkit-border-top-left-radius:0px; @@ -169,7 +171,7 @@ p, li { #headerleft { float:left; width:405px; - + margin-left:200px; } @@ -488,6 +490,7 @@ overflow:hidden; width:180px; float:left; color:#000; + font-size: 8px; padding-bottom:50px; padding-top:10px; margin-top:0px; @@ -555,6 +558,11 @@ overflow:hidden; font-size:11px; } +#sidebarleft div p { + font-size: 11px; + line-height: 18px; +} + #sidebar { width:180px; min-height:1200px; @@ -682,6 +690,7 @@ overflow:hidden; clear:both; padding-bottom:10px; overflow:visible; + padding-left:1px; } -- 2.39.5