diff options
Diffstat (limited to 'static/header.css')
| -rwxr-xr-x | static/header.css | 47 |
1 files changed, 36 insertions, 11 deletions
diff --git a/static/header.css b/static/header.css index bf88e51..786632d 100755 --- a/static/header.css +++ b/static/header.css @@ -18,8 +18,7 @@ margin-right:80%; } .white a:hover { text-decoration: none; - text-shadow: 1px 1px 1px #ccc; - zbackground-image:url(/static/dblue2.png); + text-shadow: 1px 1px 1px #000; color: #fff; } @@ -44,16 +43,15 @@ background-repeat:repeat-x; top:24px; position:absolute; font-family: Arial, Helvetica, sans-serif; - background-image:url(/static/20bar7.ng); font-size: 16px; height:30; word-spacing:2; width:365; -color:#ccc; +color:#fff; text-indent:14; line-height:1.8; text-shadow: 1px 1px 0px #000; - left: 270px; + left: 290px; margin-left: 1.2%; margin-right: 8%; letter-spacing:.2px; @@ -100,7 +98,7 @@ color:#fff; font-size: 12px; height:30; word-spacing:2; -color:#ccc; +color:#fff; text-indent:14; line-height:1.8; text-shadow: -1px 1px 0px #; @@ -172,23 +170,50 @@ z-index:3; } #banner-menu { - position: relative; + position: relative; height: 26px; } #banner-menu li { - float: left; + float: left; height: 26px; } #banner-menu li.back { - background-image:url(/static/dblue2.png); + background-image:url(/static/upload.png); +background-position:top; +background-color:#e3e3e3; width: 1px; - height: 27px; +border:px solid #000; + height: 26px; position: absolute; z-index: 10; +margin-top2; +filter: progid:DXImageTransform.Microsoft.dropShadow(color=#c8cbce, offX=3, offY=4, positive=true); + 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; margin-left: 10px; } #banner-menu li a { position: relative; z-index: 20; -}
\ No newline at end of file + min-height: 22px; +} + +#banner-menu li img { + vertical-align: top; +} + +#lastli{ + +margin-left:-700; +} |
