diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-05-17 12:01:00 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-05-17 12:01:00 -0400 |
| commit | 2439fbecf91c813c2f560ee2e45f25dfa7c01633 (patch) | |
| tree | 85d5db56ef79f73d7cb2f71a8acc60d74aa33c86 /static/css/header.css | |
| parent | bf4f19400e5aae3b27a7853d79d90d3d606315aa (diff) | |
sostler prod commit
Diffstat (limited to 'static/css/header.css')
| -rwxr-xr-x | static/css/header.css | 61 |
1 files changed, 31 insertions, 30 deletions
diff --git a/static/css/header.css b/static/css/header.css index 4d63726..b48de11 100755 --- a/static/css/header.css +++ b/static/css/header.css @@ -40,17 +40,23 @@ margin-right:80%; src: url(/static/img/dumparial.ttf) format("truetype"); } #header7{ - background-image:url(/static/img/dblue2.png); - background-attachment:inherit; margin: 0px auto -1px auto; - top: 0px; -height:49; - + top:-1px; +height:38; position:fixed; -background-position:7 -14; -background-repeat:repeat-x; - width:100%; - left: 0px; +background-color:#4593ff; +border:1px solid #000; +width:500px; + left:16%; + 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: 0 0 10px #d8dbde, 0px 0px 5px #000; + -webkit-box-shadow: 0 0 10px #d8dbde, 0px 0px 5px #000; + -moz-box-shadow: 0 0 10px #d8dbde, 0px 0px 5px #000; } #bar7{ @@ -74,38 +80,38 @@ font-weight:bold; } #bar7 img{ -margin-top:4; +margin-top:4;display:none; vertical-align: top; } #bar7 a{ text-decoration: none; - text-shadow: 1px 1px 1px #000; font-size:13; padding:6; color: #fff; + } #bar7 a:hover{ text-decoration: none; - text-shadow: 1px 1px 1px #000,2px 2px 1px #f0e; -padding:6; -background-image:url(/static/img/upload.png); +padding:6;background-color:#fff; color: #fff; - +text-shadow: 1px 1px .5px #000; } #logout7{ - top:-1px; + top:1px; position:relative; - font-size:12px; - margin-right: 5px; + font-size:10px; + margin-right: 4px; float:right; z-index: 9999999999999999; font-family: Arial, Helvetica, sans-serif; font-weight: normal; } -#logout7 a{font-size:11px; +#logout7 img{display:none; } -#logout7 a:hover{font-size:11px; -color:#fff; +#logout7 a{font-size:10px;color:#fff; +} +#logout7 a:hover{font-size:10px; +color:#ccc; text-shadow: 0px 0px 0.3px #fff; } a { @@ -130,7 +136,6 @@ a:active { .white a:link { text-decoration: none; font-size:14px; - color: #fff; } .white a:visited { @@ -139,25 +144,21 @@ a:active { color: #fff; } #logo7{ - margin-left: 3px; + margin-left: 6px; margin-right: 10%; z-index:1050; float:left; - margin-top: -4px; + margin-top:-2px; } #logo7 a{font-size:42; font-weight:bold; - - - - text-shadow: 2px 3px 1px #f0e, 3px 3px 1px #fff; letter-spacing:-4; color:#fff; - + text-shadow: 1px 1px 1px #000; } #logo7 a:hover{ - text-shadow: 1px 1px 1px #000, 2px 3px 1px #f0e; + text-shadow: 1px 1px 3px #000; color:#fff; } |
