diff options
Diffstat (limited to 'static/css/profile.css')
| -rwxr-xr-x | static/css/profile.css | 51 |
1 files changed, 14 insertions, 37 deletions
diff --git a/static/css/profile.css b/static/css/profile.css index 00cc46e..bbc68af 100755 --- a/static/css/profile.css +++ b/static/css/profile.css @@ -30,27 +30,26 @@ letter-spacing:; #profile { float: right; padding: 20px; -width:auto; opacity:0.9; position:fixed; top:79px; image-rendering: -moz-crisp-edges; -left:18; -width:180; +left:18px; +width:180px; line-height:1.3; background-color:#fff; overflow: hidden; text-overflow: ellipsis; height:auto; text-overflow: ellipsis-word; - background-position:top; - z-index:999; + z-index:9; min-height:350px; } -#lolbanner{ -position:absolute; -top:5;display:none; -margin-left:22; +#profile img{ + max-width:100px; + width: expression(this.width > 100 ? 100: true); + max-height:100px; + height: expression(this.width > 100 ? 100: true); } #profile h3{ font-size:15px; @@ -104,12 +103,12 @@ left:12px; color:#000; } #profile h9{ -font-size:170%; -color:#000; -text-shadow:#ccc 1px 1px 1px; +font-size:140%; +color:#000;color:#000; +text-shadow:#000 1px 1px 1px; } #chatrap{ -margin-left:250px; +margin-left:245px; } #upload{ @@ -141,9 +140,6 @@ background-position:top; font-weight:bold; margin-left:0; text-align:left; - - - } #pnavo{ margin-top:-17; @@ -167,8 +163,6 @@ height:32; text-transform:lowercase; border:1px solid #000; background-color:#fff; - - } #pnavn{ position:absolute; @@ -214,10 +208,7 @@ a:visited { color: #000; text-shadow: 1px 1px 1px #999; } -a:active { - text-decoration: none; - color: #000; -} + #footer { text-align:center; @@ -247,7 +238,6 @@ color:000; color: #f0e; } - #log { position:absolute; @@ -308,7 +298,7 @@ margin-top:20; width: 100%; height: 50px; } - h2 { +#profile h2 { letter-spacing:-1px; color:#ccc; height:40px; @@ -318,8 +308,6 @@ color:#ccc; text-transform:capitalize; text-shadow: -1px 1px 1px #f0e; } - - img#avatarPic { max-height:100px;max-width:100px; border-top-left-radius:5px; @@ -342,18 +330,7 @@ margin-bottom:15px; color: #00F; } -.invisible { display: none !important; } -body,td,th { - font-family: Arial, Helvetica, sans-serif; - background-color:#fff; - background-repeat:repeat-x; - background-position:top; -background-attachment:fixed; - margin: 0; - - -}@charset "UTF-8"; .invisible { display: none !important; } body,td,th { |
