From 2041ed45c75ded3b0f7b6c5e6536dc262406b0d1 Mon Sep 17 00:00:00 2001 From: dumpfmprod Date: Sun, 14 Nov 2010 16:22:43 -0500 Subject: sostler prod commit --- static/css/dump.css | 6 +- static/css/front.css | 162 +++++++++++++++++++++++++++++++++++++++++++++ static/img/sassoonlogo.gif | Bin 0 -> 31936 bytes template/3frames.st | 15 +++++ template/banner.st | 9 +-- template/fame2.st | 4 +- template/head.st | 2 +- template/profile.st | 4 +- 8 files changed, 191 insertions(+), 11 deletions(-) create mode 100644 static/css/front.css create mode 100644 static/img/sassoonlogo.gif create mode 100644 template/3frames.st diff --git a/static/css/dump.css b/static/css/dump.css index df3e55e..ce07b45 100755 --- a/static/css/dump.css +++ b/static/css/dump.css @@ -151,10 +151,11 @@ height:22; text-indent:14px; line-height:1.9; left: 125px; - margin-left: 0.1%; + margin-left: 5%; margin-right: 8%; letter-spacing:.2px; } +#sassoon{margin-left:-15;margin-top:2;} #bar7dis{ top:19px; position:absolute; @@ -912,7 +913,6 @@ border:1px solid #000;border-right:0px; max-height:400px; height: expression(this.width > 400 ? 400: true); max-width:400px; - margin:-2; opacity:1; } @@ -1346,7 +1346,7 @@ margin-left:-5px; font-size:12px; } - +.img-wrapper img{margin-right:-4px;} #logavatar img{ max-width:20px; diff --git a/static/css/front.css b/static/css/front.css new file mode 100644 index 0000000..1bf973e --- /dev/null +++ b/static/css/front.css @@ -0,0 +1,162 @@ +#login-container { + float: right; + /*width:780px; + margin:0 auto;*/ +right:3; +color:#fff; + position: relative; +top:-2; +filter:alpha(opacity=90); + -moz-opacity:0.9; + -khtml-opacity: 0.9; + opacity: 0.9z-index:2; + +} + +#login-container a:link, a:visited { + color:#000; + text-decoration:none; +} +#login-container .topnav { + padding:0px 0px 12px; + font-size:11px;color:000; + line-height:23px; + text-shadow: #000 0px 0px 0px; + text-align:right; + +} +#login-container .topnav a.signin { + text-shadow: #000 0px 0px 0px; + padding:5px 5px 5px 5px; + text-decoration:none; + background-color:#fff; + + + + *padding:4px 12px 6px; filter:alpha(opacity=80); + + +} +#login-container .topnav a.signin:hover { + + *padding:4px 12px 16px; background-color:#ccc; + +} +#login-container .topnav a.signin, #login-container .topnav a.signin:hover { + *background-position:0 3px!important;color:#000; +} + +a.signin { + position:relative; +cursor:pointer; + margin-left:3px; +} +a.signin span { + background-image:url("http://dump.fm/static/form_login/images/toggle_down_light.png"); + background-repeat:no-repeat; + background-position:100% 50%; + padding:4px 16px 6px 0;cursor:pointer; +} +#login-container .topnav a.menu-open { + background:#ddeef6!important; + color:#666!important; text-shadow: #000 0px 0px 0px; + outline:none;box-shadow: 3px 2px 2px #ccc;cursor:pointer; +-webkit-box-shadow: 3px 2px 2px #ccc; +-moz-box-shadow: 3px 2px 2px #ccc; +filter: progid:DXImageTransform.Microsoft.dropShadow(color=#ccc, offX=3, offY=4, positive=true); + +} + +a.signin.menu-open span {cursor:pointer; + background-image:url("http://dump.fm/static/form_login/images/toggle_up_dark.png"); + color:#789; +} + +#signin_menu { + -moz-border-radius-topleft:5px; + -moz-border-radius-bottomleft:5px; + -moz-border-radius-bottomright:5px; + -webkit-border-top-left-radius:5px; + -webkit-border-bottom-left-radius:5px; + -webkit-border-bottom-right-radius:5px; + display:none; + background-color:#ddeef6; + position:absolute; + width:210px; + z-index:100; + border:1px transparent; + text-align:left; + padding:12px; + top: 16.5px; + right: 0px; + margin-top:5px; + margin-right: 0px; + *margin-right: -1px; + color:#789; + font-size:11px; box-shadow: 3px 2px 2px #ccc; +-webkit-box-shadow: 3px 2px 2px #ccc; +z-index:5000; +-moz-box-shadow: 3px 2px 2px #ccc; +filter: progid:DXImageTransform.Microsoft.dropShadow(color=#ccc, offX=3, offY=4, positive=true); +} + +#signin_menu input[type=text], #signin_menu input[type=password] { + display:block; + font-size:25px; + margin:0 0 5px; + padding:5px; + width:203px; +} +#signin_menu p { + margin:0; +} +#signin_menu a { + color:#6AC; +} +#signin_menu label { + font-weight:normal; +} + +#signin_menu p a { + color:#27B!important; +} +#signin-submit { + display:inline-block; + width:90px; + height:35px; + font-size:20px; + background-image:url('http://dump.fm/static/img/btngrad1.png'); + background-color:#4691e5; + font-weight:bold; + word-spacing:7; + margin-top:-5px; +cursor:pointer; + text-align:center; + z-index:100; + font-size:16px; + color:#fff; + border-radius: 5px; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + text-shadow:1px 1px 3px #000; +z-index:20; +} + +#furie3 { + position: absolute; + left:294px; + margin-top:250px; + z-index: 10; + +} +#loginSubmit::-moz-focus-inner { +padding:0; +border:0; +} +#loginSubmit:hover, #loginSubmit:focus { + background-position:0 -5px; + cursor:pointer; +} +.no-cursor { cursor: none; } +.invisible { display: none !important; } +#cursor-big { position: absolute; z-index: 1000; } \ No newline at end of file diff --git a/static/img/sassoonlogo.gif b/static/img/sassoonlogo.gif new file mode 100644 index 0000000..29cf6ed Binary files /dev/null and b/static/img/sassoonlogo.gif differ diff --git a/template/3frames.st b/template/3frames.st new file mode 100644 index 0000000..3fd00a8 --- /dev/null +++ b/template/3frames.st @@ -0,0 +1,15 @@ + + dump.fm - Deal With It GIF Maker + $head()$ + + + + $banner()$ + +
+
+ +
+ $footer()$ +
+ \ No newline at end of file diff --git a/template/banner.st b/template/banner.st index 615256f..6108c9a 100644 --- a/template/banner.st +++ b/template/banner.st @@ -3,8 +3,8 @@
- - + +
@@ -27,8 +27,8 @@ Hall of Fame - - Favs + Image Search @@ -39,6 +39,7 @@ + diff --git a/template/fame2.st b/template/fame2.st index 89739cd..debc13e 100644 --- a/template/fame2.st +++ b/template/fame2.st @@ -15,14 +15,14 @@
-

