diff options
| -rw-r--r-- | static/header.css | 4 | ||||
| -rw-r--r-- | static/moverc.png | bin | 0 -> 170 bytes | |||
| -rw-r--r-- | static/pichat.css | 53 | ||||
| -rw-r--r-- | static/profile.css | 15 | ||||
| -rwxr-xr-x | template/footer.st | 5 |
5 files changed, 41 insertions, 36 deletions
diff --git a/static/header.css b/static/header.css index d981931..c32510c 100644 --- a/static/header.css +++ b/static/header.css @@ -64,11 +64,11 @@ filter: progid:DXImageTransform.Microsoft.dropShadow(color=#036aca, offX=3, offY } #logo7{ top:20px; - margin-left: 1%; + margin-left: 15px; margin-right: 10%; z-index:1000; float:left; - margin-top: 3px; + margin-top: 4px; } #rapper7{ top: 0px; diff --git a/static/moverc.png b/static/moverc.png Binary files differnew file mode 100644 index 0000000..709f78d --- /dev/null +++ b/static/moverc.png diff --git a/static/pichat.css b/static/pichat.css index 9c337e1..40720b7 100644 --- a/static/pichat.css +++ b/static/pichat.css @@ -3,7 +3,7 @@ body { background-color:#e3e3e3; - + margin:0; } @@ -56,24 +56,20 @@ color:000; #messagePane { border: 2px solid #c8cbce; - padding: 5px; -top:58px; + +top:56px; bottom:65px; position:fixed; - width: 98%; + width: 99%; background-color:#FFF; - left:7px; - right:10px; +left:0.3%; - float: left; - min-width:500px; z-index:5; } #messageList { height: 100%; width: 100%; - position:inherit overflow-y: auto; overflow-x: hidden; } @@ -94,8 +90,8 @@ bottom:65px; position:relative; min-width:500px; z-index:100; -left:0px; -bottom:5px; +left:1px; +bottom:10px; width: 100%; } @@ -104,7 +100,7 @@ bottom:5px; z-index:100; background-color:#FFF; margin-top: 15px; - left:0px; + left:-3px; position:relative; border:2px solid #c8cbce; height:36px; @@ -188,7 +184,7 @@ top:15px; -webkit-border-bottom-right-radius:5px; -moz-border-radius-bottomleft:5px; -moz-border-radius-bottomright:5px; - max-height:250px; + max-height:450px; box-shadow: 3px 4px 4px #c8cbce; -webkit-box-shadow: 3px 4px 4px #c8cbce; -moz-box-shadow: 3px 3px 4px #c8cbce; @@ -198,7 +194,7 @@ filter: progid:DXImageTransform.Microsoft.dropShadow(color=#c8cbce, offX=3, offY text-align: left; } .username{height:30px; -margin-top:2px; +margin-top:6px; line-height:20px; text-indent:6px; z-index:18; @@ -216,7 +212,9 @@ text-decoration:none; display:block; width:100%; height:100%; -color:#000; +background-image:url(/static/moverc.png); +background-repeat:repeat-x; +color:#fff; text-decoration:none; background-color:#f3f3f3; border-top-right-radius:5px; @@ -232,22 +230,23 @@ background-color:#f3f3f3; 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: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; + 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 { diff --git a/static/profile.css b/static/profile.css index 4b9e2b4..a8989db 100644 --- a/static/profile.css +++ b/static/profile.css @@ -25,16 +25,16 @@ -webkit-border-bottom-right-radius:5px; -moz-border-radius-bottomleft:5px; -moz-border-radius-bottomright:5px; - box-shadow: -3px 4px 10px #c8cbce; --webkit-box-shadow: -3px 4px 10px #c8cbce; --moz-box-shadow: -10px -3px 10px #c8cbce; + box-shadow: 10px 3px 10px #c8cbce; +-webkit-box-shadow:10px 3px 10px #c8cbce; +-moz-box-shadow:10px 3px 10px #c8cbce; line-height:1.6; } #chatrap{ width:600 ; - margin-left: auto ; + margin-left: 18%; margin-right: auto ; @@ -67,13 +67,13 @@ letter-spacing:2px; -webkit-border-bottom-right-radius:5px; -moz-border-radius-bottomleft:5px; -moz-border-radius-bottomright:5px; - box-shadow: 3px 4px 10px #c8cbce; --webkit-box-shadow: 3px 4px 10px #c8cbce; + box-shadow: 15px 15px 10px #c8cbce; +-webkit-box-shadow: 15px 15px 10px #c8cbce; -moz-box-shadow: 15px 15px 10px #c8cbce; } #pnav a { font-size: 12px; - color: #000; + color:#444; } pnav a:link { text-decoration: none; @@ -209,6 +209,7 @@ color:#087cff; } #loghead { font-size:1px; + } body { diff --git a/template/footer.st b/template/footer.st index 39d8ea8..58f5357 100755 --- a/template/footer.st +++ b/template/footer.st @@ -1,2 +1,7 @@ <div id="footer" style="text-align: center"> @2010 dump.fm <a href="/">About Us</a> <a href="/">Blog</a> <a href="/">Goodies</a> <a href="/">Help</a> <a href="/">Terms</a> <a href="/">Privacy</a></div> + +<a title="Web Analytics" href="http://getclicky.com/170656"><img alt="Web Analytics" src="http://static.getclicky.com/media/links/badge.gif" border="0" /></a> +<script src="http://static.getclicky.com/js" type="text/javascript"></script> +<script type="text/javascript">clicky.init(170656);</script> +<noscript><p><img alt="Clicky" width="1" height="1" src="http://static.getclicky.com/170656ns.gif" /></p></noscript>
\ No newline at end of file |
