diff options
Diffstat (limited to 'static/profile.css')
| -rwxr-xr-x | static/profile.css | 42 |
1 files changed, 24 insertions, 18 deletions
diff --git a/static/profile.css b/static/profile.css index e8a5498..7b3fbcc 100755 --- a/static/profile.css +++ b/static/profile.css @@ -8,17 +8,14 @@ left:545; max-width:230; margin-top:34px; background-color:#fff; - overflow: hidden; text-overflow: ellipsis; - height:auto; text-overflow: ellipsis-word; background-position:top; z-index:999; min-height:600px; - - +border:1px solid #f0e0d6; line-height:1.5; } #lolbanner{ @@ -41,7 +38,6 @@ margin-bottom:15; margin-left:-49; height:22; background-image:url(/static/leftarrow.png); - background-repeat:no-repeat; background-position:22 1; margin-top:-22; @@ -49,17 +45,28 @@ margin-top:-22; } #edit-toggle{ position:absolute; -top:2; -right:2%; +top:0; +right:0; +height:auto; +background-image:url(/static/upload.png); +width:auto; +padding:2; +text-align:center; +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; } #edit-toggle a{font-size:12; letter-spacing:; -color:#999; + text-shadow: 1px 1px 1px #333; +color:#fff; } #edit-toggle a:hover{font-size:12; letter-spacing:; -color:#f0e; +color:#fff; text-shadow: 1px 1px 1px #000; } #logavatar img{ max-width:20px; @@ -195,33 +202,32 @@ a:active { #footer { text-align:center; - position:relative; + position:absolute; width:100%; - bottom:-50px; -line-height:3.8; - font-size:12px; -word-spacing:12px; -margin-left:6; -height:28px; + bottom:-55px; +line-height:1; + font-size:11px; +word-spacing:8px; color: #000; } #footer a { font-size: 11px; color: #000; - } #footer a:link { text-decoration: none; - font-size: 10px; + font-size: 11px; color:000; } + #footer a:hover { text-decoration:none; font-size: 11px; color: #f0e; } + #log { position:absolute; |
