diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-01-22 10:23:08 -0500 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-01-22 10:23:08 -0500 |
| commit | 2317d7e4acc210eb061a4ef545230b4e4892e2f3 (patch) | |
| tree | 7d9f3e71298fcc318e1e8069d061fbeb18711575 | |
| parent | 51727e64db58dcc79ecaf073425e97d259a1e016 (diff) | |
timb adding ryder's changes
| -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/profile.css | 18 | ||||
| -rwxr-xr-x | template/browser.st | 4 |
9 files changed, 20 insertions, 13 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/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/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()$ |
