diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-01-15 13:50:49 -0500 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-01-15 13:50:49 -0500 |
| commit | d542c7f4476b14d6a0fa2c1089ed6ff1fe8da5dc (patch) | |
| tree | 6193d5f004d52aa24ad2040f8bf7a03ac6dc526d /static/profile.css | |
| parent | ad22a53236804ee564f85b11cba4890e0ad9ae88 (diff) | |
Commit
Diffstat (limited to 'static/profile.css')
| -rwxr-xr-x[-rw-r--r--] | static/profile.css | 23 |
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 */ |
