summaryrefslogtreecommitdiff
path: root/static/header.css
diff options
context:
space:
mode:
authorScott Ostler <sostler@deathmachine.home>2009-12-21 20:50:11 -0800
committerScott Ostler <sostler@deathmachine.home>2009-12-21 20:50:11 -0800
commitc32ed3d3f5623899d0b0d6c74daca106be26dae0 (patch)
treea430a7c1940f17209d39bccf9b06b982cc090392 /static/header.css
parent0b32421496d87714a9519cd7189fa4a48fb07020 (diff)
parentc59927b378092f437896381698ebc8d4a4243492 (diff)
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'static/header.css')
-rw-r--r--static/header.css78
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;
+
+}