diff options
Diffstat (limited to 'static/profile.css')
| -rwxr-xr-x | static/profile.css | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/static/profile.css b/static/profile.css index 0ef7ae0..f146e60 100755 --- a/static/profile.css +++ b/static/profile.css @@ -253,7 +253,7 @@ color:#087cff; #newuser - {height:120px; + {height:400px; border-top-left-radius:5px; border-top-right-radius:5px; @@ -269,18 +269,29 @@ color:#087cff; -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 #eee; +-moz-box-shadow: 5px 5px 10px #c8cbce; padding:20; color:#; line-height:1.5; - width:490; -margin-left:-40} +margin-top:-80px; + width:600; +background:#EEF2FF url(/static/fade-blue.png) top center repeat-x; + background-repeat:repeat-x; + background-position:top; +margin-left:40} #newuser a:link{text-size:30px;} +#newuser h1{font-size:30; +letter-spacing:-2; +color:f0e; +} #date{ font-size:60%; } +#headerbar{ +top:80; + background-image:url(/static/welcomebar.gif); +} body,td,th { font-family: Arial, Helvetica, sans-serif; background-color:#ffffee; |
