diff options
| -rw-r--r-- | static/20bar.png | bin | 0 -> 3786 bytes | |||
| -rw-r--r-- | static/20bar2.png | bin | 0 -> 3786 bytes | |||
| -rw-r--r-- | static/20bar3.png | bin | 0 -> 2852 bytes | |||
| -rw-r--r-- | static/20bar4.png | bin | 0 -> 2864 bytes | |||
| -rw-r--r-- | static/20bar5.png | bin | 0 -> 2653 bytes | |||
| -rw-r--r-- | static/20bar6.png | bin | 0 -> 1021 bytes | |||
| -rwxr-xr-x | static/gritter/css/jquery.gritter.css | 11 | ||||
| -rwxr-xr-x | static/header.css | 158 | ||||
| -rwxr-xr-x | static/profile.css | 18 | ||||
| -rwxr-xr-x | template/banner.st | 16 | ||||
| -rwxr-xr-x | template/browser.st | 4 | ||||
| -rwxr-xr-x | template/profile.st | 26 |
12 files changed, 68 insertions, 165 deletions
diff --git a/static/20bar.png b/static/20bar.png Binary files differnew file mode 100644 index 0000000..1bbd234 --- /dev/null +++ b/static/20bar.png diff --git a/static/20bar2.png b/static/20bar2.png Binary files differnew file mode 100644 index 0000000..1bbd234 --- /dev/null +++ b/static/20bar2.png diff --git a/static/20bar3.png b/static/20bar3.png Binary files differnew file mode 100644 index 0000000..1b05876 --- /dev/null +++ b/static/20bar3.png diff --git a/static/20bar4.png b/static/20bar4.png Binary files differnew file mode 100644 index 0000000..80db403 --- /dev/null +++ b/static/20bar4.png diff --git a/static/20bar5.png b/static/20bar5.png Binary files differnew file mode 100644 index 0000000..51f2a2a --- /dev/null +++ b/static/20bar5.png diff --git a/static/20bar6.png b/static/20bar6.png Binary files differnew file mode 100644 index 0000000..93dd55a --- /dev/null +++ b/static/20bar6.png diff --git a/static/gritter/css/jquery.gritter.css b/static/gritter/css/jquery.gritter.css index 3189eb2..e69dab3 100755 --- a/static/gritter/css/jquery.gritter.css +++ b/static/gritter/css/jquery.gritter.css @@ -31,10 +31,10 @@ z-index:9999; } #gritter-notice-wrapper img{ - max-width:250px; - width: expression(this.width > 250 ? 250: true); - max-height:240px; - height: expression(this.width > 240 ? 240: true) + max-width:280px; + width: expression(this.width > 280 ? 280: true); + max-height:260px; + height: expression(this.width > 260 ? 260: true) right:5px; @@ -66,7 +66,7 @@ float:right; display:block; background:url(../images/gritter.png0) no-repeat left -40px; background-color:#eee; - color:#000; + color:#ccc; height:auto; padding:7px 15px 11px 11px; font-size: 11px; @@ -88,6 +88,7 @@ height:auto; -webkit-box-shadow: 5px 7px 10px #c8cbce; -moz-box-shadow: 5px 7px 10px #c8cbce; border:0px solid #999; + background:url(/static/gritterbg.png) } .hover .gritter-item { background-position:right -40px; diff --git a/static/header.css b/static/header.css index ffbf520..e4df65e 100755 --- a/static/header.css +++ b/static/header.css @@ -1,30 +1,22 @@ .white a:link { text-decoration: none; - font-size:16px; + font-size:14px; color: #fff; } .white a:visited { text-decoration: none; - font-size:16px; + font-size:14px; color: #fff; } #strapline{position:absolute; -top:6; -right:20%; +top:2; +left:428; +opacity:0.9; } .white a:hover { text-decoration: none; - text-shadow: -1px 1px 1px #; - background-color:#036aca; -background-color: cornflowerblue; - - - - box-shadow: 3px 2px 2px #036aca; --webkit-box-shadow: 3px 2px 2px #036aca; --moz-box-shadow: 3px 2px 2px #036aca; -filter: progid:DXImageTransform.Microsoft.dropShadow(color=#036aca, offX=3, offY=4, positive=true); + text-shadow: 2px 2px 1px #ccc; color: #fff; @@ -46,15 +38,22 @@ filter: progid:DXImageTransform.Microsoft.dropShadow(color=#036aca, offX=3, offY } #bar7{ - top:25px; + top:19px; position:absolute; font-family: Arial, Helvetica, sans-serif; - + background-image:url(/static/20bar3.png); font-size: 16px; - left: 170px; - margin-left: 1%; +height:30; + +width:265; +color:#ccc; +text-indent:28; +line-height:1.8; + text-shadow: -1px 1px 0px #; + left: 150px; + margin-left: 2%; margin-right: 8%; - letter-spacing: -1px; + letter-spacing:.2px; z-index: 999; } #logout7{ @@ -80,6 +79,10 @@ filter: progid:DXImageTransform.Microsoft.dropShadow(color=#036aca, offX=3, offY float:left; margin-top: 4px; } +#vip{right:30px; +font-size:20px; +top:20; +} #rapper7{ top: 0px; left:0px; @@ -89,120 +92,3 @@ filter: progid:DXImageTransform.Microsoft.dropShadow(color=#036aca, offX=3, offY z-index: 1000; } - -.btnav { border: 0px #000000 solid;} -body { - - - - z-index:0; - -} - -/* CSS Document */ -#menuh-container - { - position: absolute; -top:-0; -left:10; -width:auto; - } - -#menuh - { -width:auto; - } - -#menuh a - { - text-align: center; - - - - margin:0; - - } - -#menuh a:link, #menuh a:visited, #menuh a:active /* menu at rest */ - { - color: white; - - text-decoration:none; - } - -#menuh a:hover /* menu on mouse-over */ - { - color: white; - background-color: cornflowerblue; - text-decoration:none; - } - -#menuh a.top_parent, #menuh a.top_parent:hover /* attaches down-arrow to all top-parents */ - { - - background-position: right center; -width:;0; - background-repeat: no-repeat; - } - -#menuh a.parent, #menuh a.parent:hover /* attaches side-arrow to all parents */ - { - background-image: url(/static/nav_white.gif); - background-position: right center; - background-repeat: no-repeat; - } - -#menuh ul - { - - - width:9em; /* width of all menu boxes */ - /* NOTE: For adjustable menu boxes you can comment out the above width rule. - However, you will have to add padding in the "#menh a" rule so that the menu boxes - will have space on either side of the text -- try it */ - } - -#menuh li - { - position:relative; - /* Sophie Dennis contribution for IE7 */ - vertical-align: bottom; /* Sophie Dennis contribution for IE7 */ - - } - -#menuh ul ul - { - - - top:auto; - display:none; - padding: 1em; - margin:-15 -3 -3em; - - } - -#menuh ul ul ul - { - top:0; - left:100%; - } - -div#menuh li:hover - { - cursor:pointer; - z-index:100; - } - -div#menuh li:hover ul ul, -div#menuh li li:hover ul ul, -div#menuh li li li:hover ul ul, -div#menuh li li li li:hover ul ul -{display:none;} - -div#menuh li:hover ul, -div#menuh li li:hover ul, -div#menuh li li li:hover ul, -div#menuh li li li li:hover ul -{display:block;} - -/* End CSS Drop Down Menu */ diff --git a/static/profile.css b/static/profile.css index 91e5b92..a8b4534 100755 --- a/static/profile.css +++ b/static/profile.css @@ -4,7 +4,7 @@ width:180; position:absolute; top:30px; - left:642; +left:540; margin-top:34px; background-color:#fff; background-image:url(/static/spexx.png); @@ -18,7 +18,7 @@ background-color:#fff; line-height:1.5; } #chatrap{ - width:800; + width:750; margin-left:auto; margin-right: auto ; @@ -36,7 +36,7 @@ margin-top:-40; background-position:top; font-weight:bold; width:600; -margin-left:35; +margin-left:-7; text-align:left; @@ -149,7 +149,7 @@ border:1px solid #eee; -moz-border-radius-bottomright:15px; margin-top:20; z-index:4; -width:600; + line-height:20px; text-align: left; @@ -234,15 +234,21 @@ color:#087cff; box-shadow: 15px 15px 10px #c8cbce; -webkit-box-shadow: 15px 15px 10px #c8cbce; -moz-box-shadow: 15px 15px 10px #c8cbce; -border:3px solid #999; +border:3px solid #eee; padding:20; - width:auto} +color:#; +line-height:1.5; + width:490; +margin-left:-40} #newuser a:link{text-size:30px;} body { margin: 0; } +#date{ +font-size:50%; +} body,td,th { font-family: Arial, Helvetica, sans-serif; background-color:#ffffee; diff --git a/template/banner.st b/template/banner.st index 9e92d8c..935ac78 100755 --- a/template/banner.st +++ b/template/banner.st @@ -10,15 +10,17 @@ <div id="bar7"> <div style="float: left;"> <div align="center">$if(user_nick)$ - <a href="/u/$user_nick$"> Profile </a> <img src="/static/jewelblu.gif"> - $else$ <a href="/register">Register </a><img src="/static/jewelblu.gif"> + <a href="/log"> Log </a> ★ + <a href="/u/$user_nick$"> Profile </a> ★ <a href="/browser"> Browser Tool </a> + $else$ ★<a href="/register">Register </a>★ $endif$ - <a href="/chat">Room A </a><img src="/static/jewelblu.gif"> - <a href="/log">Log </a> - <img src="/static/jewelblu.gif"><a href="/browser">Browser Tool </a> + + + $if(isadmin)$ - <img src="/static/jewelblu.gif"><a href="/VIP/chat"> ★ VIP ★ </a> - $endif$ + <div id="vip"> + <a href="/VIP/chat"> ★ VIP ★ </a> + </div>$endif$ </div> </div> </div> diff --git a/template/browser.st b/template/browser.st index 33c6ba1..8012fa9 100755 --- a/template/browser.st +++ b/template/browser.st @@ -17,7 +17,7 @@ var growlize = true; </script> - $if(isadminroom)$ + <style> iframe { z-index: 50000; @@ -27,7 +27,7 @@ } </style> <script src="http://widgets.getclicky.com/tally/?site_id=170656&sitekey=736f7dd41a0612d8d50797c65768e71a&width=175&height=250&title=Visitors" type="text/javascript"></script> - $endif$ + </head> <body> $banner()$ diff --git a/template/profile.st b/template/profile.st index 6204e27..b4b303c 100755 --- a/template/profile.st +++ b/template/profile.st @@ -5,11 +5,18 @@ <link rel="stylesheet" type="text/css" media="screen" href="/static/profile.css"> <script type="text/javascript" src="/static/jquery.editinplace.1.0.1.packed.js"></script> + <link type="text/css" href="http://jqueryui.com/latest/themes/base/ui.all.css" rel="stylesheet" /> + <script type="text/javascript" src="http://jqueryui.com/latest/ui/ui.core.js"></script> + <script type="text/javascript" src="http://jqueryui.com/latest/ui/ui.datepicker.js"></script> <script> - jQuery(document).ready(initProfile); - + jQuery(document).ready(initProfile); + </script> + <script> + jQuery(document).ready(function(){ + jQuery("#datepicker").datepicker(); + }); </script> @@ -37,8 +44,8 @@ <h3> </h3> <h3> </h3> <h3> </h3> <h3> </h3><div id="newuser"> - <h3>This is your user log, it's where all the images you post are saved. <br> - To get started join <a href="/chat">Room A</a> and post a few pictures.</h3> + <h3>Welcome to dump.fm! This is your user log, it's where all the images you post are saved. <br> + To get started join <a href="/chat">come on in</a> and post a few pictures.</h3> <h3> </h3></div> <h3> </h3> <h3> </h3> <h3> </h3> @@ -49,13 +56,13 @@ <div id="pnav"> <div id="pnavo"> $if(next)$ - <a href="/u/$nick$/$next$"><- OLD DUMPS</a> + <a href="/u/$nick$/$next$">☜ OLD DUMPS</a> $endif$ </div> <div id="pnavn"> - + $if(prev)$ - <a href="/u/$nick$/$prev$">NEW DUMPS -></a> + <a href="/u/$nick$/$prev$">NEW DUMPS ☞</a> $endif$ <br><br> @@ -83,8 +90,9 @@ <h3>personal info</h3> <div id="bio" $if(is_home)$class="editable"$endif$>$bio$</div> - <br><br><br> - +<br> + <div id="date"> +<div type="text" id="datepicker"></div></div> </div> <div id="footer"> |