Hall Of Fame


updated hourly


+

Hall Of Fame



VIEW BY -
+
$if(dumps)$ diff --git a/template/head.st b/template/head.st index ad23a44..2cfd6cb 100644 --- a/template/head.st +++ b/template/head.st @@ -8,7 +8,7 @@ $if(!user_nick)$ - + diff --git a/template/profile.st b/template/profile.st index 8d8a019..d948e4f 100644 --- a/template/profile.st +++ b/template/profile.st @@ -74,8 +74,10 @@

$if(is_home)$ your $else$ $nick$'s$endif$ posts ➡


$if(is_home)$ your $else$ $nick$'s $endif$ favs ➡

-
+
$if(is_home)$ your $else$ $nick$'s$endif$ most recent dumps
-- cgit v1.2.3-70-g09d2 From 2e1afb150bb28c26f63392ea7dc37567c1950528 Mon Sep 17 00:00:00 2001 From: dumpfmprod Date: Wed, 17 Nov 2010 01:10:42 -0500 Subject: enable redis popular posts --- src/site.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site.clj b/src/site.clj index 4c3560e..c492336 100644 --- a/src/site.clj +++ b/src/site.clj @@ -507,7 +507,7 @@ ORDER BY cnt DESC ;; Who faved me -(def use-popular-redis false) +(def use-popular-redis true) (defn popular [session profile-nick] (if-let [user-info (fetch-nick profile-nick)] -- cgit v1.2.3-70-g09d2 From 572d443a91dc244a1bdc1fb930060d71e7ebc243 Mon Sep 17 00:00:00 2001 From: dumpfmprod Date: Sun, 21 Nov 2010 21:43:06 -0500 Subject: sostler css commit --- static/css/dump.css | 6 +++--- template/profile.st | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/static/css/dump.css b/static/css/dump.css index ce07b45..d4b7000 100755 --- a/static/css/dump.css +++ b/static/css/dump.css @@ -140,7 +140,7 @@ left:-1px; box-shadow: 0 0 10px #d8dbde, 0px 0px 2px #000; -webkit-box-shadow: 0 0 10px #d8dbde, 0px 0px 2px #000; -moz-box-shadow: 0 0 10px #d8dbde, 0px 0px 2px #000; - +z-index: 1; } #bar7{ top:19px; @@ -1622,7 +1622,7 @@ z-index:5555; max-height:600px; height: expression(this.width > 600 ? 600: true); border:0px; - z-index:4; + z-index:0; } @@ -1642,7 +1642,7 @@ text-overflow: ellipsis-word; border:1px solid #f0e0d6; margin-left:20px; margin-bottom:20px; - z-index:4; + z-index:0; line-height:20px; text-align: left; diff --git a/template/profile.st b/template/profile.st index d948e4f..f66069e 100644 --- a/template/profile.st +++ b/template/profile.st @@ -74,10 +74,10 @@

$if(is_home)$ your $else$ $nick$'s$endif$ posts ➡


$if(is_home)$ your $else$ $nick$'s $endif$ favs ➡

- +