[happybirthdaygnome-web] and remember to add images



commit 96d035a9f498bc348082e10cef1b2c580ce9bb81
Author: Andreas Nilsson <nisses mail home se>
Date:   Wed Aug 15 15:55:21 2012 +0200

    and remember to add images

 css/happybirthdaygnome.css                     |   11 +-
 css/{friends20.css => happybirthdaygnome.css~} |  148 +++++++++---------------
 images/art.png                                 |  Bin 0 -> 9186 bytes
 images/bubble-tip.png                          |  Bin 0 -> 679 bytes
 images/bullet.png                              |  Bin 0 -> 440 bytes
 images/footer-friends.png                      |  Bin 0 -> 10350 bytes
 images/gnome2.png                              |  Bin 0 -> 59242 bytes
 images/grass.png                               |  Bin 0 -> 4400 bytes
 images/guadec2012.jpg                          |  Bin 0 -> 423230 bytes
 images/guadec2012.png                          |  Bin 0 -> 952666 bytes
 images/logo.png                                |  Bin 0 -> 13227 bytes
 images/photo-grid.png                          |  Bin 0 -> 594043 bytes
 images/timeline.png                            |  Bin 0 -> 9450 bytes
 images/waterbrush-body-bg.jpg                  |  Bin 0 -> 30633 bytes
 14 files changed, 62 insertions(+), 97 deletions(-)
---
diff --git a/css/happybirthdaygnome.css b/css/happybirthdaygnome.css
index 353024e..7861626 100644
--- a/css/happybirthdaygnome.css
+++ b/css/happybirthdaygnome.css
@@ -1,13 +1,12 @@
   @font-face {
     font-family: 'ChunkFiveRegular';
-    src: url('Chunkfive-webfont.eot');
-    src: url('Chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
-         url('Chunkfive-webfont.woff') format('woff'),
-         url('Chunkfive-webfont.ttf') format('truetype'),
-         url('Chunkfive-webfont.svg#ChunkFiveRegular') format('svg');
+    src: url('../fonts/Chunkfive-webfont.eot');
+    src: url('../fonts/Chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
+         url('../fonts/Chunkfive-webfont.woff') format('woff'),
+         url('../fonts/Chunkfive-webfont.ttf') format('truetype'),
+         url('../fonts/Chunkfive-webfont.svg#ChunkFiveRegular') format('svg');
     font-weight: normal;
     font-style: normal;
-
 }
 
 body {
diff --git a/css/friends20.css b/css/happybirthdaygnome.css~
similarity index 50%
rename from css/friends20.css
rename to css/happybirthdaygnome.css~
index 6b174c3..a8840cf 100644
--- a/css/friends20.css
+++ b/css/happybirthdaygnome.css~
@@ -1,6 +1,18 @@
+  @font-face {
+    font-family: 'ChunkFiveRegular';
+    src: url('../fonts/Chunkfive-webfont.eot');
+    src: url('../fonts/Chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
+         url('../fonts/Chunkfive-webfont.woff') format('woff'),
+         url('../fonts/Chunkfive-webfont.ttf') format('truetype'),
+         url('../fonts/Chunkfive-webfont.svg#ChunkFiveRegular') format('svg');
+    font-weight: normal;
+    font-style: normal;
+
+}
+
 body {
   font-family: "Verdana", sans-serif;
-  background: url("../images/waterbrush-body-bg.jpg") no-repeat;
+  background: url("../images/waterbrush-body-bg.jpg") repeat-x;
 }
 
 h1 {
@@ -10,6 +22,13 @@ h1 {
   font-weight: normal;
 }
 
+h2 {
+  font-family: ChunkFiveRegular;
+  color: #3465a4;
+  margin: 0;
+  padding: 0;
+}
+
 div {
   padding: 0px;
   margin: 0px;
@@ -19,59 +38,6 @@ ul {
   list-style-image: url(../images/bullet.png);
 }
 
-#boxes {
-
-}
-
-#boxes > div {
-  margin: 10px;
-  width: 150px;
-  height: 150px;
-  -moz-border-radius: 4px;
-  /*display: inline-block;*/
-  background-color: #73d216;
-  overflow: hidden;
-  background-repeat: no-repeat;
-  background-position: center center;
-  float: left;
-}
-
-#boxes > div {
-  cursor: pointer;
-}
-
-#adopt {
-  background-image: url("../images/adopt-normal.png");
-}
-
-#adopt.greyed {
-    background-image: url("../images/adopt-inactive.png") !important;
-}
-
-#associate {
-  background-image: url("../images/associate-normal.png");
-}
-
-#associate.greyed {
-    background-image: url("../images/associate-inactive.png") !important;
-}
-
-#sponsor {
-  background-image: url("../images/sponsor-normal.png");
-}
-
-#sponsor.greyed {
-    background-image: url("../images/sponsor-inactive.png") !important;
-}
-
-#philanthropist {
-  background-image: url("../images/philanthropist-normal.png");
-}
-
-#philanthropist.greyed {
-    background-image: url("../images/philanthropist-inactive.png") !important;
-}
-
 .active-text {
   font-size: 12px;
   padding: 1em;
@@ -94,31 +60,6 @@ ul {
 }
 
 
-div#below {
-    margin: 10px;
-    padding: 0px;
-    position: relative;
-    width: 660px;
-    clear: both;
-}
-
-p#donation-details {
-    text-align: center;
-    font-weight: bold;
-}
-
-div#below > p {
-    text-align: center;
-}
-
-p.hidden {
-    display: none;
-}
-
-div#below > form {
-    display: none;
-}
-
 
 /* allow room for 3 columns */
 #below ul {
