diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-05-17 12:01:00 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-05-17 12:01:00 -0400 |
| commit | 2439fbecf91c813c2f560ee2e45f25dfa7c01633 (patch) | |
| tree | 85d5db56ef79f73d7cb2f71a8acc60d74aa33c86 | |
| parent | bf4f19400e5aae3b27a7853d79d90d3d606315aa (diff) | |
sostler prod commit
| -rwxr-xr-x | static/css/browser.css | 309 | ||||
| -rw-r--r-- | static/css/directory.css | 4 | ||||
| -rwxr-xr-x | static/css/dump.css | 11 | ||||
| -rw-r--r-- | static/css/dumpnewuser.css | 28 | ||||
| -rwxr-xr-x | static/css/header.css | 61 | ||||
| -rw-r--r-- | static/css/index.css | 10 | ||||
| -rw-r--r-- | static/css/log.css | 4 | ||||
| -rwxr-xr-x | static/css/profile.css | 49 | ||||
| -rw-r--r-- | static/css/profiletest.css | 4 | ||||
| -rw-r--r-- | static/img/fade-blue.png | bin | 172 -> 224 bytes | |||
| -rw-r--r-- | static/img/gfade.png | bin | 0 -> 244 bytes | |||
| -rw-r--r-- | static/img/paperquote.png | bin | 10692 -> 9790 bytes | |||
| -rwxr-xr-x | static/index.html | 9 | ||||
| -rwxr-xr-x | static/search/browser.css | 478 | ||||
| -rw-r--r-- | template/chat_help_bubbles.st | 2 | ||||
| -rw-r--r-- | template/profile.st | 2 |
16 files changed, 100 insertions, 871 deletions
diff --git a/static/css/browser.css b/static/css/browser.css index 12c7c55..8a0fdd0 100755 --- a/static/css/browser.css +++ b/static/css/browser.css @@ -4,7 +4,6 @@ font-size:13; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; margin:2%; - background:#EEF2FF url(/static/img/fade-blue.png) top center repeat-x; background-repeat:repeat-x; background-position:top; @@ -47,14 +46,15 @@ background-image:url(/static/img/bg-btn-blue.png); #ish{width:520; padding:20; +margin-top:39px; height:550; background-color:#fff; border:1px solid #f0e0d6; 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; - background-color:#ffffee; - background-image:url(/static/img/chanbg.png); + background-color:#f0f9ff; + background-image:url(/static/img/fade-blue.png); background-repeat:repeat-x; border-top-left-radius:15px; border-top-right-radius:15px; @@ -76,10 +76,7 @@ border:1px solid #f0e0d6; min-width:600px; } -#chatboxx { - position: fixed; - top:80px; -} + #footerc @@ -113,10 +110,7 @@ color:000; #messagePane { - - - -top:40px; +top:1px; bottom:20px; position:fixed; width: 100%; @@ -133,232 +127,7 @@ left:0.1%; overflow-x: hidden; } -#msgInputDiv { - position:relative; - min-width:500px; - z-index:100; -left:1px; -bottom:10px; -color:#00000; - width: 100%; -} - -#msgInput { - width: 100%; - z-index:100; - margin-top: 15px; - left:-3px; - position:relative; - border:2px solid #c8cbce; -height:36px; -font-size:20px; - min-width:500px; - - box-shadow: 2px 3px 4px #eee; --webkit-box-shadow: 2px 3px 4px #eee; --moz-box-shadow: 2px 3px 4px #eee; -filter: progid:DXImageTransform.Microsoft.dropShadow(color=#eee, offX=3, offY=4, positive=true); -} -.msgInput { - min-width:500px; - z-index:100; -} - -#msgSubmit { - - position:absolute; - display:inline-block; - width:120px; -height:35px; -right:0px; -font-size:20px; -background-image:url(/static/img/bg-btn-blue.png); -top:15px; - text-align:center; - z-index:100; - cursor:pointer; - background-color:#087cff; - border-top-right-radius:10px; - -webkit-border-top-right-radius:5px; - -moz-border-radius-topright:5px; - border-bottom-right-radius:5px; - -webkit-border-bottom-right-radius:5px; - -moz-border-radius-bottomright:5px; - border-radius:2px; - font-size:12px; - color:#fff; - text-shadow:1px 1px 3px rgba(0,0,0,0.5); -} -.msgDiv img{ - max-width:650px; - width: expression(this.width > 650 ? 650: true); - max-height:400px; - height: expression(this.width > 400 ? 400: true); - max-width:400px; - z-index: 1; -} -.msgDiv {padding:2px; -} -.oldmsg { - color: #000; -} - -#userList { - overflow-x: hidden; - overflow-y:auto; - height: auto; - margin: 0px; - position: absolute; - padding: 5px; - top:85px; - min-width: 150px; - width:11%; - float:right; - right: 6%; - font-family: Arial, Helvetica, sans-serif; - font-size: 14px; - font-weight:420; - border-top-left-radius:5px; - border-top-right-radius:5px; - -webkit-border-top-left-radius:5px; - background-color:#FFF; - -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; - max-height:450px; - box-shadow: 3px 4px 4px #c8cbce; --webkit-box-shadow: 3px 4px 4px #c8cbce; --moz-box-shadow: 3px 3px 4px #c8cbce; -filter: progid:DXImageTransform.Microsoft.dropShadow(color=#c8cbce, offX=3, offY=4, positive=true); - text-overflow:ellipsis; - z-index:18; - text-align: left; -} -.username{height:30px; -margin-top:6px; -line-height:20px; -text-indent:6px; -z-index:18; -min-width:90px; -overflow:hidden; - -} -.username a { -display:block; -width:100%; -height:100%; -text-decoration:none; -} -.username a:hover { -display:block; -width:100%; -height:100%; -background-image:url(/static/img/moverc.png); -background-repeat:repeat-x; -color:#fff; -text-decoration:none; -background-color:#f3f3f3; - border-top-right-radius:5px; - -webkit-border-top-right-radius:5px; - -moz-border-radius-topright:5px; - border-bottom-right-radius:5px; - -webkit-border-bottom-right-radius:5px; - -moz-border-radius-bottomright:5px; -} -#userList img{ - max-width:30px; - width: expression(this.width > 30 ? 30: true); - max-height:30px; - height: expression(this.width > 30 ? 30: true); - max-width:30px; - - float:right; - right:1px; - z-index:77; - height:30px; - border-top-left-radius:3px; - border-top-right-radius:3px; - -webkit-border-top-left-radius:3px; - -webkit-border-top-right-radius:3px; - -moz-border-radius-topleft:3px; - -moz-border-radius-topright:3px; - border-bottom-left-radius:3px; - border-bottom-right-radius:3px; - -webkit-border-bottom-left-radius:3px; - -webkit-border-bottom-right-radius:3px; - -moz-border-radius-bottomleft:3px; - -moz-border-radius-bottomright:3px; -} - -#userListicon { - overflow: auto; - height: 70%; - margin: 0px; - position: fixed; - padding: 5px; - top:48px; - width: 7%; - float:right; - right: 35px; - font-family: Arial, Helvetica, sans-serif; - font-size: 12px; - text-transform: uppercase; - min-width:72px; - line-height:13px; - z-index:1; - font-weight: bold; - font-family: Arial, Helvetica, sans-serif; - color: #666; - text-transform:none; - -} -#avatar -{ - right:1px; - float:right; - text-align:left; - width:auto; - -} - -#chatrap{ - top: 105px; - left:0px; - position:absolute; - width: 100%; - margin: 0; - padding-bottom:105px; -} -#log -{ - border: 2px #F1F1F1; - margin-right:15%; - margin-left:15%; - background-color:#FFF; - padding-left: 40px; - padding-bottom: 80px; - padding-top: 15px; - min-height: 800px; - 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; -} #posts { @@ -375,74 +144,6 @@ background-color:#f3f3f3; } -.logged-dump{ - - - - - padding: 15px; - font-family: Arial, Helvetica, sans-serif; - margin-left:15%; - width:60%; - - font-size: 12px; - text-transform: uppercase; - 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; - min-width:72px; - line-height:15px; - background-color:#F2F2F2; - background-image:/static/img/footer.png; - background-position:bottom; - border:solid 1px #0f1e31; - z-index:4; - text-align: left; - margin:15px; - line-height:5px; - - -} - .editable { - color: #0AA; - } - .editing { - color: #F0F; - } - div#avatar { - overflow: hidden; - text-overflow: ellipsis; - } - - img#avatarPic { - max-height:250px; - } - - #logged-dump { - border: 1px solid dotted; - padding: 5px; - } - #loghead { - border-bottom:0px; - padding-left: -50px; - margin-right:60%; - width:auto; - letter-spacing:-3px; - color:#087cff; - height:28px; - font-size:33px; - font-family:Arial, Helvetica, sans-serif; - font-weight:bold; - text-transform:capitalize; - text-shadow: -6px 4px 4px #ccc; - padding-bottom:12px; - left: -40px; - } - #logo7{ - font-size:30; - text-shadow: 1px 1px 1px #000, 2px 3px 1px #f0e; -color:#fff; -font-weight:bold; -} p { font-family: Verdana, Arial, Helvetica, sans-serif; diff --git a/static/css/directory.css b/static/css/directory.css index 67e3ccd..f018758 100644 --- a/static/css/directory.css +++ b/static/css/directory.css @@ -368,8 +368,8 @@ top:80; .invisible { display: none !important; } body,td,th { font-family: Arial, Helvetica, sans-serif; - background-color:#ffffee; - background-image:url(/static/img/chanbg.png); + background-color:#f0f9ff; + background-image:url(/static/img/fade-blue.png); background-repeat:repeat-x; background-position:top; background-attachment:fixed; diff --git a/static/css/dump.css b/static/css/dump.css index 9513f2f..a911a65 100755 --- a/static/css/dump.css +++ b/static/css/dump.css @@ -2,7 +2,7 @@ body { -background:#EEF2FF url(/static/img/fade-blue.png) top center repeat-x; +background-color:#EEF2FF; margin:0; background-repeat:repeat-x; @@ -102,11 +102,11 @@ color:000; #messagePane { - border: 2px solid #c8cbce; -top:40px; + +top:2px; bottom:65px; position:fixed; - width: 99.3%; + width: 99.6%; background-color:#FFF; left:0.2%; z-index:5; @@ -147,7 +147,6 @@ bottom:10px; margin-top: 16px; left:-3px; position:relative; - border:2px solid #c8cbce; height:35px; font-size:20px; min-width:500px; @@ -401,7 +400,7 @@ border:1px solid blue; margin: 0px; position: absolute; padding: 5px; - top:85px; + top:50px; min-width: 200px; width:11%; float:right; diff --git a/static/css/dumpnewuser.css b/static/css/dumpnewuser.css index 54fb51f..1c92e62 100644 --- a/static/css/dumpnewuser.css +++ b/static/css/dumpnewuser.css @@ -9,25 +9,17 @@ background:#EEF2FF url(/static/img/fade-blue.png) top center repeat-x; overflow:hidden; } -#bubblerapper{ -position:absolute; -background-color:#0074fd; -height:260px; -border-bottom:20px ridge #999; -opacity:0.9; -top:180px; -width:100%; -z-index:8888888888888; -} #posthelp{ -bottom:0px; -position:absolute; +position:fixed; +z-index:2000; +bottom:50px; +left:20px; } #webcamhelp{ -position:absolute; +position:fixed; z-index:2000; -left:380; -bottom:0px; +right:20px; +bottom:39px; } #registerlink{ top:7; @@ -38,9 +30,9 @@ position:fixed; margin-right:5; } #userlisthelp{ -position:absolute; -bottom:0; -right:100px; +position:fixed; +top:100px; +right:300px; z-index:2000; } #imageboard{ diff --git a/static/css/header.css b/static/css/header.css index 4d63726..b48de11 100755 --- a/static/css/header.css +++ b/static/css/header.css @@ -40,17 +40,23 @@ margin-right:80%; src: url(/static/img/dumparial.ttf) format("truetype"); } #header7{ - background-image:url(/static/img/dblue2.png); - background-attachment:inherit; margin: 0px auto -1px auto; - top: 0px; -height:49; - + top:-1px; +height:38; position:fixed; -background-position:7 -14; -background-repeat:repeat-x; - width:100%; - left: 0px; +background-color:#4593ff; +border:1px solid #000; +width:500px; + left:16%; + 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: 0 0 10px #d8dbde, 0px 0px 5px #000; + -webkit-box-shadow: 0 0 10px #d8dbde, 0px 0px 5px #000; + -moz-box-shadow: 0 0 10px #d8dbde, 0px 0px 5px #000; } #bar7{ @@ -74,38 +80,38 @@ font-weight:bold; } #bar7 img{ -margin-top:4; +margin-top:4;display:none; vertical-align: top; } #bar7 a{ text-decoration: none; - text-shadow: 1px 1px 1px #000; font-size:13; padding:6; color: #fff; + } #bar7 a:hover{ text-decoration: none; - text-shadow: 1px 1px 1px #000,2px 2px 1px #f0e; -padding:6; -background-image:url(/static/img/upload.png); +padding:6;background-color:#fff; color: #fff; - +text-shadow: 1px 1px .5px #000; } #logout7{ - top:-1px; + top:1px; position:relative; - font-size:12px; - margin-right: 5px; + font-size:10px; + margin-right: 4px; float:right; z-index: 9999999999999999; font-family: Arial, Helvetica, sans-serif; font-weight: normal; } -#logout7 a{font-size:11px; +#logout7 img{display:none; } -#logout7 a:hover{font-size:11px; -color:#fff; +#logout7 a{font-size:10px;color:#fff; +} +#logout7 a:hover{font-size:10px; +color:#ccc; text-shadow: 0px 0px 0.3px #fff; } a { @@ -130,7 +136,6 @@ a:active { .white a:link { text-decoration: none; font-size:14px; - color: #fff; } .white a:visited { @@ -139,25 +144,21 @@ a:active { color: #fff; } #logo7{ - margin-left: 3px; + margin-left: 6px; margin-right: 10%; z-index:1050; float:left; - margin-top: -4px; + margin-top:-2px; } #logo7 a{font-size:42; font-weight:bold; - - - - text-shadow: 2px 3px 1px #f0e, 3px 3px 1px #fff; letter-spacing:-4; color:#fff; - + text-shadow: 1px 1px 1px #000; } #logo7 a:hover{ - text-shadow: 1px 1px 1px #000, 2px 3px 1px #f0e; + text-shadow: 1px 1px 3px #000; color:#fff; } diff --git a/static/css/index.css b/static/css/index.css index 035f7a5..431a703 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -1,6 +1,6 @@ body { - background:#EEF2FF url(/static/img/fade-blue.png) top center repeat-x; + background:#f0f9ff url(/static/img/fade-blue.png) top center repeat-x; background-repeat:repeat-x; background-position:top; } @@ -128,14 +128,14 @@ z-index:2; } #furie1 { position: absolute; - left: -270px; - top: 125px; + left: -250px; + top: 130px; z-index:-1;display:block; } #furie2 { position: absolute; - left:360px; + left:330px; top: 185px; z-index:-1; display:block; @@ -295,7 +295,7 @@ margin-bottom:7px; #talkaboutus{ position:relative; z-index:20; -top:-55px; +top:-20px; width:311px; margin: 0 auto 0 auto; } diff --git a/static/css/log.css b/static/css/log.css index 670bdd8..fae8b44 100644 --- a/static/css/log.css +++ b/static/css/log.css @@ -407,8 +407,8 @@ top:80; .invisible { display: none !important; } body,td,th { font-family: Arial, Helvetica, sans-serif; - background-color:#ffffee; - background-image:url(/static/img/chanbg.png); + background-color:#f0f9ff; + background-image:url(/static/img/fade-blue.png); background-repeat:repeat-x; background-position:top; background-attachment:fixed; diff --git a/static/css/profile.css b/static/css/profile.css index 231cda0..c5d7f2b 100755 --- a/static/css/profile.css +++ b/static/css/profile.css @@ -31,7 +31,7 @@ letter-spacing:; padding: 20px; width:auto; position:absolute; - top:29px; + top:28px; image-rendering: -moz-crisp-edges; left:545; max-width:180; @@ -44,19 +44,21 @@ background-color:#fff; background-position:top; z-index:999; min-height:600px; -border:1px solid #f0e0d6; +border:2px solid #f0e0d6; line-height:1.5; } #lolbanner{ position:absolute; -top:5; +top:5;display:none; margin-left:22; } #profile h3{ -margin-top:12; +margin-top:5px; line-height:2; -color:#fff; -text-shadow: blue -2px -2px 0, red 2px 2px 0, green -6px 4px 0; +font-size:22px; +margin-left:-10px; +color:#999; +letter-spacing:-2px; } #profile h2{ text-indent:-10; @@ -73,20 +75,31 @@ margin-top:-22; } #profile h7{ +color:#000; +text-transform:uppercase; +display:inline-block; +line-height:1.5; +bottom:0; +margin-left:-5px; +font-size:12px; +padding-bottom:10; +position:absolute; +} +#profile h7 a:hover{ margin-top:12; font-size:140%; -letter-spacing:1.5; -color:blue; +letter-spacing:-1px; +color:#f0e; text-transform:uppercase; -font-weight:bold; display:inline-block; line-height:1.5; bottom:0; +margin-left:-5px; +font-size:20px; padding-bottom:10; position:absolute; -text-shadow:#EEF2FF -1px -1px 1; +text-shadow:#f0e 1px 1px 1px; } - #logavatar img{ max-width:20px; width: expression(this.width > 20 ? 20: true); @@ -100,7 +113,7 @@ margin-top:0; } #chatrap{ - width:650; + width:750px; margin-left:auto; margin-right: auto ; @@ -247,7 +260,7 @@ color:000; { position:absolute; - top:57px; + top:7px; padding-top: 25px; @@ -343,15 +356,13 @@ margin-top:20; h2 { letter-spacing:-1px; -color:#087cff; +color:#ccc; height:40px; font-size:24px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; text-transform:capitalize; - - - text-shadow: 1px 3px 3px #c8cbce; + text-shadow: -1px 1px 1px #f0e; } @@ -446,8 +457,8 @@ top:80; .invisible { display: none !important; } body,td,th { font-family: Arial, Helvetica, sans-serif; - background-color:#ffffee; - background-image:url(/static/img/chanbg.png); + background-color:#f0f9ff; + background-image:url(/static/img/fade-blue.png); background-repeat:repeat-x; background-position:top; background-attachment:fixed; diff --git a/static/css/profiletest.css b/static/css/profiletest.css index 0092a09..f31deb8 100644 --- a/static/css/profiletest.css +++ b/static/css/profiletest.css @@ -504,8 +504,8 @@ top:80; .invisible { display: none !important; } body,td,th { font-family: Arial, Helvetica, sans-serif; - background-color:#ffffee; - background-image:url(/static/img/chanbg.png); + background-color:#f0f9ff; + background-image:url(/static/img/fade-blue.png); background-repeat:repeat-x; background-position:top; background-attachment:fixed; diff --git a/static/img/fade-blue.png b/static/img/fade-blue.png Binary files differindex 4bab239..e91415b 100644 --- a/static/img/fade-blue.png +++ b/static/img/fade-blue.png diff --git a/static/img/gfade.png b/static/img/gfade.png Binary files differnew file mode 100644 index 0000000..5a043e5 --- /dev/null +++ b/static/img/gfade.png diff --git a/static/img/paperquote.png b/static/img/paperquote.png Binary files differindex aa745c2..c6e789e 100644 --- a/static/img/paperquote.png +++ b/static/img/paperquote.png diff --git a/static/index.html b/static/index.html index 1ce1644..4d58984 100755 --- a/static/index.html +++ b/static/index.html @@ -36,7 +36,7 @@ jQuery(window).load(function() { effect:'random', slices:15, animSpeed:500, - pauseTime:3000, + pauseTime:5000, startSlide:0, //Set starting Slide (0 index) directionNav:false, //Next & Prev directionNavHide:false, //Only show on hover @@ -114,10 +114,9 @@ $(document).ready(function() { <br> <div id="talkaboutus"> -<div id="slider"> - <img src="/static/img/mootquote.png"alt="" /> - <img src="/static/img/paperquote.png"alt="" /> - <img src="/static/img/metroquote.png"alt="" /> +<div id="slider" style="display:none;"> + <a href="http://www.papermag.com/arts_and_style/2009/12/play-on-playas.php"target="_blank"><img src="/static/img/paperquote.png"alt="" /></a> + <a href="http://www.metronews.ca/edmonton/comment/article/505801--trafficking-in-nostalgia-with-indiana-jones"target="_blank"><img src="/static/img/metroquote.png"alt="" /></a> </div> <div id="footer" style="text-align: center"> @2010 <a href="/">dump.fm</a> diff --git a/static/search/browser.css b/static/search/browser.css index 75b393a..e5755e6 100755 --- a/static/search/browser.css +++ b/static/search/browser.css @@ -4,9 +4,6 @@ font-size:13; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; margin:2%; - background:#EEF2FF url(/static/fade-blue.png) top center repeat-x; - background-repeat:repeat-x; - background-position:top; } #rapper{ @@ -48,13 +45,12 @@ background-image:url(/static/bg-btn-blue.png); #ish{width:520; padding:20; height:550; -background-color:#fff; -border:1px solid #f0e0d6; +margin-top:70px; +border:1px solid #000; 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; - background-color:#ffffee; - background-image:url(/static/chanbg.png); +background-color:#eff5fb; background-repeat:repeat-x; border-top-left-radius:15px; border-top-right-radius:15px; @@ -75,471 +71,3 @@ border:1px solid #f0e0d6; overflow: auto; min-width:600px; } - -#chatboxx { - position: fixed; - top:80px; -} - - -#footerc -{ - text-align:center; - position:fixed; - width:100%; - bottom:0px; -line-height:3.1; - font-size:11px; -word-spacing:8px; -height:28px; - color: #000; - -} -#footerc a { - font-size: 11px; - color: #000; -} -#footerc a:link { - text-decoration: none; - font-size: 11px; -color:000; -} - -#footerc a:hover { - text-decoration:none; - font-size: 11px; - color: #f0e; -} - - -#messagePane { - - - -top:40px; -bottom:20px; - position:fixed; - width: 100%; - -left:0.1%; - - z-index:5; -} - -#messageList { - height: 100%; - width: 100%; - overflow-y: auto; - overflow-x: hidden; -} - -#msgInputDiv { - position:relative; - min-width:500px; - z-index:100; -left:1px; -bottom:10px; - width: 100%; -} - -#msgInput { - width: 100%; - z-index:100; - margin-top: 15px; - left:-3px; - position:relative; - border:2px solid #c8cbce; -height:36px; -font-size:20px; - min-width:500px; - - box-shadow: 2px 3px 4px #eee; --webkit-box-shadow: 2px 3px 4px #eee; --moz-box-shadow: 2px 3px 4px #eee; -filter: progid:DXImageTransform.Microsoft.dropShadow(color=#eee, offX=3, offY=4, positive=true); -} -.msgInput { - min-width:500px; - z-index:100; -} - -#msgSubmit { - - position:absolute; - display:inline-block; - width:120px; -height:35px; -right:0px; -font-size:20px; -background-image:url(/static/bg-btn-blue.png); -top:15px; - text-align:center; - z-index:100; - cursor:pointer; - background-color:#087cff; - border-top-right-radius:10px; - -webkit-border-top-right-radius:5px; - -moz-border-radius-topright:5px; - border-bottom-right-radius:5px; - -webkit-border-bottom-right-radius:5px; - -moz-border-radius-bottomright:5px; - border-radius:2px; - font-size:12px; - color:#fff; - text-shadow:1px 1px 3px rgba(0,0,0,0.5); -} -.msgDiv img{ - max-width:650px; - width: expression(this.width > 650 ? 650: true); - max-height:400px; - height: expression(this.width > 400 ? 400: true); - max-width:400px; - z-index: 1; -} -.msgDiv {padding:2px; -} -.oldmsg { - color: #666; -} - -#userList { - overflow-x: hidden; - overflow-y:auto; - height: auto; - margin: 0px; - position: absolute; - padding: 5px; - top:85px; - min-width: 150px; - width:11%; - float:right; - right: 6%; - font-family: Arial, Helvetica, sans-serif; - font-size: 14px; - font-weight:420; - border-top-left-radius:5px; - border-top-right-radius:5px; - -webkit-border-top-left-radius:5px; - background-color:#FFF; - -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; - max-height:450px; - box-shadow: 3px 4px 4px #c8cbce; --webkit-box-shadow: 3px 4px 4px #c8cbce; --moz-box-shadow: 3px 3px 4px #c8cbce; -filter: progid:DXImageTransform.Microsoft.dropShadow(color=#c8cbce, offX=3, offY=4, positive=true); - text-overflow:ellipsis; - z-index:18; - text-align: left; -} -.username{height:30px; -margin-top:6px; -line-height:20px; -text-indent:6px; -z-index:18; -min-width:90px; -overflow:hidden; - -} -.username a { -display:block; -width:100%; -height:100%; -text-decoration:none; -} -.username a:hover { -display:block; -width:100%; -height:100%; -background-image:url(/static/moverc.png); -background-repeat:repeat-x; -color:#fff; -text-decoration:none; -background-color:#f3f3f3; - border-top-right-radius:5px; - -webkit-border-top-right-radius:5px; - -moz-border-radius-topright:5px; - border-bottom-right-radius:5px; - -webkit-border-bottom-right-radius:5px; - -moz-border-radius-bottomright:5px; -} -#userList img{ - max-width:30px; - width: expression(this.width > 30 ? 30: true); - max-height:30px; - height: expression(this.width > 30 ? 30: true); - max-width:30px; - - float:right; - right:1px; - z-index:77; - height:30px; - border-top-left-radius:3px; - border-top-right-radius:3px; - -webkit-border-top-left-radius:3px; - -webkit-border-top-right-radius:3px; - -moz-border-radius-topleft:3px; - -moz-border-radius-topright:3px; - border-bottom-left-radius:3px; - border-bottom-right-radius:3px; - -webkit-border-bottom-left-radius:3px; - -webkit-border-bottom-right-radius:3px; - -moz-border-radius-bottomleft:3px; - -moz-border-radius-bottomright:3px; -} - -#userListicon { - overflow: auto; - height: 70%; - margin: 0px; - position: fixed; - padding: 5px; - top:48px; - width: 7%; - float:right; - right: 35px; - font-family: Arial, Helvetica, sans-serif; - font-size: 12px; - text-transform: uppercase; - min-width:72px; - line-height:13px; - z-index:1; - font-weight: bold; - font-family: Arial, Helvetica, sans-serif; - color: #666; - text-transform:none; - -} -#avatar -{ - right:1px; - float:right; - text-align:left; - width:auto; - -} - -#binfo { - font-family: Arial, Helvetica, sans-serif; - font-size: 11px; - bottom - #chatrap{ - top: 105px; - left:0px; - position:absolute; - width: 100%; - padding-bottom:20px; -} -#chatrap{ - top: 105px; - left:0px; - position:absolute; - width: 100%; - padding-bottom:20px; -} - -#input { - padding-right:15px; - line-height:22px; - font-size: 12px; -} - #loghead { - border-bottom:0px; - padding-left: -50px; - margin-right:60%; - width:70%; - letter-spacing:-3px; - color:#504F61; - height:28px; - font-size:33px; - font-family:Arial, Helvetica, sans-serif; - font-weight:bold; - text-transform:capitalize; - text-shadow: -6px 4px 4px #ccc; - padding-bottom:12px; - left: -40px; - background-color: #FFF; - top: 80px; - position: fixed; - } - -#logc -{ - margin-right:10%; - margin-left:10%; - background-color:#FFF; - padding-left: 40px; - padding-bottom: 30px; - padding-top: 15px; -} - - - #profile { - float: right; - border:1px solid #000; - padding: 20px; - width: 180px; - margin-right:15%; - background-color:#FFF; - background-image:url(/static/cloudbg2.png); - background-position:center; - z-index:10; - border-top-right-radius:5px; - -webkit-border-top-right-radius:5px; - -moz-border-radius-topright:5px; - min-height:600px; - } -#chatrap{ - top: 105px; - left:0px; - position:absolute; - width: 100%; - margin: 0; - padding-bottom:105px; -} - -#log -{ - border: 2px #F1F1F1; - margin-right:15%; - margin-left:15%; - background-color:#FFF; - padding-left: 40px; - padding-bottom: 80px; - padding-top: 15px; - min-height: 800px; - 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; -} -#posts { - - - -} -.logged-dump img{ - max-width:650px; - width: expression(this.width > 500 ? 500: true); - max-height:400px; - height: expression(this.width > 500 ? 500: true); - border:0px; - z-index:4; - - - -} -.logged-dump{ - - - - - padding: 15px; - font-family: Arial, Helvetica, sans-serif; - margin-left:15%; - width:60%; - - font-size: 12px; - text-transform: uppercase; - 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; - min-width:72px; - line-height:15px; - background-color:#F2F2F2; - background-image:/static/footer.png; - background-position:bottom; - border:solid 1px #0f1e31; - z-index:4; - text-align: left; - margin:15px; - line-height:5px; - - -} - .editable { - color: #0AA; - } - .editing { - color: #F0F; - } - div#avatar { - overflow: hidden; - text-overflow: ellipsis; - } - - img#avatarPic { - max-height:250px; - } - - #logged-dump { - border: 1px solid dotted; - padding: 5px; - } - #loghead { - border-bottom:0px; - padding-left: -50px; - margin-right:60%; - width:auto; - letter-spacing:-3px; - color:#087cff; - height:28px; - font-size:33px; - font-family:Arial, Helvetica, sans-serif; - font-weight:bold; - text-transform:capitalize; - text-shadow: -6px 4px 4px #ccc; - padding-bottom:12px; - left: -40px; - } - #logo7{ - font-size:30; - text-shadow: 1px 1px 1px #000, 2px 3px 1px #f0e; -color:#fff; -font-weight:bold; -} - -p { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 7px; -} -a { - font-size: 12px; - color: #000; -} -a:link { - text-decoration: none; -} -a:visited { - text-decoration: none; - color: #000; -} -a:hover { - text-decoration: none; - color: #00F; -} -a:active { - text-decoration: none; - color: #000; -} -td { - font-family: Arial, Helvetica, sans-serif; - letter-spacing:-1px; - font-size: 12px; - color: #000000; -} -.btnav { border: 0px #000000 solid;} diff --git a/template/chat_help_bubbles.st b/template/chat_help_bubbles.st index 5505c01..ab8218f 100644 --- a/template/chat_help_bubbles.st +++ b/template/chat_help_bubbles.st @@ -1,9 +1,7 @@ <div id="newuserwrap"> -<div id="bubblerapper"> <div id="posthelp"><img src="/static/img/furie6.png"></div> <div id="webcamhelp"><img src="/static/img/furie5.png"></div> <a href="/help"><div id="userlisthelp"><img src="/static/img/furie7.png"></div></a> -</div> <script> jQuery(document).ready(function(){ setTimeout( function(){ jQuery("#newuserwrap div").hide("puff", 1000) }, 100000 ) }) </script> diff --git a/template/profile.st b/template/profile.st index 8e3b834..0fe12c9 100644 --- a/template/profile.st +++ b/template/profile.st @@ -155,7 +155,7 @@ $share_buttons()$ <br> - <a href="/$nick$/favorites"><h7>$nick$'s <br>Favorite Pix</h7></a> + <a href="/u/$nick$/favorites"><h7>$nick$'s <br>Favorite Pix</h7></a> <div id="date"> <div type="text" id="datepicker"></div></div> |
