summaryrefslogtreecommitdiff
path: root/static/header.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/header.css')
-rwxr-xr-xstatic/header.css158
1 files changed, 22 insertions, 136 deletions
diff --git a/static/header.css b/static/header.css
index ffbf520..e4df65e 100755
--- a/static/header.css
+++ b/static/header.css
@@ -1,30 +1,22 @@
.white a:link {
text-decoration: none;
- font-size:16px;
+ font-size:14px;
color: #fff;
}
.white a:visited {
text-decoration: none;
- font-size:16px;
+ font-size:14px;
color: #fff;
}
#strapline{position:absolute;
-top:6;
-right:20%;
+top:2;
+left:428;
+opacity:0.9;
}
.white a:hover {
text-decoration: none;
- text-shadow: -1px 1px 1px #;
- background-color:#036aca;
-background-color: cornflowerblue;
-
-
-
- box-shadow: 3px 2px 2px #036aca;
--webkit-box-shadow: 3px 2px 2px #036aca;
--moz-box-shadow: 3px 2px 2px #036aca;
-filter: progid:DXImageTransform.Microsoft.dropShadow(color=#036aca, offX=3, offY=4, positive=true);
+ text-shadow: 2px 2px 1px #ccc;
color: #fff;
@@ -46,15 +38,22 @@ filter: progid:DXImageTransform.Microsoft.dropShadow(color=#036aca, offX=3, offY
}
#bar7{
- top:25px;
+ top:19px;
position:absolute;
font-family: Arial, Helvetica, sans-serif;
-
+ background-image:url(/static/20bar3.png);
font-size: 16px;
- left: 170px;
- margin-left: 1%;
+height:30;
+
+width:265;
+color:#ccc;
+text-indent:28;
+line-height:1.8;
+ text-shadow: -1px 1px 0px #;
+ left: 150px;
+ margin-left: 2%;
margin-right: 8%;
- letter-spacing: -1px;
+ letter-spacing:.2px;
z-index: 999;
}
#logout7{
@@ -80,6 +79,10 @@ filter: progid:DXImageTransform.Microsoft.dropShadow(color=#036aca, offX=3, offY
float:left;
margin-top: 4px;
}
+#vip{right:30px;
+font-size:20px;
+top:20;
+}
#rapper7{
top: 0px;
left:0px;
@@ -89,120 +92,3 @@ filter: progid:DXImageTransform.Microsoft.dropShadow(color=#036aca, offX=3, offY
z-index: 1000;
}
-
-.btnav { border: 0px #000000 solid;}
-body {
-
-
-
- z-index:0;
-
-}
-
-/* CSS Document */
-#menuh-container
- {
- position: absolute;
-top:-0;
-left:10;
-width:auto;
- }
-
-#menuh
- {
-width:auto;
- }
-
-#menuh a
- {
- text-align: center;
-
-
-
- margin:0;
-
- }
-
-#menuh a:link, #menuh a:visited, #menuh a:active /* menu at rest */
- {
- color: white;
-
- text-decoration:none;
- }
-
-#menuh a:hover /* menu on mouse-over */
- {
- color: white;
- background-color: cornflowerblue;
- text-decoration:none;
- }
-
-#menuh a.top_parent, #menuh a.top_parent:hover /* attaches down-arrow to all top-parents */
- {
-
- background-position: right center;
-width:;0;
- background-repeat: no-repeat;
- }
-
-#menuh a.parent, #menuh a.parent:hover /* attaches side-arrow to all parents */
- {
- background-image: url(/static/nav_white.gif);
- background-position: right center;
- background-repeat: no-repeat;
- }
-
-#menuh ul
- {
-
-
- width:9em; /* width of all menu boxes */
- /* NOTE: For adjustable menu boxes you can comment out the above width rule.
- However, you will have to add padding in the "#menh a" rule so that the menu boxes
- will have space on either side of the text -- try it */
- }
-
-#menuh li
- {
- position:relative;
- /* Sophie Dennis contribution for IE7 */
- vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
-
- }
-
-#menuh ul ul
- {
-
-
- top:auto;
- display:none;
- padding: 1em;
- margin:-15 -3 -3em;
-
- }
-
-#menuh ul ul ul
- {
- top:0;
- left:100%;
- }
-
-div#menuh li:hover
- {
- cursor:pointer;
- z-index:100;
- }
-
-div#menuh li:hover ul ul,
-div#menuh li li:hover ul ul,
-div#menuh li li li:hover ul ul,
-div#menuh li li li li:hover ul ul
-{display:none;}
-
-div#menuh li:hover ul,
-div#menuh li li:hover ul,
-div#menuh li li li:hover ul,
-div#menuh li li li li:hover ul
-{display:block;}
-
-/* End CSS Drop Down Menu */