@@ -149,7 +90,6 @@ div.wrapper {
 }
 
 #foundation-info {
-
   padding: 10px;
   width: 650px;
 }
@@ -159,17 +99,6 @@ small {
   color: gray;
 }
 
-.sidebar {
-  background: #fff;
-  margin: -1px;
-  margin-top: 20px;
-  padding: 10px;
-  border: 1px solid rgba(0, 0, 0, 0.15);
-  -moz-border-radius: 5px;
-  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
-}
-
-
 .footer-art {
   height: 180px;
   background: url('../images/footer-friends.png') no-repeat bottom center;
@@ -191,3 +120,40 @@ small {
   margin-top: 30px;
   color: #676c72;
 }
+
+.bubble {
+  border: 1px solid gray;
+  border-radius: 4px;
+  background-color: #fff;
+  padding: 20px;
+  margin-bottom: 10px;
+  margin-left: 20px;
+}
+
+.bubble-tip {
+  background: url(../images/bubble-tip.png) no-repeat;
+  width: 16px;
+  height: 31px;
+  float: left;
+  position: absolute;
+  margin-left: -36px;
+  margin-top: 50px;
+}
+
+.logo {
+  background: url(../images/logo.png) no-repeat center center;
+  width: 431px;
+  height: 88px;
+  margin-bottom: 30px;
+  margin-top: 20px;
+}
+
+.intro {
+  padding-bottom: 20px;
+  padding-top: 20px;
+}
+
+.guadec-2012 {
+  margin-top: 30px;
+  margin-bottom: 50px;
+}
diff --git a/images/art.png b/images/art.png
new file mode 100644
index 0000000..f5fc590
Binary files /dev/null and b/images/art.png differ
diff --git a/images/bubble-tip.png b/images/bubble-tip.png
new file mode 100644
index 0000000..27dc71d
Binary files /dev/null and b/images/bubble-tip.png differ
diff --git a/images/bullet.png b/images/bullet.png
new file mode 100644
index 0000000..0efda8d
Binary files /dev/null and b/images/bullet.png differ
diff --git a/images/footer-friends.png b/images/footer-friends.png
new file mode 100644
index 0000000..9de705b
Binary files /dev/null and b/images/footer-friends.png differ
diff --git a/images/gnome2.png b/images/gnome2.png
new file mode 100644
index 0000000..cd00a74
Binary files /dev/null and b/images/gnome2.png differ
diff --git a/images/grass.png b/images/grass.png
new file mode 100644
index 0000000..a2bfc4e
Binary files /dev/null and b/images/grass.png differ
diff --git a/images/guadec2012.jpg b/images/guadec2012.jpg
new file mode 100644
index 0000000..ae61714
Binary files /dev/null and b/images/guadec2012.jpg differ
diff --git a/images/guadec2012.png b/images/guadec2012.png
new file mode 100644
index 0000000..966f11d
Binary files /dev/null and b/images/guadec2012.png differ
diff --git a/images/logo.png b/images/logo.png
new file mode 100644
index 0000000..fb1cd3b
Binary files /dev/null and b/images/logo.png differ
diff --git a/images/photo-grid.png b/images/photo-grid.png
new file mode 100644
index 0000000..7890783
Binary files /dev/null and b/images/photo-grid.png differ
diff --git a/images/timeline.png b/images/timeline.png
new file mode 100644
index 0000000..68aeadf
Binary files /dev/null and b/images/timeline.png differ
diff --git a/images/waterbrush-body-bg.jpg b/images/waterbrush-body-bg.jpg
new file mode 100644
index 0000000..a76e9f4
Binary files /dev/null and b/images/waterbrush-body-bg.jpg differ



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]