Bei der Ausgabe der oldprojectnumber_$i den aktuellen Wert benutzen, damit der Rest...
[kivitendo-erp.git] / css / lx-office-erp.css
index 056ed5d..3fcbfb6 100644 (file)
@@ -13,11 +13,6 @@ A:hover { color: white;
 A:link { color: black; text-decoration: none; }
 A:visited { color: black; text-decoration: none; }
 A:active { color: black; text-decoration: underline; }
-//A:hover { color: white;
-//          background-color: rgb(187,187,187);
-//       text-decoration: none;
-//}
-
 
 /*
        Menu: oberste Linkebene
@@ -48,11 +43,15 @@ A:hover {
 body {
   font-family: Verdana, Arial, Helvetica;
   font-size: 10pt;
-  //background-color: white;
+  background-color: white;
   background-image: url("../image/fade.png"); background-repeat:repeat-x;
-  color: black
+  color: black;
 }
-// .bg { background-image: url("mn_hauptmenu.png");}
+
+/* .bg { 
+  background-image: url("mn_hauptmenu.png"); 
+} */
+
 td {
   font-family: Verdana, Arial, Helvetica;
   color: black;
@@ -70,10 +69,6 @@ td.hover:hover {
 */
 }
 
-//td {
-//  font-family: Verdana, Arial, Helvetica;
-//  font-size: 8pt;
-//}
 
 th {
   font-family: Verdana, Arial, Helvetica;
@@ -105,20 +100,20 @@ th.login {
 }
 
 body.admin {
-  background-color: #FFFFF;
+  background-color:#ffffff;
   color: black;
 }
 
 body.menu {
   background-image: url("../image/fade.png");background-repeat:repeat-x;
   font-family: Verdana, Arial, Helvetica;
-  font-size: 8t;
+  font-size:8pt;
   color: black;
 }
 
 
 /*
-       erschriftsbalken
+       Überschriftsbalken
 */
 .listtop { 
        background-color: rgb(236,233,216); 
@@ -133,15 +128,13 @@ body.menu {
 
 
 .listelement {
-        background-image: url("../image/fade2.png");
-       //background-image: url("../image/fade.png");
+       background-image: url("../image/fade2.png");
        background-repeat:repeat-x;
        border-style:dashed;
        border-width:thin;
 }
 
 .listelement2 {
-       //background-image: url("../image/fade_short.png");
        background-image: url("../image/fade2.png");
        background-repeat:repeat-x;
        border-style:dashed;
@@ -162,6 +155,12 @@ body.menu {
 }
        
        
+.subsubheading {
+  color: black;
+  font-weight: bolder;
+  text-decoration: underline;
+}
+
 .optionen {
        border:dashed;
 /*     padding-top:10px;
@@ -169,7 +168,7 @@ body.menu {
        padding-left:10px;
 */
        border-width:1px;
-       background:efedde;
+       background:#efedde;
 }
 
        
@@ -231,3 +230,4 @@ h2.error {
     display: none;
   }
 }
+