diff options
Diffstat (limited to 'static/profile.css')
| -rwxr-xr-x | static/profile.css | 124 |
1 files changed, 78 insertions, 46 deletions
diff --git a/static/profile.css b/static/profile.css index a8b4534..0ef7ae0 100755 --- a/static/profile.css +++ b/static/profile.css @@ -3,12 +3,12 @@ padding: 20px; width:180; position:absolute; - top:30px; -left:540; + top:29px; +left:545; margin-top:34px; background-color:#fff; - background-image:url(/static/spexx.png); + text-overflow: ellipsis-word; background-position:top; z-index:999; @@ -18,7 +18,7 @@ background-color:#fff; line-height:1.5; } #chatrap{ - width:750; + width:720; margin-left:auto; margin-right: auto ; @@ -28,44 +28,69 @@ background-color:#fff; } #pnav{position:absolute; - -height:45px; -padding-left:11; -font-size:20px; -margin-top:-40; +padding-left:150; +margin-top:-10; background-position:top; font-weight:bold; -width:600; -margin-left:-7; +margin-left:0; text-align:left; -letter-spacing:2px; - } #pnavo{ margin-top:20; -background:#fff; -width:240; - -height:35; +border:1px solid #ccc; +padding:2; +width:85; +letter-spacing:-2; +text-indent:2; + background-image:url(/static/grad2.png); +height:32; +text-transform:capitalize; + border-top-left-radius:3px; + border-top-right-radius:3px; + -webkit-border-top-left-radius:3px; + -webkit-border-top-right-radius:3px; + -moz-border-radius-topleft:3px; + -moz-border-radius-topright:3px; + border-bottom-left-radius:3px; + border-bottom-right-radius:3px; + -webkit-border-bottom-left-radius:3px; + -webkit-border-bottom-right-radius:3px; + -moz-border-radius-bottomleft:3px; + -moz-border-radius-bottomright:3px; } #pnavn{ position:absolute; top:20; -left:280; -background:#fff; -width:270; -height:35; - - - +left:285; +letter-spacing:-2; +text-indent:5; +width:96; +height:32; +padding:2; +border:1px solid #ccc; + background-image:url(/static/grad2.png); + border-top-left-radius:3px; + border-top-right-radius:3px; + -webkit-border-top-left-radius:3px; + -webkit-border-top-right-radius:3px; + -moz-border-radius-topleft:3px; + -moz-border-radius-topright:3px; + border-bottom-left-radius:3px; + border-bottom-right-radius:3px; + -webkit-border-bottom-left-radius:3px; + -webkit-border-bottom-right-radius:3px; + -moz-border-radius-bottomleft:3px; + -moz-border-radius-bottomright:3px; } #pnav a { font-size: 30px; color:#000; +text-transform:lowercase; + text-shadow: -1px 1px 0px #fff; } pnav a:link { text-decoration: none; @@ -78,7 +103,8 @@ a:visited { #pnav a:hover { text-decoration: none; color: #fff; -background:#f0e; + text-shadow: -1px 1px 0px #000; + } a:active { text-decoration: none; @@ -89,20 +115,36 @@ a:active { text-align:center; position:relative; width:100%; - bottom:-30px; + bottom:-50px; line-height:3.8; font-size:12px; -word-spacing:8px; +word-spacing:12px; +margin-left:6; height:28px; color: #000; } +#footer a { + font-size: 11px; + color: #000; + +} +#footer a:link { + text-decoration: none; + font-size: 10px; +color:000; +} +#footer a:hover { + text-decoration:none; + font-size: 11px; + color: #f0e; +} + #log { position:absolute; - top:70px; - margin-right:5px; + top:57px; padding-top: 25px; @@ -182,16 +224,17 @@ margin-top:20; letter-spacing:-1px; color:#087cff; - height:48px; - font-size:20px; + height:40px; + font-size:24px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; text-transform:capitalize; - text-shadow: 3px 4px 4px #c8cbce; + text-shadow: 1px 3px 3px #c8cbce; } + img#avatarPic { max-height:250px; border-top-left-radius:5px; @@ -208,14 +251,7 @@ color:#087cff; -moz-border-radius-bottomright:5px; } - #logged-dump { - border: 1px solid dotted; - padding: 5px; - } - #loghead { - font-size:1px; - - } + #newuser {height:120px; @@ -242,12 +278,8 @@ line-height:1.5; margin-left:-40} #newuser a:link{text-size:30px;} - body { - - margin: 0; -} #date{ -font-size:50%; +font-size:60%; } body,td,th { font-family: Arial, Helvetica, sans-serif; @@ -255,7 +287,7 @@ body,td,th { background-image:url(/static/chanbg.png); background-repeat:repeat-x; background-position:top; - + margin: 0; |
