diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-01-31 03:27:09 -0500 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-01-31 03:27:09 -0500 |
| commit | 2ca41848debe4dd760c342269fbdcf4eaf7ca0b7 (patch) | |
| tree | 138f15534ea5f4e6684f3e86144815cf3b580f78 /static/header.css | |
| parent | 530f05ecae21c5bb5615371739b429000d61dbea (diff) | |
Adding prod changes
Diffstat (limited to 'static/header.css')
| -rwxr-xr-x | static/header.css | 51 |
1 files changed, 32 insertions, 19 deletions
diff --git a/static/header.css b/static/header.css index f9c0f18..ab864f0 100755 --- a/static/header.css +++ b/static/header.css @@ -40,7 +40,7 @@ margin-right:80%; } #bar7{ - top:20px; + top:24px; position:absolute; font-family: Arial, Helvetica, sans-serif; background-image:url(/static/20bar7.ng); @@ -51,9 +51,9 @@ width:365; color:#ccc; text-indent:14; line-height:1.8; - text-shadow: -1px 1px 0px #; + text-shadow: 1px 1px 0px #000; left: 155px; - margin-left: 2%; + margin-left: 1.2%; margin-right: 8%; letter-spacing:.2px; z-index: 999; @@ -75,31 +75,44 @@ line-height:1.8; #logout7 a:hover{font-size:12px; } #logo7{ - - margin-left: 2px; + top:20px; + margin-left: 15px; margin-right: 10%; z-index:1000; float:left; - -webkit-transform: skewY(-3deg); - -moz-transform: skewy(-3deg); - margin-top: 5px; -font-size:60; -letter-spacing:-4; + margin-top: 4px; } -#logo7 a{font-size:50; - text-shadow: 1px 1px 1px #000; +#logo7 a{font-size:60; + text-shadow: 2px 1px 1px #000; color:#fff; font-weight:bold; } -#logo7 a:hover{font-size:50; - text-shadow: 1px 1px 1px #fff; -color:#000; -font-weight:bold; +#logo7 a:hover{ + text-shadow: 2px 1px 1px #cce12e; +color:#fff; } -#vip{right:30px; -font-size:20px; -top:20; +#vippp{ + top:2px; + position:absolute; + font-family: Arial, Helvetica, sans-serif; + background-image:url(/static/20bar7.ng); + font-size: 12px; +height:30; +word-spacing:2; +color:#ccc; +text-indent:14; +line-height:1.8; + text-shadow: -1px 1px 0px #; + right: 10px; + + margin-right: 3%; + letter-spacing:.2px; + z-index: 999; +} +#vippp a{color:fff;font-size:12; +} +#vippp a:hover{color:fff; } #rapper7{ top: 0px; |
