From 9dd2ee1b1eb63529f5694d2e400dd04cc1eb1663 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 28 Nov 2009 20:27:28 -0500 Subject: Updated static --- static/cloudbg2.png | Bin 0 -> 8221 bytes static/fuckit.gif | Bin 0 -> 37413 bytes static/getstarted.gif | Bin 0 -> 6297 bytes static/getstarted.html | 95 +++++++++++++++++ static/index.html | 2 +- static/main.css | 33 +++--- static/main2.css | 276 +++++++++++++++++++++++++++++++++++++++++++++++++ static/startpage.html | 95 +++++++++++++++++ static/startpage7.html | 112 ++++++++++++++++++++ static/try.gif | Bin 0 -> 25331 bytes static/try.png | Bin 0 -> 2265 bytes 11 files changed, 599 insertions(+), 14 deletions(-) create mode 100644 static/cloudbg2.png create mode 100644 static/fuckit.gif create mode 100644 static/getstarted.gif create mode 100644 static/getstarted.html create mode 100644 static/main2.css create mode 100644 static/startpage.html create mode 100644 static/startpage7.html create mode 100644 static/try.gif create mode 100644 static/try.png diff --git a/static/cloudbg2.png b/static/cloudbg2.png new file mode 100644 index 0000000..a1d2b6e Binary files /dev/null and b/static/cloudbg2.png differ diff --git a/static/fuckit.gif b/static/fuckit.gif new file mode 100644 index 0000000..9f94cf6 Binary files /dev/null and b/static/fuckit.gif differ diff --git a/static/getstarted.gif b/static/getstarted.gif new file mode 100644 index 0000000..b581589 Binary files /dev/null and b/static/getstarted.gif differ diff --git a/static/getstarted.html b/static/getstarted.html new file mode 100644 index 0000000..c1ac1b1 --- /dev/null +++ b/static/getstarted.html @@ -0,0 +1,95 @@ + + + + +dump.fm + + + + + + + + + + + + + + +
+
+
+
+

+
+
+
+
+
+

Sign Up!
+ Nickname + +
+ Email + +
+ Password + +
+ + +

