summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/css/index.css2
-rwxr-xr-xstatic/css/profile.css35
-rw-r--r--template/profile.st2
3 files changed, 15 insertions, 24 deletions
diff --git a/static/css/index.css b/static/css/index.css
index 431a703..a7b08f7 100644
--- a/static/css/index.css
+++ b/static/css/index.css
@@ -22,7 +22,7 @@ height:100%;
position:fixed;
}
#rapper{
-margin-top:4%;
+margin-top:6%;
}
#content{
background:url(/static/img/cloudbg.png);
diff --git a/static/css/profile.css b/static/css/profile.css
index 613469a..962e528 100755
--- a/static/css/profile.css
+++ b/static/css/profile.css
@@ -9,13 +9,14 @@ padding:2;
color:#fff;
text-align:center;
background-color:#0c8fff;
-border-bottom:1px solid #f0e0d6;
-border-left:1px solid #f0e0d6;
box-shadow:5px 5px 5px #d8dbde;
-webkit-box-shadow:5px 5px 5px #d8dbde;
-moz-box-shadow:5px 5px 5px #d8dbde;
-
+ border-bottom-left-radius:5px;
+ -webkit-border-bottom-left-radius:5px;
+ -moz-border-radius-bottomleft:5px;
}
+
#edit-toggle a{font-size:12;
letter-spacing:;
@@ -44,7 +45,7 @@ background-color:#fff;
background-position:top;
z-index:999;
min-height:600px;
-border:2px solid #f0e0d6;
+border:1px solid #f0e0d6;
line-height:1.5;
}
#lolbanner{
@@ -112,6 +113,12 @@ margin-top:0;
-moz-box-shadow: 0 0 10px #d8dbde, 2px 2px 5px #d8dbde;
}
+#profile h8{
+position:absolute;
+top:45px;font-size:100%;
+letter-spacing:-1px;
+margin-left:-8px;color:#000;
+}
#chatrap{
margin-left:15%;
}
@@ -255,18 +262,10 @@ color:000;
#log
{
position:absolute;
-
- top:7px;
+ top:18px;
padding-top: 25px;
-
-
-
-}
-#posts {
-
-
-
}
+
.logged-dump img{
max-width:500px;
width: expression(this.width > 500 ? 500: true);
@@ -311,7 +310,6 @@ border:1px solid #f0e0d6;
-moz-border-radius-bottomright:15px;
margin-top:20;
z-index:4;
-
line-height:20px;
text-align: left;
@@ -330,8 +328,6 @@ margin-top:20;
padding-bottom:20px;
}
#contact {
-
-
text-overflow: ellipsis-word;
}
@@ -348,9 +344,7 @@ margin-top:20;
width: 100%;
height: 50px;
}
-
h2 {
-
letter-spacing:-1px;
color:#ccc;
height:40px;
@@ -443,9 +437,6 @@ letter-spacing:5;
text-align:center;
}
-#date{
-font-size:60%;
-}
#headerbar{
top:80;
background-image:url(/static/img/welcomebar.gif);
diff --git a/template/profile.st b/template/profile.st
index 9b7cbac..858eca2 100644
--- a/template/profile.st
+++ b/template/profile.st
@@ -33,7 +33,7 @@
<h2>$nick$ </h2><br>
$if(score_ent)$
<h8>
- $score$
+ fav score: $score$
$score_ent$
$endif$</h8>
$if(isadmin)$