diff options
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 */ |
