diff options
Diffstat (limited to 'static/profile.css')
| -rw-r--r-- | static/profile.css | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/static/profile.css b/static/profile.css index 72bf4c7..2984f43 100644 --- a/static/profile.css +++ b/static/profile.css @@ -2,14 +2,14 @@ float: right; padding: 20px; width: 180px; - margin-right:10%; margin-top:0px; background-color:#F7F7F7; - background-image:url(/static/cloudbg2.png); + background-image:url(/static/spex.ppng); + border:solid 5px #F5F5F5; background-position:center; z-index:10; - box-shadow:rgba(0,0,0,0.5) 0px 0px 24px; border-radius:5px; - + box-shadow:rgba(0,0,0,0.5) 0px 0px 24px; + border-radius:5px; border-top-left-radius:5px; border-top-right-radius:5px; -webkit-border-top-left-radius:5px; @@ -23,10 +23,10 @@ -moz-border-radius-bottomleft:5px; -moz-border-radius-bottomright:5px; min-height:600px; - + margin-right: 5%; } #chatrap{ - top: 105px; + top: 80px; left:0px; position:absolute; width: 100%; @@ -50,8 +50,8 @@ } #log { - margin-right:10%; - margin-left:11%; + margin-right:5%; + margin-left:5%; background-color:#FFF; padding-left: 20px; padding-bottom: 20px; @@ -123,9 +123,11 @@ overflow: hidden; text-overflow: ellipsis; } - h2 {color:#989898; - letter-spacing:-1px; - font-weight:lighter;} + h2 { + color:#000; + letter-spacing:-1px; + font-weight:lighter; +} img#avatarPic { max-height:250px; @@ -161,4 +163,3 @@ body,td,th { }@charset "UTF-8"; /* CSS Document */ - |
