summaryrefslogtreecommitdiff
path: root/static/profile.css
diff options
context:
space:
mode:
authorsostler <sbostler@gmail.com>2010-02-21 18:57:48 -0500
committersostler <sbostler@gmail.com>2010-02-21 18:57:48 -0500
commit5c4b6fdd2e39449ace1b3bd9379b022a8d6211c6 (patch)
tree7f6ef2359b05257b9764c3a29a348b7117700277 /static/profile.css
parentff5ffda64a346ca984eaa233b7cbba65e35e7e3e (diff)
parent2b6c2cef9a3398dbafb1f6cfbc0323c0b83e2053 (diff)
Merge branch 'master' of ssh://sostler@dump.fm/pichat/repo
Diffstat (limited to 'static/profile.css')
-rwxr-xr-xstatic/profile.css15
1 files changed, 14 insertions, 1 deletions
diff --git a/static/profile.css b/static/profile.css
index 8aaafa8..8ee09d3 100755
--- a/static/profile.css
+++ b/static/profile.css
@@ -17,6 +17,18 @@ background-color:#fff;
line-height:1.5;
}
+#profile h3{
+margin-top:12;
+line-height:2;
+color:#fff;
+text-shadow: blue -2px -2px 0, red 2px 2px 0, green -6px 4px 0;
+}
+#profile h2{
+text-indent:-10;
+margin-top:-7;
+margin-bottom:15;
+}
+
#chatrap{
width:720;
@@ -309,6 +321,7 @@ font-size:60%;
top:80;
background-image:url(/static/welcomebar.gif);
}
+.invisible { display: none !important; }
body,td,th {
font-family: Arial, Helvetica, sans-serif;
background-color:#ffffee;
@@ -320,4 +333,4 @@ background-attachment:fixed;
-}@charset "UTF-8"; \ No newline at end of file
+}@charset "UTF-8";