summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf/nginx.conf1
-rwxr-xr-xstatic/css/profile.css9
-rw-r--r--template/about_us.st2
-rw-r--r--template/chat.st1
-rw-r--r--template/profile.st4
5 files changed, 12 insertions, 5 deletions
diff --git a/conf/nginx.conf b/conf/nginx.conf
index 1c176bc..306c6ee 100644
--- a/conf/nginx.conf
+++ b/conf/nginx.conf
@@ -27,6 +27,7 @@ http {
server {
listen 80;
server_name .dump.fm;
+ client_max_body_size 15m;
location ~* /(avatars|images)/ {
root /home/dumpfmprod/prod;
diff --git a/static/css/profile.css b/static/css/profile.css
index 962e528..fdac506 100755
--- a/static/css/profile.css
+++ b/static/css/profile.css
@@ -115,9 +115,14 @@ margin-top:0;
}
#profile h8{
position:absolute;
-top:45px;font-size:100%;
+top:39px;font-size:100%;
letter-spacing:-1px;
-margin-left:-8px;color:#000;
+color:#000;
+}
+#profile h9{
+font-size:170%;
+color:#000;
+text-shadow:#ccc 1px 1px 1px;
}
#chatrap{
margin-left:15%;
diff --git a/template/about_us.st b/template/about_us.st
index 1b84f04..abf91f4 100644
--- a/template/about_us.st
+++ b/template/about_us.st
@@ -32,7 +32,7 @@ background-attachment:fixed;" onload="
<div style="padding:0px" id="content" name="content"> <div style="background-color:#fff"><center>
<img src="/static/img/dumpclouds.png"><br><br>
<h5 style="padding:2px;">
-DUMP.FM is a <img src="/static/img/newanim.gif"> exciting tool for the internet; allowing pictures to be used for realtime communication and collaboration. Users can send image URLs (which display instantly in the chat), upload locally from their hard drive or post a pics right from their webcam. Every image gets stored in your DUMP.FM log, similarly, a log is kept of the entire collaboration.
+DUMP.FM is a <img src="/static/img/newanim.gif"> exciting tool for the internet; allowing pictures to be used for realtime communication and collaboration. Users can send image URLs (which display instantly in the chat), upload locally from their hard drive or post pics right from their webcam. Every image gets stored in your DUMP.FM log, similarly, a log is kept of the entire collaboration.
</center><br></div></h5>
</div></div>
diff --git a/template/chat.st b/template/chat.st
index c9b1ab7..a0fbe0b 100644
--- a/template/chat.st
+++ b/template/chat.st
@@ -61,6 +61,7 @@ $banner()$
<div id="userList">
$users: { u |
<div class="username"><a href="/$u.nick$" target="_blank">
+ $u.score_ent$
$if(u.avatar)$
<img src="$u.avatar$" width="50" height="50">
$else$
diff --git a/template/profile.st b/template/profile.st
index 858eca2..862b6d9 100644
--- a/template/profile.st
+++ b/template/profile.st
@@ -33,8 +33,8 @@
<h2>$nick$ </h2><br>
$if(score_ent)$
<h8>
- fav score: $score$
- $score_ent$
+ fav score: $score$
+ <h9>$score_ent$</h9>
$endif$</h8>
$if(isadmin)$
<div id="adminmute">