diff options
Diffstat (limited to 'static/profile.css')
| -rwxr-xr-x | static/profile.css | 54 |
1 files changed, 17 insertions, 37 deletions
diff --git a/static/profile.css b/static/profile.css index 0c6c71e..f3a2714 100755 --- a/static/profile.css +++ b/static/profile.css @@ -28,8 +28,8 @@ background-color:#fff; } #pnav{position:absolute; -padding-left:150; -margin-top:-10; +padding-left:270; +margin-top:0; background-position:top; font-weight:bold; margin-left:0; @@ -39,58 +39,37 @@ text-align:left; } #pnavo{ -margin-top:20; -border:1px solid #ccc; +margin-top:-18; padding:2; -width:85; +width:105; letter-spacing:-2; -text-indent:2; +text-indent:6; 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; + background-image:url(/static/upload.png); + } #pnavn{ position:absolute; -top:20; -left:285; +top:-1; +left:395; 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; +border:1px; + background-image:url(/static/upload.png); + + } #pnav a { font-size: 30px; - color:#000; + color:#fff; text-transform:lowercase; - text-shadow: -1px 1px 0px #fff; +text-shadow: blue -2px -2px 0, red 2px 2px 0, green -6px 4px 0; } pnav a:link { text-decoration: none; @@ -103,7 +82,8 @@ a:visited { #pnav a:hover { text-decoration: none; color: #fff; - text-shadow: -1px 1px 0px #000; +text-shadow: blue 2px 2px 0, red -20px -2px 0, green 6px 4px 0; + } a:active { |
