diff options
Diffstat (limited to 'static/header.css')
| -rwxr-xr-x | static/header.css | 72 |
1 files changed, 27 insertions, 45 deletions
diff --git a/static/header.css b/static/header.css index ab864f0..bf88e51 100755 --- a/static/header.css +++ b/static/header.css @@ -19,7 +19,7 @@ margin-right:80%; .white a:hover { text-decoration: none; text-shadow: 1px 1px 1px #ccc; - background-image:url(/static/dblue2.png); + zbackground-image:url(/static/dblue2.png); color: #fff; } @@ -35,6 +35,7 @@ margin-right:80%; margin: 0px auto -1px auto; top: 0px; position:fixed; +background-repeat:repeat-x; width:100%; left: 0px; @@ -52,7 +53,7 @@ color:#ccc; text-indent:14; line-height:1.8; text-shadow: 1px 1px 0px #000; - left: 155px; + left: 270px; margin-left: 1.2%; margin-right: 8%; letter-spacing:.2px; @@ -75,12 +76,11 @@ line-height:1.8; #logout7 a:hover{font-size:12px; } #logo7{ - top:20px; - margin-left: 15px; + margin-left: -2px; margin-right: 10%; z-index:1000; float:left; - margin-top: 4px; + margin-top: -5px; } #logo7 a{font-size:60; text-shadow: 2px 1px 1px #000; @@ -104,7 +104,7 @@ color:#ccc; text-indent:14; line-height:1.8; text-shadow: -1px 1px 0px #; - right: 10px; + right: 50px; margin-right: 3%; letter-spacing:.2px; @@ -143,44 +143,7 @@ margin-left:9%; top:-14; z-index:3; } -/* Styles for the entire LavaLamp menu */ -.lavaLamp { - position: relative; - height: 29px; width: 421px; - background: url("/static/red.gif") no-repeat top; - padding: 15px; margin: 10px 0; - overflow: hidden; -} - /* Force the list to flow horizontally */ - .lavaLamp li { - float: left; - list-style: none; - } - /* Represents the background of the highlighted menu-item. */ - .lavaLamp li.back { - background: url("../image/lava.gif") no-repeat right -30px; - width: 9px; height: 30px; - z-index: 8; - position: absolute; - } - .lavaLamp li.back .left { - background: url("../image/lava.gif") no-repeat top left; - height: 30px; - margin-right: 9px; - } - /* Styles for each menu-item. */ - .lavaLamp li a { - position: relative; overflow: hidden; - text-decoration: none; - text-transform: uppercase; - font: bold 14px arial; - color: #fff; outline: none; - text-align: center; - height: 30px; top: 7px; - z-index: 10; letter-spacing: 0; - float: left; display: block; - margin: auto 10px; - } + #topnav { padding:10px 0px 12px; font-size:11px; @@ -208,5 +171,24 @@ z-index:3; *background-position:0 3px!important; } +#banner-menu { + position: relative; +} + +#banner-menu li { + float: left; +} + +#banner-menu li.back { + background-image:url(/static/dblue2.png); + width: 1px; + height: 27px; + position: absolute; + z-index: 10; + margin-left: 10px; +} -/* End CSS Drop Down Menu */ +#banner-menu li a { + position: relative; + z-index: 20; +}
\ No newline at end of file |
