diff options
Diffstat (limited to 'static/header.st')
| -rw-r--r-- | static/header.st | 133 |
1 files changed, 133 insertions, 0 deletions
diff --git a/static/header.st b/static/header.st new file mode 100644 index 0000000..cd8be34 --- /dev/null +++ b/static/header.st @@ -0,0 +1,133 @@ +<head> + <link rel="stylesheet" type="text/css" href="static/reset.css"> + <link rel="shortcut icon" href="static/favicon.ico"> + <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> + + </head> +<style type="text/css"> +<!-- +.white a:link { + text-decoration: none; + text-shadow: -1px 1px 1px #ccc; + color: #504F61; +} +.white a:visited { + text-decoration: none; + text-shadow: -1px 1px 1px #ccc; + color: #504F61; +} +.white a:hover { + text-decoration: none; + text-shadow: -1px 1px 1px #ccc; + + + color: #fff; +} +.white a:active { + text-decoration: none; + + text-shadow: -1px 1px 1px #ccc; + color: #504F61; +} +#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:31px; + position:absolute; + font-family: Arial, Helvetica, sans-serif; + font-weight: bold; + width: 500px; + font-size: 20px; + left: 170px; + margin-left: 11%; + margin-right: 8%; + letter-spacing: -1px; + z-index: 999; +} +#logout7{ + top:5px; + position:relative; + font-size:13px; + margin-right: 10px; + float:right; + z-index: 999; + font-family: "Times New Roman", Times, serif; +} +#logo7{ + top:20px; + margin-left: 10%; + margin-right: 10%; + z-index:1000; + float:left; +} +#rapper7{ + top: 0px; + left:0px; + position:absolute; + width: 100%; + height: 78px; + z-index: 1000; +} +p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; } +td { + font-family: Arial, Helvetica, sans-serif; + letter-spacing:-1px; + font-size: 12px; + color: #000000; +} +.btnav { border: 0px #000000 solid;} +body { + + + background:#e3e3e3; + background:transparent color(demo/bg-random.gif); + background-position:center; + +} + + +--> +</style> + +<body> +<div id="rapper7"> +<div id="header7"> + + + + + <div id="logo7"> + <div align="center"><img src="http://www.dump.fm/static/wordlogo2.gif" width="155" height="73"></div> + </div> + <div class="white"> + + <div id="bar7"> + <div style="float: left;"> + <div align="center">$if(user_nick)$ + <a href="/u/$user_nick$">Home</a> | + $else$ <a href="/register">Join</a> | + $endif$ + <a href="/chat">Room A</a> + $if(user_nick)$ $endif$ + | Extras | Discover</div> + </div> + </div> +</div> + <div id="logout7" class="white"> + <div align="center">$if(user_nick)$ <a href="/logout">Logout</a> $else$ <a href="/" class="btnav">Log In</a>$endif$ + </div> + </div> + <div align="center"><br /> + </div> +</div> +</div> +</div> + +</body>
\ No newline at end of file |
