import sql-ledger 2.4.4
[freeside.git] / sql-ledger / css / sql-ledger.css
index 20a59cf..936f401 100644 (file)
@@ -5,8 +5,8 @@ A:link { color: #a0522d; text-decoration: none; }
 A:visited { color: #a0522d; text-decoration: none; }
 A:active { color: #a0522d; text-decoration: underline; }
 A:hover { color: white;
-          background-color: rgb(187,187,187);
-         text-decoration: none;
+  background-color: #bbbbbb;
+  text-decoration: none;
 }
 
 body {
@@ -21,6 +21,11 @@ td {
   font-size: 10pt;
 }
 
+th {
+  font-family: Verdana, Arial, Helvetica;
+  font-size: 10pt;
+}
+
 /* login and admin */
 .login {
   font-family: Verdana, Arial, Helvetica;
@@ -55,25 +60,102 @@ body.menu {
   color: black;
 }
 
+.menuOut {
+  cursor: pointer;
+  background-color: #FBFFE7;
+  font-size: 10px;
+  color: #000084;
+  border: 1px solid #FBFFE7;
+  padding: 2px;
+  text-align: left;
+  font-weight: bold;
+}
+
+.menuOver {
+  cursor: pointer;
+  background-color: #5a7d9b;
+  font-size: 10px;
+  color: #ffffff;
+  border: 1px solid #FBFFE7;
+  padding: 2px;
+  text-align: left;
+  font-weight: bold;
+}
+
+.submenu {
+  font-family: Verdana, Arial, Helvetica;
+  font-size: 10px;
+  padding-left: 5px;
+}
+
+.menuOut a {
+  cursor: pointer;
+  margin: 0px;
+  background-color: #FBFFE7;
+  font-size: 10px;
+  color: #000084;
+  border: 0px solid #000000;
+  padding: 0px;
+  text-align: left;
+  font-weight: bold;
+}
+
+.menuOver a {
+  cursor: pointer;
+  margin: 0px;
+  background-color: #5a7d9b;
+  font-size: 10px;
+  color: #ffffff;
+  border: 0px solid #000000;
+  padding: 0px;
+  text-align: left;
+  font-weight: bold;
+}
+
+.submenu a {
+  color: #a0522d;
+  text-decoration: none;
+}
+
+.submenu a:hover {
+  color: #a0522d;
+  text-decoration: none;
+}
 
 .listtop { font-size: 10pt; background-color: black; color: white; }
 .listheading { font-size: 10pt; background-color: #336666; color: white; }
 A.listheading:link, A.listheading:active, A.listheading:visited {
   color: white;
   text-decoration: none; }
-.listrow1 { background-color: #e6e6fa; color: black; vertical-align: top; }
-.listrow0 { background-color: #ffe4e1; color: black; vertical-align: top; }
+.listrow1 { font-size: 10pt; background-color: #e6e6fa; color: black; vertical-align: top; }
+.listrow0 { font-size: 10pt; background-color: #ffe4e1; color: black; vertical-align: top; }
 .listsubtotal { font-size: 10pt; background-color: #5a7d9b; color: white; }
 .listtotal { font-size: 10pt; background-color: black; color: white; }
 
+textarea {
+  font-family: Verdana, Arial, Helvetica;
+  font-size: 10pt;
+}
+
+input {
+  font-family: Verdana, Arial, Helvetica;
+  font-size: 10pt;
+}
+
+select {
+  font-family: Verdana, Arial, Helvetica;
+  font-size: 10pt;
+}
+
 .submit {
-  font-size: 12pt
   font-family: Verdana, Arial, Helvetica;
+  font-size: 10pt;
   color: #000080;
 }
+
 .checkbox, .radio {
   font-family: Verdana, Arial, Helvetica;
-  color: #778899;
+  font-size: 10pt;
 }
 
 .plus0 {    /* font color for negative numbers */
@@ -109,5 +191,3 @@ h2.error {
   }
 }
 
-
-