diff options
Diffstat (limited to 'static/pages.css')
| -rw-r--r-- | static/pages.css | 83 |
1 files changed, 7 insertions, 76 deletions
diff --git a/static/pages.css b/static/pages.css index 2e8f5da..c5fcf3a 100644 --- a/static/pages.css +++ b/static/pages.css @@ -1,76 +1,7 @@ - #profile { - float: right; - padding: 20px; -width:auto; - position:absolute; - top:29px; -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; - - - line-height:1.5; - } -#lolbanner{ -position:absolute; -top:5; -margin-left:22; -} -#profile h3{ -margin-top:12; -line-height:2; -color:#fff; -text-shadow: blue -2px -2px 0, red 2px 2px 0, green -6px 4px 0; -} -#profile h2{ -text-indent:-10; -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:2; -right:2%; - -} -#edit-toggle a{font-size:12; -letter-spacing:; -color:#999; -} -#edit-toggle a:hover{font-size:12; -letter-spacing:; -color:#f0e; -} -#logavatar img{ - max-width:20px; - width: expression(this.width > 20 ? 20: true); - max-height:20px; - height: expression(this.width > 20 ? 20: true); - max-width:20px; -margin-top:0; - box-shadow: 0 0 10px #d8dbde, 0px 0px 5px #d8dbde; - -webkit-box-shadow: 0 0 10px #d8dbde, 0px 0px 5px #d8dbde; - -moz-box-shadow: 0 0 10px #d8dbde, 2px 2px 5px #d8dbde; + #hugescreen{ +position:fixed; +left:1700; +top:150; } #chatrap{ width:610; @@ -205,17 +136,17 @@ height:28px; color: #000; } -#footerc a { +#footer a { font-size: 11px; color: #000; } -#footerc a:link { +#footer a:link { text-decoration: none; font-size: 11px; color:000; } -#footerc a:hover { +#footer a:hover { text-decoration:none; font-size: 11px; color: #f0e; |
