diff options
Diffstat (limited to 'static/css/profile.css')
| -rwxr-xr-x | static/css/profile.css | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/static/css/profile.css b/static/css/profile.css index a507eee..613469a 100755 --- a/static/css/profile.css +++ b/static/css/profile.css @@ -168,8 +168,9 @@ text-indent:6; -moz-border-radius-bottomleft:5px; -moz-border-radius-bottomright:5px; height:32; -text-transform:capitalize; - background-image:url(/static/img/upload.png); +text-transform:lowercase; +border:1px solid #000; +background-color:#fff; } @@ -183,7 +184,8 @@ width:96; height:32; padding:2; border:1px; - background-image:url(/static/img/upload.png); +border:1px solid #000; +background-color:#fff; border-top-left-radius:5px; border-top-right-radius:5px; -webkit-border-top-left-radius:5px; @@ -200,9 +202,8 @@ border:1px; } #pnav a { font-size: 30px; - color:#fff; + color:#000; text-transform:lowercase; -text-shadow: blue -2px -2px 0, red 2px 2px 0, green -6px 4px 0; } pnav a:link { text-decoration: none; @@ -214,9 +215,7 @@ a:visited { } #pnav a:hover { text-decoration: none; - color: #fff; -text-shadow: blue 2px 2px 0, red -20px -2px 0, green 6px 4px 0; - + color: #000; text-shadow: 1px 1px 1px #999; } a:active { |
