changing the default.css style sheets to handle the new navibar/buttons
[fa-stable.git] / themes / aqua / default.css
index e42e990731688bf3c026570786575d96f7ea9019..e9b4376337b0d31dfe7b569516e8e31ebd5d70ce 100644 (file)
@@ -57,7 +57,7 @@ a {
 }
 
 a:link {
-       color: #00000bb;
+       color: #0000bb;
        text-decoration: none;
 }
 
@@ -71,6 +71,17 @@ a:hover {
        text-decoration: underline;
 }
 
+button {
+       font-size: 11px;
+       border: 1px #0066cc solid;
+       padding: 1px 0px;
+}
+
+button img, span {
+       padding: 0px 2px ;
+       vertical-align: middle;
+}
+
 .login {
        background-color: #ffffff;
        border: none;
@@ -364,9 +375,10 @@ input.amount {
   color:#808080;
   cursor: auto;
 }
-.navibutton {
-   color:#0000FF;
-   padding: 3px;
+button.navibutton {
+       font-weight: bold;
+   color:#000;
+   padding: 0 3px;
    background-color:transparent;
    border-style:none;
    text-decoration:underline;
@@ -374,10 +386,14 @@ input.amount {
 }
 
 .navibar {
-    padding: 3px;
-    border: 1px solid #cccccc;
+    padding: 3px;
+       border: 1px solid #8cacbb;
     border-collapse: collapse;
-    background-color: #dee7ec;
+    background-color: #d5cea7;
+}
+table.navibar td {
+       color: #000;
+       border: 0px none;
 }
 
 
@@ -440,20 +456,6 @@ ul.ajaxtabs li input.current, ul.ajaxtabs li input.current:hover{
   border-bottom: 1px solid #8cacbb;
   margin: -4px -2px -2px;
   border: 1px solid #8cacbb;
-/*  display: none;*/
   background-color: #FFFFE0;
   white-space: nowrap;
-/*
-  position: absolute;
-  left: 0;
-  left: -900px;
-  filter:alpha(opacity=0);
-  -moz-opacity:0;
-  border: 1px solid black;
-  height: 200px;
-  text-align: center;
-  width:200px;
-  z-index: 100;
-  padding: 5px;
-*/
 }