summaryrefslogtreecommitdiff
path: root/static/header.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/header.css')
-rwxr-xr-xstatic/header.css133
1 files changed, 119 insertions, 14 deletions
diff --git a/static/header.css b/static/header.css
index e4df65e..f9c0f18 100755
--- a/static/header.css
+++ b/static/header.css
@@ -10,14 +10,16 @@
color: #fff;
}
#strapline{position:absolute;
-top:2;
-left:428;
-opacity:0.9;
+top:-775;
+right:0;
+opacity:0.0;
+margin-right:80%;
+
}
.white a:hover {
text-decoration: none;
- text-shadow: 2px 2px 1px #ccc;
-
+ text-shadow: 1px 1px 1px #ccc;
+ background-image:url(/static/dblue2.png);
color: #fff;
}
@@ -38,19 +40,19 @@ opacity:0.9;
}
#bar7{
- top:19px;
+ top:20px;
position:absolute;
font-family: Arial, Helvetica, sans-serif;
- background-image:url(/static/20bar3.png);
+ background-image:url(/static/20bar7.ng);
font-size: 16px;
height:30;
-
-width:265;
+word-spacing:2;
+width:365;
color:#ccc;
-text-indent:28;
+text-indent:14;
line-height:1.8;
text-shadow: -1px 1px 0px #;
- left: 150px;
+ left: 155px;
margin-left: 2%;
margin-right: 8%;
letter-spacing:.2px;
@@ -63,6 +65,7 @@ line-height:1.8;
margin-right: 5px;
float:right;
z-index: 999;
+
line-height:1.5;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
@@ -72,13 +75,28 @@ line-height:1.8;
#logout7 a:hover{font-size:12px;
}
#logo7{
- top:20px;
- margin-left: 15px;
+
+ margin-left: 2px;
margin-right: 10%;
z-index:1000;
float:left;
- margin-top: 4px;
+ -webkit-transform: skewY(-3deg);
+ -moz-transform: skewy(-3deg);
+ margin-top: 5px;
+font-size:60;
+letter-spacing:-4;
+}
+#logo7 a{font-size:50;
+ text-shadow: 1px 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;
+}
+
#vip{right:30px;
font-size:20px;
top:20;
@@ -91,4 +109,91 @@ top:20;
height: 62px;
z-index: 1000;
}
+#logoicons{
+width:auto;
+
+}
+#landscape{
+position:absolute;
+width:auto;
+left:15;
+margin-left:25%;
+top:-35;
+opacity:0.8;
+z-index:2;
+}
+#welcomeinternet{
+position:absolute;
+width:auto;
+left:190;
+margin-left:9%;
+top:-14;
+z-index:3;
+}
+/* Styles for the entire LavaLamp menu */
+.lavaLamp {
+ position: relative;
+ height: 29px; width: 421px;
+ background: url("/static/red.gif") no-repeat top;
+ padding: 15px; margin: 10px 0;
+ overflow: hidden;
+}
+ /* Force the list to flow horizontally */
+ .lavaLamp li {
+ float: left;
+ list-style: none;
+ }
+ /* Represents the background of the highlighted menu-item. */
+ .lavaLamp li.back {
+ background: url("../image/lava.gif") no-repeat right -30px;
+ width: 9px; height: 30px;
+ z-index: 8;
+ position: absolute;
+ }
+ .lavaLamp li.back .left {
+ background: url("../image/lava.gif") no-repeat top left;
+ height: 30px;
+ margin-right: 9px;
+ }
+ /* Styles for each menu-item. */
+ .lavaLamp li a {
+ position: relative; overflow: hidden;
+ text-decoration: none;
+ text-transform: uppercase;
+ font: bold 14px arial;
+ color: #fff; outline: none;
+ text-align: center;
+ height: 30px; top: 7px;
+ z-index: 10; letter-spacing: 0;
+ float: left; display: block;
+ margin: auto 10px;
+ }
+#topnav {
+ padding:10px 0px 12px;
+ font-size:11px;
+ line-height:23px;
+ text-align:right;
+}
+#topnav a.signin {
+ background:#88bbd4;
+ padding:4px 6px 6px;
+ text-decoration:none;
+ font-weight:bold;
+ color:#fff;
+ -webkit-border-radius:4px;
+ -moz-border-radius:4px;
+ border-radius:4px;
+ *background:transparent url("images/signin-nav-bg-ie.png") no-repeat 0 0;
+ *padding:4px 12px 6px;
+}
+#topnav a.signin:hover {
+ background:#59B;
+ *background:transparent url("images/signin-nav-bg-hover-ie.png") no-repeat 0 0;
+ *padding:4px 12px 6px;
+}
+#topnav a.signin, #topnav a.signin:hover {
+ *background-position:0 3px!important;
+}
+
+/* End CSS Drop Down Menu */