diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-05-21 02:56:14 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-05-21 02:56:14 -0400 |
| commit | 83aee3dd09c05a8b7840f9f439fee46a34eb9d57 (patch) | |
| tree | 7afa054a7a8dbb681f84bf6eb8d76079be0fdaf1 /static/css/header.css | |
| parent | 87d39085810d99578d6b24287c5cc821687a4e98 (diff) | |
sostler prod commit
Diffstat (limited to 'static/css/header.css')
| -rwxr-xr-x | static/css/header.css | 28 |
1 files changed, 7 insertions, 21 deletions
diff --git a/static/css/header.css b/static/css/header.css index 69b2124..a073f54 100755 --- a/static/css/header.css +++ b/static/css/header.css @@ -24,8 +24,6 @@ margin-right:80%; } .white a:hover { text-decoration: none; - text-shadow: 1px 1px 1px #000; - color: #fff; } .white a:active { @@ -34,11 +32,6 @@ margin-right:80%; color: #fff; } - - @font-face { - font-family: dumparial ; - src: url(/static/img/dumparial.ttf) format("truetype"); -} #header7{ margin: 0px auto -1px auto; top:-1px; @@ -48,13 +41,7 @@ background-color:#fff; border:1px solid #000; width:100%; min-width:600px; -left:-1px; - 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; +left:-1px;background-image:url(/static/img/blgrad.png); 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; @@ -65,14 +52,12 @@ left:-1px; position:absolute; word-spacing:-1; font-size: 16px; -height:22; +height:22;font-weight:bold; width:455; -color:#000; text-indent:14; line-height:1.9; -font-weight:bold; left: 140px; - margin-left: 1.1%; + margin-left: 0.4%; margin-right: 8%; letter-spacing:.2px; z-index: 999; @@ -93,8 +78,9 @@ padding:6; } #bar7 a:hover{ text-decoration: none; -padding:6;background-color:#000; - color: #fff; +padding:6;background-color:#fff; + color: #000; + } #logout7{ top:1px; @@ -102,7 +88,6 @@ padding:6;background-color:#000; font-size:10px; margin-right: 7px; float:right; - z-index: 9999999999999999; font-family: Arial, Helvetica, sans-serif; font-weight: normal; } @@ -147,6 +132,7 @@ a:active { margin-right: 10%; z-index:1050; float:left; +background-repete:none; margin-top:-2px; } #logo7 a{font-size:42; |
