diff options
Diffstat (limited to 'static/profile.css')
| -rwxr-xr-x | static/profile.css | 54 |
1 files changed, 37 insertions, 17 deletions
diff --git a/static/profile.css b/static/profile.css index 34608aa..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{ @@ -34,19 +31,43 @@ text-shadow: blue -2px -2px 0, red 2px 2px 0, green -6px 4px 0; } #profile h2{ text-indent:-10; -margin-top:-7; +margin-top:-5; margin-bottom:15; } #logavatar{ margin-left:-49; height:22; background-image:url(/static/leftarrow.png); - background-repeat:no-repeat; background-position:22 1; margin-top:-22; } +#edit-toggle{ +position:absolute; +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:; + text-shadow: 1px 1px 1px #333; +color:#fff; +} +#edit-toggle a:hover{font-size:12; +letter-spacing:; +color:#fff; text-shadow: 1px 1px 1px #000; +} #logavatar img{ max-width:20px; width: expression(this.width > 20 ? 20: true); @@ -79,8 +100,8 @@ display:inline-block; background-image:url(/static/btngrad1.png); font-weight:bold; word-spacing:7; - margin-top:25px; -margin-bottom:5; + margin-top:0; +margin-bottom:0; margin-left:-2; text-align:center; z-index:100; @@ -181,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; |
