diff options
| -rwxr-xr-x | static/css/header.css | 1 | ||||
| -rwxr-xr-x | static/gritter/css/jquery.gritter.css | 19 | ||||
| -rwxr-xr-x | template/banner.st | 68 | ||||
| -rwxr-xr-x | template/head.st | 5 | ||||
| -rw-r--r-- | template/mail/welcome.st | 4 | ||||
| -rwxr-xr-x | template/profile.st | 5 |
6 files changed, 53 insertions, 49 deletions
diff --git a/static/css/header.css b/static/css/header.css index 42f4b26..31865cd 100755 --- a/static/css/header.css +++ b/static/css/header.css @@ -33,7 +33,6 @@ margin-right:80%; color: #fff; } - #wherestim{ position:absolute; top:-10; diff --git a/static/gritter/css/jquery.gritter.css b/static/gritter/css/jquery.gritter.css index 177765a..bbd8f47 100755 --- a/static/gritter/css/jquery.gritter.css +++ b/static/gritter/css/jquery.gritter.css @@ -1,6 +1,7 @@ /* ie6 trash */ * html #gritter-notice-wrapper { position:absolute; +color:fff; } * html .gritter-top { margin-bottom:-10px; @@ -12,7 +13,6 @@ margin-bottom:0; } * html .gritter-close { - background:url(../images/gritter-close-ie6.gif); width:22px; height:22px; top:7px; @@ -25,7 +25,8 @@ position:fixed; top:70px; right:40px; - width:301px; + width:30%; +min-width:300px; z-index:9999; @@ -62,11 +63,11 @@ color:#000; } .gritter-item { display:block; -background-color:#eee; - color:#000; +background-color:#fff; + color:#fff; height:auto; padding:7px 15px 11px 11px; - font-size: 11px; + font-size: 19px; height:auto; font-family:verdana; border-top-left-radius:5px; @@ -85,16 +86,15 @@ height:auto; -webkit-box-shadow: 5px 7px 10px #c8cbce; -moz-box-shadow: 5px 7px 10px #c8cbce; border:0px solid #999; - background:url(/static/gritter/gritterbg.png) } -.gritter-item a{color:#000; +.gritter-item a:link{color:#fff;font-size:13; } .hover .gritter-item { background-position:right -40px; - color:#000; + color:#fff; } .gritter-item p { -color:#000; +color:#000;font-size:13; margin:0; right:0; @@ -130,3 +130,4 @@ right:0px; width:250px; float:right; } +a:link{color:#000} diff --git a/template/banner.st b/template/banner.st index 6d99d8b..3ec65a1 100755 --- a/template/banner.st +++ b/template/banner.st @@ -1,34 +1,36 @@ + <meta content="dump.fm - Talk with pictures!" name="description" /> + <meta name="keywords" CONTENT="dump.fm, image chat, realtime, internet 3.0, dump, dump fm, image dump, pictures, image links, image board"> +<meta name="description" CONTENT="Talk with pictures!"> <div id="rapper7"> <div id="header7"> - <div id="logoicons"> - <div id="logo7"> - <div align="center"><a href="/">dump.fm</a></div> - </div> - <div class="white"> - - <div id="bar7"> - <div style="float: left;"> - <div align="center"> - $if(user_nick)$ + <div id="logoicons"> + <div id="logo7"> + <div align="center"><a href="/">dump.fm</a></div> + </div> + <div class="white"> + + <div id="bar7"> + <div style="float: left;"> + <div align="center"> + $if(user_nick)$ - <a href="/log" ><img src="/static/img/log.gif"width="20px" height="20px"> Log</a> - <a href="/u/$user_nick$">$if(user_avatar)$<img src="$user_avatar$" width="19px" height="19px" />$else$<img src="/static/img/profile.gif"width="22px" height="22px" />$endif$ Profile</a> - <a href="/directory"><img src="/static/img/directory.gif"width="20px" height="20px" /> Directory</a> - <a href="/browser"><img src="/static/img/image_draw.gif"/> Image Search</a> - - $else$ - + <a href="/log" ><img src="/static/img/log.gif"width="20px" height="20px"> Log</a> + <a href="/u/$user_nick$">$if(user_avatar)$<img src="$user_avatar$" width="19px" height="19px" />$else$<img src="/static/img/profile.gif"width="22px" height="22px" />$endif$ Profile</a> + <a href="/directory"><img src="/static/img/directory.gif"width="20px" height="20px" /> Directory</a> + <a href="/browser"><img src="/static/img/image_draw.gif"/> Image Search</a> + + $else$ + - <div id="registerlink"> - <a href="/register"><img src="/static/img/ako.gif"width="21px" height="21px" /> Register</a> - </div> - - $endif$ - <div id="wherestim"> - <img src="/static/img/wherestim.gif"> - </div> - </div> +<div id="registerlink"> +<a href="/register"><img src="/static/img/ako.gif"width="21px" height="21px" /> Register</a> +</div> + + + $endif$ + <div id="wherestim"><img src="/static/img/wherestim.gif"></div> + </div> </div> </div> </div> @@ -37,14 +39,12 @@ <div id="topic"></div> - - - $if(isadmin)$ - <div id="vippp"> - <a href="/VIP/chat"> ★ VIP ★ </a> - </div> - $endif$ - <div id="logout7" class="white"> + $if(isadmin)$ + <div id="vippp"> + <a href="/VIP/chat"> ★ VIP ★ </a> + </div> + $endif$ + <div id="logout7" class="white"> <div align="center">$if(user_nick)$ <a href="/logout"><img src="/static/img/door.gif" width="16" height="16" /> Logout</a> $else$ $form_login()$ $endif$ </div> diff --git a/template/head.st b/template/head.st index 2431e49..84a0ec4 100755 --- a/template/head.st +++ b/template/head.st @@ -1,6 +1,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> - <META NAME="keywords" CONTENT="dump.fm, image chat, realtime, internet 3.0, dump, dump fm, image dump, pictures, image links, image board"> -<META NAME="description" CONTENT="Talk with pictures!"> + <meta content="dump.fm - Talk with pictures!" name="description" /> + <meta name="keywords" CONTENT="dump.fm, image chat, realtime, internet 3.0, dump, dump fm, image dump, pictures, image links, image board"> +<meta name="description" CONTENT="Talk with pictures!"> <script type="text/javascript" src="/static/jquery-1.3.2.min.js"></script> <!-- <script type="text/javascript" src="/static/jquery.min.js"></script> --> <!--<script type="text/javascript" src="/static/js/underscore-min.js"></script> --> diff --git a/template/mail/welcome.st b/template/mail/welcome.st index 42a0b38..7e8e9ef 100644 --- a/template/mail/welcome.st +++ b/template/mail/welcome.st @@ -1,5 +1,7 @@ SUBJECT: Welcome to dump.fm, $nick$! - +<html> +<img src="http://dump.fm/static/mail/welcome.gif"> Welcome to the dump.fm posting experience. Get started at <http://dump.fm/chat>, or setup your profile at <http://dump.fm/u/$nick$>! +</html>
\ No newline at end of file diff --git a/template/profile.st b/template/profile.st index a50a4d5..dba7aca 100755 --- a/template/profile.st +++ b/template/profile.st @@ -2,8 +2,9 @@ <html> <head> <title>$nick$'s dump.fm</title> - <META NAME="keywords" CONTENT="dump.fm, image chat, realtime, internet 3.0, dump, dump fm, image dump, pictures, image links, image board"> -<META NAME="description" CONTENT="Talk with pictures!"> + <meta content="dump.fm - Talk with pictures!" name="description" /> + <meta name="keywords" CONTENT="dump.fm, image chat, realtime, internet 3.0, dump, dump fm, image dump, pictures, image links, image board"> +<meta name="description" CONTENT="Talk with pictures!"> $head()$ <link rel="stylesheet" type="text/css" media="screen" href="/static/css/profile.css"> <script src="/static/js/jquery.editinplace.1.0.1.packed.js" type="text/javascript"></script> |
