diff options
Diffstat (limited to 'static/header.css')
| -rw-r--r-- | static/header.css | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/static/header.css b/static/header.css new file mode 100644 index 0000000..e2357c4 --- /dev/null +++ b/static/header.css @@ -0,0 +1,78 @@ +.white a:link { + text-decoration: none; + + color: #fff; +} +.white a:visited { + text-decoration: none; + + color: #fff; +} +.white a:hover { + text-decoration: none; + text-shadow: -1px 1px 1px #ccc; + + + color: #FFF; +} +.white a:active { + text-decoration: none; + + + color: #fff; +} +#header7{ + background-image:url(/static/dblue2.png); + background-attachment:inherit; + margin: 0px auto -1px auto; + top: 0px; + width:100%; + left: 0px; + height: 69px; +} +#bar7{ + top:35px; + position:absolute; + font-family: Arial, Helvetica, sans-serif; + width: 500px; + font-size: 18px; + left: 150px; + margin-left: 2%; + margin-right: 8%; + letter-spacing: -1px; + z-index: 999; +} +#logout7{ + top:5px; + position:relative; + font-size:12px; + margin-right: 10px; + float:right; + z-index: 999; + font-family: Arial, Helvetica, sans-serif; + font-weight: normal; +} +#logo7{ + top:20px; + margin-left: 1%; + margin-right: 10%; + z-index:1000; + float:left; +} +#rapper7{ + top: 0px; + left:0px; + position:absolute; + width: 100%; + height: 78px; + z-index: 1000; +} +.btnav { border: 0px #000000 solid;} +body { + + background-color:#e3e3e3; + + background-position:center; + z-index:0; + +} |
