diff options
Diffstat (limited to 'static/profile.css')
| -rwxr-xr-x | static/profile.css | 121 |
1 files changed, 66 insertions, 55 deletions
diff --git a/static/profile.css b/static/profile.css index 7605fc7..91e5b92 100755 --- a/static/profile.css +++ b/static/profile.css @@ -1,40 +1,26 @@ #profile { float: right; padding: 20px; - width: 180px; +width:180; position:absolute; - top:17px; - left:560; - margin-top:9px; - background-color:#f5f5f5; + top:30px; + left:642; + margin-top:34px; +background-color:#fff; background-image:url(/static/spexx.png); - border:solid 1px #999; + text-overflow: ellipsis-word; background-position:top; z-index:999; min-height:600px; - border-top-left-radius:5px; - border-top-right-radius:5px; - -webkit-border-top-left-radius:5px; - -webkit-border-top-right-radius:5px; - -moz-border-radius-topleft:5px; - -moz-border-radius-topright:5px; - border-bottom-left-radius:5px; - border-bottom-right-radius:5px; - -webkit-border-bottom-left-radius:5px; - -webkit-border-bottom-right-radius:5px; - -moz-border-radius-bottomleft:5px; - -moz-border-radius-bottomright:5px; - box-shadow: 10px 3px 10px #c8cbce; --webkit-box-shadow:10px 3px 10px #c8cbce; --moz-box-shadow:10px 3px 10px #c8cbce; + - line-height:1.6; + line-height:1.5; } #chatrap{ - width:600 ; + width:800; - margin-left: 18%; + margin-left:auto; margin-right: auto ; @@ -42,38 +28,44 @@ } #pnav{position:absolute; -background:#fff; -height:25px; + +height:45px; padding-left:11; font-size:20px; -margin-top:-28; -background-image:url(/static/bgnav.jpg); +margin-top:-40; background-position:top; font-weight:bold; -width:260; +width:600; +margin-left:35; text-align:left; -border:1px solid #087cff; -left:-70; + + letter-spacing:2px; - border-top-left-radius:5px; - border-top-right-radius:5px; - -webkit-border-top-left-radius:5px; - -webkit-border-top-right-radius:5px; - -moz-border-radius-topleft:5px; - -moz-border-radius-topright:5px; - border-bottom-left-radius:5px; - border-bottom-right-radius:5px; - -webkit-border-bottom-left-radius:5px; - -webkit-border-bottom-right-radius:5px; - -moz-border-radius-bottomleft:5px; - -moz-border-radius-bottomright:5px; - box-shadow: 15px 15px 10px #c8cbce; --webkit-box-shadow: 15px 15px 10px #c8cbce; --moz-box-shadow: 15px 15px 10px #c8cbce; + + +} +#pnavo{ +margin-top:20; +background:#fff; +width:240; + +height:35; + +} +#pnavn{ +position:absolute; +top:20; +left:280; +background:#fff; +width:270; +height:35; + + + } #pnav a { - font-size: 12px; - color:#444; + font-size: 30px; + color:#000; } pnav a:link { text-decoration: none; @@ -85,7 +77,8 @@ a:visited { } #pnav a:hover { text-decoration: none; - color: #f0e; + color: #fff; +background:#f0e; } a:active { text-decoration: none; @@ -108,10 +101,10 @@ height:28px; { position:absolute; - top:50px; + top:70px; margin-right:5px; padding-top: 25px; - min-height: 800px; + } @@ -135,14 +128,26 @@ height:28px; text-overflow: ellipsis-word; - padding: 15px; + padding: 18px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-transform: uppercase; line-height:15px; background-color:#fff; -border:1px solid #999; -margin-top:-2; +border:1px solid #eee; + border-top-left-radius:15px; + border-top-right-radius:15px; + -webkit-border-top-left-radius:15px; + -webkit-border-top-right-radius:15px; + -moz-border-radius-topleft:15px; + -moz-border-radius-topright:15px; + border-bottom-left-radius:15px; + border-bottom-right-radius:15px; + -webkit-border-bottom-left-radius:15px; + -webkit-border-bottom-right-radius:15px; + -moz-border-radius-bottomleft:15px; + -moz-border-radius-bottomright:15px; +margin-top:20; z-index:4; width:600; line-height:20px; @@ -240,6 +245,12 @@ padding:20; } body,td,th { font-family: Arial, Helvetica, sans-serif; + background-color:#ffffee; + background-image:url(/static/chanbg.png); + background-repeat:repeat-x; + background-position:top; + + -}@charset "UTF-8"; +}@charset "UTF-8";
\ No newline at end of file |
