diff options
Diffstat (limited to 'template')
| -rw-r--r-- | template/about_us.st | 7 | ||||
| -rw-r--r-- | template/banner.st | 2 | ||||
| -rw-r--r-- | template/chat.st | 3 | ||||
| -rw-r--r-- | template/directory.st | 26 | ||||
| -rw-r--r-- | template/footer.st | 4 | ||||
| -rw-r--r-- | template/help.st | 7 | ||||
| -rw-r--r-- | template/privacy.st | 7 | ||||
| -rw-r--r-- | template/profile.st | 9 | ||||
| -rw-r--r-- | template/profile_dump.st | 2 | ||||
| -rw-r--r-- | template/terms.st | 7 |
10 files changed, 35 insertions, 39 deletions
diff --git a/template/about_us.st b/template/about_us.st index abf91f4..72f3b25 100644 --- a/template/about_us.st +++ b/template/about_us.st @@ -13,9 +13,10 @@ jQuery(function() <title>dump.fm: about us</title> $head()$ </head> - <body style="font-family: Arial, Helvetica, sans-serif; -background:#EEF2FF url(/static/img/fade-blue.png) top center repeat-x; - background-repeat:repeat-x; + <body style=" font-family: Arial, Helvetica, sans-serif; + background-color:#f0f9ff; + background-image:url(/static/img/fade-blue.png)!important; + background-repeat:repeat-x; background-position:top; background-attachment:fixed;" onload=" javascript:CreateDropdownWindow('about the site', '360px', true, 'news', 70, 75); diff --git a/template/banner.st b/template/banner.st index 1c5b9a2..a6be087 100644 --- a/template/banner.st +++ b/template/banner.st @@ -20,9 +20,7 @@ $else$ -<div id="registerlink"> <a href="/register"><img src="/static/img/ako.gif"width="21px" height="21px" /> Register</a> -</div> $endif$ diff --git a/template/chat.st b/template/chat.st index 27148f0..2eb1f30 100644 --- a/template/chat.st +++ b/template/chat.st @@ -22,7 +22,6 @@ $head()$ <link rel="stylesheet" type="text/css" href="/static/css/dump.css"> <script type="text/javascript" src="/static/js/invalid_domains.js"></script> <script type="text/javascript" src="/static/webcam/webcam.js"></script> - <script type="text/javascript" src="/static/js/tooltip.js"></script> <script type="text/javascript" src="/static/js/ajaxupload.js"></script> $if(user_nick)$ <script type="text/javascript" src="/json/$user_nick$/favorites"></script> @@ -53,11 +52,9 @@ $endif$ <body> $banner()$ <div id="chatrap"> - <div id="logc"> <div id="content"> <div id="messagetabs"></div> <div id="rapper"> - <div id="loghead"></div> </div> <div id="userList"> $users: { u | diff --git a/template/directory.st b/template/directory.st index fd5449a..02e47ad 100644 --- a/template/directory.st +++ b/template/directory.st @@ -6,39 +6,37 @@ <title>dump.fm directory</title> $endif$ $head()$ - <link rel="stylesheet" type="text/css" href="/static/css/directory.css"> + <link rel="stylesheet" type="text/css" href="/static/css/dump.css"> <script> jQuery(document).ready(initDirectory); </script> </head> - <body> + <body class="profile"> $banner()$ <div id="chatrap"> <div id="log"> - <div id="loghead"></div> <br> - - <div id="posts"> - <br> - <center> - <h2>✭ ✭ DUMP STARS ✭ ✭</h2> - <div id="lolbanner"> - <img src="/static/img/welcomebanner.gif"> + <div id="dprofile"> + <h2> DUMP STARS </h2><br><h3>Ordered by post count</h3> + + </div> - </center> + <div id="dposts"> + <br> + $if(users)$ $users:{ dump | - <div class="logged-dump" id="message-$dump.message_id$"> + <div class="dlogged-dump" id="message-$dump.message_id$"> <a href="/$dump.nick$"> <div id="usernicks"> <b>$dump.nick$</b></div> $if(dump.avatar)$ - <div id="logavatar"> + <div id="dlogavatar"> <img height="50" width="50" src="$dump.avatar$" /> </div> $else$ - <div id="logavatar"> + <div id="dlogavatar"> <img height="50" width="50" src="/static/img/noinfo.png" /> </div> $endif$ diff --git a/template/footer.st b/template/footer.st index f754e4a..6df573b 100644 --- a/template/footer.st +++ b/template/footer.st @@ -1,8 +1,8 @@ -<div id="footer" style="text-align: center"> + @2010 <a href="/">dump.fm</a> <a href="http://dump.fm/about_us"><span style="word-spacing:normal;">About Us</span></a> <a href="http://dump.fm/help"><span style="word-spacing:normal;">Help FAQ</span></a> <a href="http://dump.fm/terms">Terms</a> -<a href="http://dump.fm/privacy">Privacy</a></div> +<a href="http://dump.fm/privacy">Privacy</a> $google_analytics()$ $debug_log()$ diff --git a/template/help.st b/template/help.st index 440db28..097e83e 100644 --- a/template/help.st +++ b/template/help.st @@ -17,9 +17,10 @@ jQuery(function() <title>dump.fm</title> $head()$ </head> - <body style="font-family: Arial, Helvetica, sans-serif; -background:#EEF2FF url(/static/img/fade-blue.png) top center repeat-x; - background-repeat:repeat-x; + <body style=" font-family: Arial, Helvetica, sans-serif; + background-color:#f0f9ff; + background-image:url(/static/img/fade-blue.png)!important; + background-repeat:repeat-x; background-position:top; background-attachment:fixed;" onload=" javascript:CreateDropdownWindow('dump.fm', '360px', true, 'news', 30, 115); diff --git a/template/privacy.st b/template/privacy.st index 167016f..c53815c 100644 --- a/template/privacy.st +++ b/template/privacy.st @@ -18,9 +18,10 @@ jQuery(function() <title>dump.fm</title> $head()$ </head> - <body style="font-family: Arial, Helvetica, sans-serif; - background:#EEF2FF url(/static/img/fade-blue.png) top center repeat-x; - background-repeat:repeat-x; + <body style=" font-family: Arial, Helvetica, sans-serif; + background-color:#f0f9ff; + background-image:url(/static/img/fade-blue.png)!important; + background-repeat:repeat-x; background-position:top; background-attachment:fixed;" onload=" javascript:CreateDropdownWindow('dump.fm', '360px', true, 'news', 20, 115); diff --git a/template/profile.st b/template/profile.st index 3d1a0dc..5af9793 100644 --- a/template/profile.st +++ b/template/profile.st @@ -2,15 +2,14 @@ <head> <title>$nick$'s dump.fm</title> $head()$ - <link rel="stylesheet" type="text/css" media="screen" href="/static/css/profile.css"> + <link rel="stylesheet" type="text/css" media="screen" href="/static/css/dump.css"> <script src="/static/js/jquery.editinplace.1.0.1.packed.js" type="text/javascript"></script> <script src="/static/js/ajaxupload.js"></script> <script> jQuery(document).ready(initProfile); </script> - </head> - <body> + <body class="profile"> $banner()$ <div id="chatrap"> <div id="headerbar"></div> @@ -44,7 +43,7 @@ $if(is_home)$ <div id="avatar-editing" style="display: none"> - <input id="upload" value="Upload Icon" type="submit"> + <input id="uploadp" value="Upload Icon" type="submit"> <img id="spinner" src="/static/img/spinner.gif" style="display: none" /> </div> $endif$ @@ -127,7 +126,7 @@ $share_buttons()$ $if(is_home)$ <div id="avatar-editing" style="display: none"> - <input id="upload" value="Upload Icon" type="submit"> + <input id="uploadp" value="Upload Icon" type="submit"> <img id="spinner" src="/static/img/spinner.gif" style="display: none" /> </div> $endif$ diff --git a/template/profile_dump.st b/template/profile_dump.st index adc47f3..43d995e 100644 --- a/template/profile_dump.st +++ b/template/profile_dump.st @@ -1,6 +1,6 @@ <div class="logged-dump dump $if(dump.favorited)$favorite$endif$" id="message-$dump.message_id$" nick="$dump.nick$"> <div> - $dump.created_on$ -- in <b><a href="/$dump.key$/chat">$dump.key$</a></b> + $dump.created_on$ -- in <b><a href="http://$dump.key$.dump.fm">$dump.key$</a></b> </div> <a href="/u/$dump.nick$"> <div id="logavatar"> diff --git a/template/terms.st b/template/terms.st index dd133ee..0880d7b 100644 --- a/template/terms.st +++ b/template/terms.st @@ -16,9 +16,10 @@ jQuery(function() <title>dump.fm</title> $head()$ </head> - <body style="font-family: Arial, Helvetica, sans-serif; - background:#EEF2FF url(/static/img/fade-blue.png) top center repeat-x; - background-repeat:repeat-x; + <body style=" font-family: Arial, Helvetica, sans-serif; + background-color:#f0f9ff; + background-image:url(/static/img/fade-blue.png)!important; + background-repeat:repeat-x; background-position:top; background-attachment:fixed;" onload=" javascript:CreateDropdownWindow('dump.fm', '360px', true, 'news', 20, 115); |
