From 71de79d5c650fab0bbaffe24f450e7fed9605c42 Mon Sep 17 00:00:00 2001 From: dumpfmprod Date: Wed, 10 Feb 2010 01:28:42 -0500 Subject: Commit prod --- static/aol_suck.gif | Bin 0 -> 10645 bytes static/awave.gif | Bin 0 -> 3711 bytes static/browser.css | 30 +++++--------- static/browser.html | 4 +- static/browsertool.gif | Bin 0 -> 4583 bytes static/dumpcats2.png | Bin 0 -> 908489 bytes static/favicon.ico | Bin 1406 -> 1406 bytes static/favicon4.ico | Bin 0 -> 1406 bytes static/form_login/front.css | 7 ++-- static/gritter/css/jquery.gritter.css | 19 +++++---- static/header.css | 16 +++---- static/index.html | 53 ++++++++++++------------ static/pichat.css | 4 +- static/profile.css | 76 ++++++++++++++++++++-------------- static/search/browser.html | 4 +- static/thumbs_up_sm.gif | Bin 0 -> 91 bytes static/thumbup.gif | Bin 0 -> 76 bytes template/browser.st | 8 +--- template/chat.st | 39 +++++++++++++++-- template/form_login.st | 2 +- template/profile.st | 6 +-- template/thumbup.gif | Bin 0 -> 76 bytes 22 files changed, 151 insertions(+), 117 deletions(-) create mode 100644 static/aol_suck.gif create mode 100644 static/awave.gif create mode 100644 static/browsertool.gif create mode 100644 static/dumpcats2.png create mode 100644 static/favicon4.ico create mode 100644 static/thumbs_up_sm.gif create mode 100644 static/thumbup.gif create mode 100644 template/thumbup.gif diff --git a/static/aol_suck.gif b/static/aol_suck.gif new file mode 100644 index 0000000..c21eecf Binary files /dev/null and b/static/aol_suck.gif differ diff --git a/static/awave.gif b/static/awave.gif new file mode 100644 index 0000000..bcdd2f2 Binary files /dev/null and b/static/awave.gif differ diff --git a/static/browser.css b/static/browser.css index 1585fcb..64eab37 100755 --- a/static/browser.css +++ b/static/browser.css @@ -1,8 +1,13 @@ /* pichat.css */ body { - - background-color:#e3e3e3; + background-color:#ffffee; + background-image:url(/static/chanbg.png); + background-repeat:repeat-x; + background-position:1 10; +background-attachment:fixed; + margin: 0; + margin:0; } @@ -54,14 +59,14 @@ color:000; #messagePane { - border: 2px solid #c8cbce; + top:40px; -bottom:65px; +bottom:20px; position:fixed; - width: 99.4%; - background-color:#FFF; + width: 100%; + left:0.1%; z-index:5; @@ -73,18 +78,6 @@ left:0.1%; overflow-y: auto; overflow-x: hidden; } -#messagetabs { - height: 40px; - padding: 5px; - position: fixed; - width: 80%; - max-width:1500px; - overflow-y: hidden; - overflow-x: hidden; - top:48px; - left:0px; - z-index:1; -} #msgInputDiv { position:relative; @@ -98,7 +91,6 @@ bottom:10px; #msgInput { width: 100%; z-index:100; - background-color:#FFF; margin-top: 15px; left:-3px; position:relative; diff --git a/static/browser.html b/static/browser.html index 99e4710..5251b68 100755 --- a/static/browser.html +++ b/static/browser.html @@ -103,7 +103,7 @@ top:15px;
-

+

@@ -118,7 +118,7 @@ top:15px; - options + optionzz diff --git a/static/browsertool.gif b/static/browsertool.gif new file mode 100644 index 0000000..e3dc960 Binary files /dev/null and b/static/browsertool.gif differ diff --git a/static/dumpcats2.png b/static/dumpcats2.png new file mode 100644 index 0000000..34768f4 Binary files /dev/null and b/static/dumpcats2.png differ diff --git a/static/favicon.ico b/static/favicon.ico index 5d63dd0..588d51e 100644 Binary files a/static/favicon.ico and b/static/favicon.ico differ diff --git a/static/favicon4.ico b/static/favicon4.ico new file mode 100644 index 0000000..5d63dd0 Binary files /dev/null and b/static/favicon4.ico differ diff --git a/static/form_login/front.css b/static/form_login/front.css index 799aba1..285dec4 100644 --- a/static/form_login/front.css +++ b/static/form_login/front.css @@ -21,11 +21,12 @@ filter:alpha(opacity=90); padding:10px 0px 12px; font-size:11px; line-height:23px; + text-shadow: #000 0px 0px 0px; text-align:right; } #login-container .topnav a.signin { - + text-shadow: #000 0px 0px 0px; padding:4px 3 3px 6px; text-decoration:none; background-color:#0770e7; @@ -42,7 +43,7 @@ background-color:#0770e7; #login-container .topnav a.signin:hover { background:#59B; *background:transparent url("images/signin-nav-bg-hover-ie.png") no-repeat 0 0; - *padding:4px 12px 6px; + *padding:4px 12px 6px; text-shadow: #000 0px 0px 0px; } #login-container .topnav a.signin, #login-container .topnav a.signin:hover { *background-position:0 3px!important; @@ -60,7 +61,7 @@ a.signin span { } #login-container .topnav a.menu-open { background:#ddeef6!important; - color:#666!important; + color:#666!important; text-shadow: #000 0px 0px 0px; outline:none;box-shadow: 3px 2px 2px #ccc; -webkit-box-shadow: 3px 2px 2px #ccc; -moz-box-shadow: 3px 2px 2px #ccc; diff --git a/static/gritter/css/jquery.gritter.css b/static/gritter/css/jquery.gritter.css index e69dab3..0982790 100755 --- a/static/gritter/css/jquery.gritter.css +++ b/static/gritter/css/jquery.gritter.css @@ -44,7 +44,7 @@ float:right; .gritter-item-wrapper { position:relative; margin:0 0 5px 0; - +color:#000; background:url('.'); /* ie7/8 fix */ } .gritter-top { @@ -66,7 +66,7 @@ float:right; display:block; background:url(../images/gritter.png0) no-repeat left -40px; background-color:#eee; - color:#ccc; + color:#000; height:auto; padding:7px 15px 11px 11px; font-size: 11px; @@ -90,19 +90,22 @@ height:auto; border:0px solid #999; background:url(/static/gritterbg.png) } +.gritter-item a{color:#000; +} .hover .gritter-item { background-position:right -40px; + color:#000; } .gritter-item p { - +color:#000; margin:0; right:0; } .gritter-close { position:absolute; - top:5px; - right:3px; + top:-5px; + right:-12px; background:url(../images/gritter.png) no-repeat left top; cursor:pointer; width:30px; @@ -111,10 +114,10 @@ right:0; .gritter-title { font-size:14px; font-weight:bold; - - + color:#000; display:block; - text-shadow:-1px -1px #eee; /* Not supported by IE :( */ +} +.gritter-title a{color:#000; } .gritter-image { width:48px; diff --git a/static/header.css b/static/header.css index 67b59c7..514ab79 100755 --- a/static/header.css +++ b/static/header.css @@ -48,7 +48,7 @@ word-spacing:2; width:365; color:#fff; text-indent:14; -line-height:2; +line-height:1.7; left: 140px; margin-left: 1.2%; margin-right: 8%; @@ -62,13 +62,13 @@ margin-top:2; text-decoration: none; text-shadow: 1px 1px 1px #000; font-size:13; -font-weight:bold; + color: #fff; } #bar7 a:hover{ text-decoration: none; text-shadow: 1px 1px 1px #000; -font-weight:bold; + color: #fff; } #logout7{ @@ -91,14 +91,14 @@ font-weight:bold; margin-right: 10%; z-index:1050; float:left; - margin-top: -1px; + margin-top: -4px; } -#logo7 a{font-size:40; - - text-shadow: 2px 3px 1px #f0e, 3px -2px 1px #f0e; +#logo7 a{font-size:42; +font-weight:bold; + text-shadow: 1px 1px 1px #00, 1px -2px 1px #f0e; letter-spacing:-4; color:#fff; -font-weight:bold; + } #logo7 a:hover{ diff --git a/static/index.html b/static/index.html index c492031..a963264 100755 --- a/static/index.html +++ b/static/index.html @@ -1,5 +1,6 @@ + @@ -28,20 +29,17 @@ function MM_swapImage() { //v3.0 if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} } - - + - dump.fm - -
- @@ -181,17 +179,18 @@ line-height:-1;
-
+
- - - + + +
- +
+ diff --git a/static/pichat.css b/static/pichat.css index 2ffcd59..fa9325c 100755 --- a/static/pichat.css +++ b/static/pichat.css @@ -190,7 +190,7 @@ background-image:url(/static/upbutton1.png); position: absolute; padding: 5px; top:85px; - min-width: 180px; + min-width: 190px; width:11%; float:right; right: 6%; @@ -212,7 +212,7 @@ background-image:url(/static/upbutton1.png); -moz-border-radius-bottomright:5px; border-right:2px solid #c8cbce; border-bottom:2px solid #c8cbce; - max-height:450px; + max-height:400px; box-shadow: 3px 4px 4px #c8cbce; -webkit-box-shadow: 3px 4px 4px #c8cbce; -moz-box-shadow: 3px 3px 4px #c8cbce; diff --git a/static/profile.css b/static/profile.css index f3a2714..8aaafa8 100755 --- a/static/profile.css +++ b/static/profile.css @@ -22,7 +22,9 @@ background-color:#fff; margin-left:auto; margin-right: auto ; - +#cats{ +background-image:url(/static/dumpcats2.png); +} @@ -242,52 +244,61 @@ color:#087cff; #newuser - {height:100%; - - border-top-left-radius:5px; - border-top-right-radius:5px; - -webkit-border-top-left-radius:5px; - -webkit-border-top-right-radius:5px; - -moz-border-radius-topleft:5px; - -moz-border-radius-topright:5px; - border-bottom-left-radius:5px; - border-bottom-right-radius:5px; - -webkit-border-bottom-left-radius:5px; - -webkit-border-bottom-right-radius:5px; - -moz-border-radius-bottomleft:5px; - -moz-border-radius-bottomright:5px; - box-shadow: 15px 15px 10px #c8cbce; --webkit-box-shadow: 15px 15px 10px #c8cbce; --moz-box-shadow: 5px 5px 100px #c8cbce; + { + border-top-left-radius:15px; + border-top-right-radius:15px; + -webkit-border-top-left-radius:15px; + -webkit-border-top-right-radius:15px; + -moz-border-radius-topleft:15px; + -moz-border-radius-topright:15px; + border-bottom-left-radius:15px; + border-bottom-right-radius:15px; + -webkit-border-bottom-left-radius:15px; + -webkit-border-bottom-right-radius:15px; + -moz-border-radius-bottomleft:15px; + -moz-border-radius-bottomright:15px; + box-shadow: 0 0 10px #d8dbde, 0px 0px 10px #d8dbde; + -webkit-box-shadow: 0 0 10px #d8dbde, 0px 0px 10px #d8dbde; + -moz-box-shadow: 0 0 10px #d8dbde, 0px 0px 10px #d8dbde; padding:20; -color:#; line-height:1.5; +height:380; margin-top:-100px; width:600; -background:#EEF2FF url(/static/fade-blue.png) top center repeat-x; - background-repeat:repeat-x; - background-position:top; -margin-left:70} - #newuser a{font-size:20; -line-height:2; + background-image:url(/static/dumpcats2.png); +margin-left:40} + #newuser a{font-size:28; +line-height:3; + text-shadow: 1px 1px 1px #000; letter-spacing:-1; color:#f0e; + } -#newuser h1{font-size:40; +#newuser h1{font-size:20; letter-spacing:-2; +color:#fff; +text-indent:250; text-shadow: 1px 1px 1px #000; +display:none; +text-transform:uppercase; + +} +#newuser h3{font-size:18; +letter-spacing:-1; color:#000; -text-indent:-5; -text-align:left;font-family:serif; + text-shadow: 1px 1px 1px #ccc; +text-transform:uppercase; + } -#newuser h2{font-size:52; +#newuser h2{font-size:35; margin-top:-10; -color:#fff; +color:#000; + text-shadow: 0px 2px px #f0e; text-transform:lowercase; -letter-spacing:-5; +letter-spacing:5; text-align:center; } @@ -303,7 +314,8 @@ body,td,th { background-color:#ffffee; background-image:url(/static/chanbg.png); background-repeat:repeat-x; - background-position:top; + background-position:1 10; +background-attachment:fixed; margin: 0; diff --git a/static/search/browser.html b/static/search/browser.html index f1fa8f6..c3f4766 100755 --- a/static/search/browser.html +++ b/static/search/browser.html @@ -92,7 +92,7 @@ background-image:url(/static/bg-btn-blue.png);
- browser tool +
@@ -107,7 +107,7 @@ background-image:url(/static/bg-btn-blue.png); - options + optionz diff --git a/static/thumbs_up_sm.gif b/static/thumbs_up_sm.gif new file mode 100644 index 0000000..b039245 Binary files /dev/null and b/static/thumbs_up_sm.gif differ diff --git a/static/thumbup.gif b/static/thumbup.gif new file mode 100644 index 0000000..5b50b08 Binary files /dev/null and b/static/thumbup.gif differ diff --git a/template/browser.st b/template/browser.st index 75e6294..26dcb8b 100755 --- a/template/browser.st +++ b/template/browser.st @@ -47,13 +47,7 @@
- $if(user_nick)$ -
- - -
- $endif$ +
diff --git a/template/chat.st b/template/chat.st index 522a2ac..3b0da41 100755 --- a/template/chat.st +++ b/template/chat.st @@ -14,7 +14,31 @@ var IsAdmin = false; $endif$ - + $if(isadminroom)$