diff options
Diffstat (limited to 'static/header.css')
| -rwxr-xr-x | static/header.css | 65 |
1 files changed, 37 insertions, 28 deletions
diff --git a/static/header.css b/static/header.css index 633ffa3..4f82f58 100755 --- a/static/header.css +++ b/static/header.css @@ -1,22 +1,3 @@ -a { - font-size: 12px; - color: #000; -} -a:link { - text-decoration: none; -} -a:visited { - text-decoration: none; - color: #000; -} -a:hover { - text-decoration: none; - color: #00F; -} -a:active { - text-decoration: none; - color: #000; -} .white a:link { text-decoration: none; font-size:14px; @@ -60,9 +41,6 @@ background-repeat:repeat-x; left: 0px; } - -.share-buttons img { cursor: pointer; } - #bar7{ top:12px; position:absolute; @@ -111,7 +89,37 @@ margin-top:2; } #logout7 a:hover{font-size:11px; color:#fff; -text-shadow: 2px 3px 1px #f0e, 3px 3px 1px #fff; +text-shadow: 0px 0px 0.3px #fff; +} +a { + font-size: 12px; + color: #000; +} +a:link { + text-decoration: none; +} +a:visited { + text-decoration: none; + color: #000; +} +a:hover { + text-decoration: none; + color: #00F; +} +a:active { + text-decoration: none; + color: #000; +} +.white a:link { + text-decoration: none; + font-size:14px; + + color: #fff; +} +.white a:visited { + text-decoration: none; + font-size:14px; + color: #fff; } #logo7{ margin-left: 3px; @@ -137,7 +145,7 @@ color:#fff; } #vippp{ - top:2px; + top:0px; position:absolute; font-family: Arial, Helvetica, sans-serif; background-image:url(/static/20bar7.ng); @@ -148,15 +156,16 @@ color:#fff; text-indent:14; line-height:1.8; text-shadow: -1px 1px 0px #; - right: 50px; - - margin-right: 3%; + right:65px; +text-transform:capatalize; + margin-right:0; letter-spacing:.2px; z-index: 999; } -#vippp a{color:fff;font-size:12; +#vippp a{color:fff;font-size:11; } #vippp a:hover{color:fff; +text-shadow: 0px 0px 0.3px #fff; } #rapper7{ top: 0px; |
