summaryrefslogtreecommitdiff
path: root/static/profile.css
diff options
context:
space:
mode:
authorScott Ostler <sostler@deathmachine.local>2010-01-15 13:52:39 -0500
committerScott Ostler <sostler@deathmachine.local>2010-01-15 13:52:39 -0500
commit233260244803dad4c892f9ab52fee3d5e48b3b39 (patch)
tree72392a6326009f90c1786f2bb482471ba81a1f79 /static/profile.css
parent692e2d725f278708324fd2534007448ed03a150d (diff)
parentd542c7f4476b14d6a0fa2c1089ed6ff1fe8da5dc (diff)
Merge branch 'master' of ssh://dump.fm/home/dumpfmprod/prod/
Diffstat (limited to 'static/profile.css')
-rwxr-xr-x[-rw-r--r--]static/profile.css23
1 files changed, 22 insertions, 1 deletions
diff --git a/static/profile.css b/static/profile.css
index a8989db..7605fc7 100644..100755
--- a/static/profile.css
+++ b/static/profile.css
@@ -211,7 +211,29 @@ color:#087cff;
font-size:1px;
}
+ #newuser
+ {height:120px;
+ border-top-left-radius:5px;
+ border-top-right-radius:5px;
+ -webkit-border-top-left-radius:5px;
+ -webkit-border-top-right-radius:5px;
+ -moz-border-radius-topleft:5px;
+ -moz-border-radius-topright:5px;
+ border-bottom-left-radius:5px;
+ border-bottom-right-radius:5px;
+ -webkit-border-bottom-left-radius:5px;
+ -webkit-border-bottom-right-radius:5px;
+ -moz-border-radius-bottomleft:5px;
+ -moz-border-radius-bottomright:5px;
+ box-shadow: 15px 15px 10px #c8cbce;
+-webkit-box-shadow: 15px 15px 10px #c8cbce;
+-moz-box-shadow: 15px 15px 10px #c8cbce;
+border:3px solid #999;
+padding:20;
+ width:auto}
+ #newuser a:link{text-size:30px;}
+
body {
margin: 0;
@@ -221,4 +243,3 @@ body,td,th {
}@charset "UTF-8";
-/* CSS Document */