From 219b28bbb3ce87ffe55e5ba58ed39f073c040c3c Mon Sep 17 00:00:00 2001 From: dumpfmprod Date: Thu, 8 Apr 2010 15:45:06 -0400 Subject: Add PROD --- template/banner.st | 68 ++++++++++++++++++++++++------------------------ template/head.st | 5 ++-- template/mail/welcome.st | 4 ++- template/profile.st | 5 ++-- 4 files changed, 43 insertions(+), 39 deletions(-) (limited to 'template') diff --git a/template/banner.st b/template/banner.st index 6d99d8b..3ec65a1 100755 --- a/template/banner.st +++ b/template/banner.st @@ -1,34 +1,36 @@ + + +
-
-
- -
-
- -
-
-
- $if(user_nick)$ +
+
+ +
+
+ +
+
+ + + + + $endif$ +
+
@@ -37,14 +39,12 @@
- - - $if(isadmin)$ - - $endif$ -
+ $if(isadmin)$ + + $endif$ +
$if(user_nick)$ Logout $else$ $form_login()$ $endif$
diff --git a/template/head.st b/template/head.st index 2431e49..84a0ec4 100755 --- a/template/head.st +++ b/template/head.st @@ -1,6 +1,7 @@ - - + + + diff --git a/template/mail/welcome.st b/template/mail/welcome.st index 42a0b38..7e8e9ef 100644 --- a/template/mail/welcome.st +++ b/template/mail/welcome.st @@ -1,5 +1,7 @@ SUBJECT: Welcome to dump.fm, $nick$! - + + Welcome to the dump.fm posting experience. Get started at , or setup your profile at ! + \ No newline at end of file diff --git a/template/profile.st b/template/profile.st index a50a4d5..dba7aca 100755 --- a/template/profile.st +++ b/template/profile.st @@ -2,8 +2,9 @@ $nick$'s dump.fm - - + + + $head()$ -- cgit v1.2.3-70-g09d2 From 167efea3b97a3414f5608d9bfff55aebb29b0727 Mon Sep 17 00:00:00 2001 From: dumpfmprod Date: Fri, 9 Apr 2010 22:23:28 -0400 Subject: timb commiting ryder's changes --- static/css/browser.css | 5 +++-- static/css/dump.css | 7 ++++++- static/css/register.css | 7 +++++++ static/img/dumpcats2.png | Bin 908489 -> 438093 bytes static/img/thumbs_up_sm.gif | Bin 91 -> 0 bytes static/js/register.js | 1 + static/register.html | 8 +++++--- template/banner.st | 2 +- template/chat.st | 2 +- template/mail/html.st | 27 +++++++++++++++++++++++++++ 10 files changed, 51 insertions(+), 8 deletions(-) delete mode 100644 static/img/thumbs_up_sm.gif create mode 100644 template/mail/html.st (limited to 'template') diff --git a/static/css/browser.css b/static/css/browser.css index ce5600a..12c7c55 100755 --- a/static/css/browser.css +++ b/static/css/browser.css @@ -14,7 +14,7 @@ #container { text-align: left; font-family: sans-serif; - color: #4E4848; + color: #000000; margin-left: auto; margin-right: auto; width: 1200px; @@ -139,6 +139,7 @@ left:0.1%; z-index:100; left:1px; bottom:10px; +color:#00000; width: 100%; } @@ -199,7 +200,7 @@ top:15px; .msgDiv {padding:2px; } .oldmsg { - color: #666; + color: #000; } #userList { diff --git a/static/css/dump.css b/static/css/dump.css index 6adbc77..bd962a0 100755 --- a/static/css/dump.css +++ b/static/css/dump.css @@ -307,7 +307,13 @@ background-image:url(/static/img/upbutton.png); max-width:400px; margin:-2; z-index: 1; +opacity:1; +-webkit-transition: opacity; +-webkit-transition-timing-function: ease-out; +-webkit-transition-duration: 500ms; + } + .msgDiv {padding:2px; } .oldmsg { @@ -409,7 +415,6 @@ background-color:#f3f3f3; -moz-border-radius-bottomleft:3px; -moz-border-radius-bottomright:3px; } - #userListicon { overflow: auto; height: 70%; diff --git a/static/css/register.css b/static/css/register.css index c6ed8ff..e00771a 100644 --- a/static/css/register.css +++ b/static/css/register.css @@ -4,6 +4,13 @@