diff options
Diffstat (limited to 'static/css/profile.css')
| -rwxr-xr-x | static/css/profile.css | 35 |
1 files changed, 13 insertions, 22 deletions
diff --git a/static/css/profile.css b/static/css/profile.css index 613469a..962e528 100755 --- a/static/css/profile.css +++ b/static/css/profile.css @@ -9,13 +9,14 @@ padding:2; color:#fff; text-align:center; background-color:#0c8fff; -border-bottom:1px solid #f0e0d6; -border-left:1px solid #f0e0d6; box-shadow:5px 5px 5px #d8dbde; -webkit-box-shadow:5px 5px 5px #d8dbde; -moz-box-shadow:5px 5px 5px #d8dbde; - + border-bottom-left-radius:5px; + -webkit-border-bottom-left-radius:5px; + -moz-border-radius-bottomleft:5px; } + #edit-toggle a{font-size:12; letter-spacing:; @@ -44,7 +45,7 @@ background-color:#fff; background-position:top; z-index:999; min-height:600px; -border:2px solid #f0e0d6; +border:1px solid #f0e0d6; line-height:1.5; } #lolbanner{ @@ -112,6 +113,12 @@ margin-top:0; -moz-box-shadow: 0 0 10px #d8dbde, 2px 2px 5px #d8dbde; } +#profile h8{ +position:absolute; +top:45px;font-size:100%; +letter-spacing:-1px; +margin-left:-8px;color:#000; +} #chatrap{ margin-left:15%; } @@ -255,18 +262,10 @@ color:000; #log { position:absolute; - - top:7px; + top:18px; padding-top: 25px; - - - -} -#posts { - - - } + .logged-dump img{ max-width:500px; width: expression(this.width > 500 ? 500: true); @@ -311,7 +310,6 @@ border:1px solid #f0e0d6; -moz-border-radius-bottomright:15px; margin-top:20; z-index:4; - line-height:20px; text-align: left; @@ -330,8 +328,6 @@ margin-top:20; padding-bottom:20px; } #contact { - - text-overflow: ellipsis-word; } @@ -348,9 +344,7 @@ margin-top:20; width: 100%; height: 50px; } - h2 { - letter-spacing:-1px; color:#ccc; height:40px; @@ -443,9 +437,6 @@ letter-spacing:5; text-align:center; } -#date{ -font-size:60%; -} #headerbar{ top:80; background-image:url(/static/img/welcomebar.gif); |