+
+ + +
+
+
+
* © 2009 dump.fm + * About Us + * Contact + * Blog + * Goodies + + * Help + * Terms + * Privacy
+
+ + + + +
+
+
+ +
+
+ + diff --git a/static/index.html b/static/index.html index 8087996..94a8689 100755 --- a/static/index.html +++ b/static/index.html @@ -30,7 +30,7 @@
Password:
- +
diff --git a/static/main.css b/static/main.css index bb7dd4c..22acda4 100644 --- a/static/main.css +++ b/static/main.css @@ -3,7 +3,7 @@ #apDiv2 { position:relative; - top:150px; + top:100px; width:700px; margin: 0px auto -1px auto; height: 300px; @@ -11,15 +11,15 @@ } #info { position:relative; - top:285px; + top:200px; width:700px; margin: 0px auto -1px auto; height: 14px; color: #999; bottom:0px; - z-index: 3; - + z-index: 3; } + #front { position:fixed; top:150px; @@ -52,30 +52,29 @@ left:0px; width:410px; height:281px; - background-image: url(logbg.png); + background-image: url(logbg.pngg); z-index:1; - filter:alpha(opacity=70); - -moz-opacity:0.7; - -khtml-opacity: 0.7; - opacity: 0.7; + } #about { position:absolute; width:300px; - height: 281px; + height: 230px; left:410px; line-height: 18px; padding-left: 20px; ; font-weight: bold; - color: #333; + color: #000; z-index:2; + top: 177px; } #input { padding-right:15px; - line-height:22px; - font-size: 12px; + line-height:28px; + font-size: 24px; + font-weight: bolder; } body,td,th { font-family: Arial, Helvetica, sans-serif; @@ -171,7 +170,15 @@ body { background-image: url(cloudbg1.png); background-repeat: no-repeat; background-position:center; + +} +#registerbox { + padding-left:20px; + font-family:Arial, Helvetica, sans-serif; + font-size:12px; + padding-right:85px; + line-height:28px; } .form { font-size: 14px; color="#990000"; } .info { diff --git a/static/main2.css b/static/main2.css new file mode 100644 index 0000000..822cde3 --- /dev/null +++ b/static/main2.css @@ -0,0 +1,276 @@ +@charset "UTF-8"; +/* CSS Document */ + +#apDiv2 { + position:relative; + top:75px; + width:700px; + margin: 0px auto -1px auto; + height: 300px; + z-index: 3; +} +#txt { + position:absolute; + top:110px; + width:533px; + margin: 0px auto -1px auto; + height: 18px; + z-index: 3; + line-height: 18px; + font-weight: bold; + color: #333; +} +#info { + position:relative; + top:150px; + width:700px; + margin: 0px auto -1px auto; + height: 14px; + color: #999; + bottom:0px; + z-index: 3; +} +#header { + position:relative; + background:#fff url("cloudbg2.png") no-repeat 0 0; + background-position:center; + width:700px; + margin: 0px auto -1px auto; + top:10px; + height:700px; + z-index:2; + + opacity:0.9; + -moz-border-radius-topleft:10px; + -moz-border-radius-bottomleft:10px; + -moz-border-radius-bottomright:10px; + -moz-border-radius-topleft:10px; + -moz-border-radius-topright:10px; + border-top-left-radius:10px; + border-top-right-radius:10px; +} +.round { + -moz-border-radius:5px; + -webkit-border-radius:5px; +} +.round-top-right { + -moz-border-radius-topright:5px; + -webkit-border-top-right-radius:5px; +} +.round-right { + -moz-border-radius-topright:5px; + -moz-border-radius-bottomright:5px; + -webkit-border-top-right-radius:5px; + -webkit-border-bottom-right-radius:5px; +} +.round-bottom-right { + -moz-border-radius-bottomright:5px; + -webkit-border-bottom-right-radius:5px; +} +.round-bottom { + -moz-border-radius-topright:0; + -moz-border-radius-topleft:0; + -moz-border-radius-bottomright:5px; + -moz-border-radius-bottomleft:5px; + -webkit-border-top-right-radius:0; + -webkit-border-top-left-radius:0; + -webkit-border-bottom-right-radius:5px; + -webkit-border-bottom-left-radius:5px; +} +.round-bottom-left { + -moz-border-radius-bottomleft:5px; + -webkit-border-bottom-left-radius:5px; +} +.round-left { + -moz-border-radius-topleft:5px; + -moz-border-radius-bottomleft:5px; + -webkit-border-top-left-radius:5px; + -webkit-border-bottom-left-radius:5px; +} +.round-top-left { + -moz-border-radius-topleft:5px; + -webkit-border-top-left-radius:5px; +} +.round-top { + -moz-border-radius-topright:5px; + -moz-border-radius-topleft:5px; + -moz-border-radius-bottomright:0; + -moz-border-radius-bottomleft:0; + -webkit-border-top-right-radius:5px; + -webkit-border-top-left-radius:5px; + -webkit-border-bottom-right-radius:0; + -webkit-border-bottom-left-radius:0; +} + +#front { + position:fixed; + top:150px; +} +#infopage { + + + margin: 0px auto -1px auto; + height: 14px; + color: #999; + bottom:0px; + z-index: 3; + font-size: 10px; + + font-size: 12px; + letter-spacing: 1px; + bottom: 0px; +} +#signin { + position:absolute; + left:0px; + width:351px; + height:135px; + z-index:3; + top: 143px; +} +#signinbg { + position:absolute; + left:1px; + width:346px; + height:253px; + background-position:right; + background-repeat:no-repeat; + z-index:1; + top: 157px; +} +#about { + position:absolute; + width:280px; + height: 250; + left:364px; + ; + font-weight: bold; + color: #000; + z-index:2; + line-height: 18px; + top: 153px; +} +#input { + padding-right:15px; + line-height:22px; + font-size: 12px; +} +body,td,th { + font-family: Arial, Helvetica, sans-serif; + font-size: 16px; + line-height: 40px; +} +#apDiv1 div #input #form1 label { + font-size: 12px; + color: #333; +} +.re { + font-size: 10px; +} +#apDiv2 #about div { + font-size: 10px; + color: #424143; +} +#top { + position:absolute; + left:0px; + top:0px; + width:100%; + height:32px; + z-index:2; + background-color: #CCC; +} +#apDiv3 { + position:fixed; + left:0px; + top:0px; + width:68px; + height:68px; + background-image: url(topl.png); +} +#apDiv4 { + position:fixed; + top:0px; + width:68px; + height:68px; + + right: 0px; + background-image: url(topr.png); +} +#bottom { + position:absolute; + left:0px; + bottom:0px; + width:100%; + height:10px; + z-index:1; + font-size: 10px; + line-height: 5px; +} +#apDiv5 { + position:fixed; + bottom:0px; + width:60px; + height:68px; + + left: 0px; + background-image: url(bottoml.png); +} +#apDiv6 { + position:fixed; + bottom:0px; + width:60px; + height:68px; + + right: 0px; + background-image: url(bottomr.png); +} +#bg { + position:absolute; + left:0px; + top:0px; + width:100%; + height:100%; + z-index:2; + background-image:url(grad2.jpg); +} +body { + background-image: url(bg4.png); + background-repeat: repeat-x; + background-attachment:fixed; + overflow:hidden; +} +#plane { + position:fixed; + top:9px; + right:0px; + width:100%; + height:100%; + z-index:1; + background-image: url(cloudbg1.png); + background-repeat: no-repeat; + background-position:center; + -moz-opacity: 0.6; +filter:alpha(opacity=60); + /* CSS3 standard */ + opacity:0.6; + + +} +#registerbox { + padding-left:20px; + font-family:Arial, Helvetica, sans-serif; + font-size:12px; + padding-right:0px; + line-height:28px; +} +.form { font-size: 14px; color="#990000"; } +.info { + font-size: 10px; +} +.info { + font-size: 12px; + letter-spacing: 1px; + bottom: 0px; + color: #999; +} diff --git a/static/startpage.html b/static/startpage.html new file mode 100644 index 0000000..85f3350 --- /dev/null +++ b/static/startpage.html @@ -0,0 +1,95 @@ + + + + +dump.fm + + + + + + + +
+
+
+
+

dump.fm lets you talk with pictures.
+
+ share images from anywhere on the web or ones stored on your computer, in real time.
+
+

+

+
+
+
+
+
+

 

+
+
+ +
+
+ +
+ +
+
+ +
+
+
+
+
+
* © 2009 dump.fm + * About Us + * Contact + * Blog + * Goodies + + * Help + * Terms + * Privacy
+
+ + +
+ +
+
+
+ +
+
+ + diff --git a/static/startpage7.html b/static/startpage7.html new file mode 100644 index 0000000..eea492c --- /dev/null +++ b/static/startpage7.html @@ -0,0 +1,112 @@ + + + + +dump.fm + + + + + + + + + + + + + + +
+ + diff --git a/static/try.gif b/static/try.gif new file mode 100644 index 0000000..cbe2d89 Binary files /dev/null and b/static/try.gif differ diff --git a/static/try.png b/static/try.png new file mode 100644 index 0000000..a7021f8 Binary files /dev/null and b/static/try.png differ -- cgit v1.2.3-70-g09d2