Part Controller - falschen Code aus kivi.Order.js wieder entfernt
[kivitendo-erp.git] / css / kivitendo / main.css
index 6a4c9eb..26446b1 100644 (file)
@@ -1,19 +1,21 @@
-/* Stylesheet for kivitendo * Name:kivitendo.css*/
-/* Colortable
+/* Stylesheet for kivitendo * Name:kivitendo.css
 
-Background:   #EBEBEB burlywood
-Links:      #006400 DarkGreen
-Link-hover    #FE5F14 Orange / #FFFFE0 lightyellow
-Titles, BG/VG:  #79B61B Mid-green FFFFFF White
-Tabcolor: #CAFFA3
+Color table
+-----------
+
+Background:    #EBEBEB burlywood
+Links:         #006400 DarkGreen
+Link-hover     #FE5F14 Orange / #FFFFE0 lightyellow
+Titles, BG/VG: #79B61B Mid-green FFFFFF White
+Tabcolor:      #CAFFA3
 */
 
 
 body {
-  font-family: Verdana, Arial, Helvetica;
   background-color: #FFFFFF;
   color: #000000;
-  font-size: 9pt;
+  font-family: Verdana, Arial, Helvetica, sans-serif;
+  font-size: 80%;
 }
 
 /* Input elements */
@@ -32,10 +34,15 @@ select {
   padding: 1px;
 }
 
+input[type="text"], input[type="password"]
+textarea,
 select {
   -moz-appearance: none;
   -webkit-appearance: none;
   -o-appearance: none;
+}
+
+select {
   appearance : none;
   background: white url('../../image/select-down.png') no-repeat scroll right center;
   padding: 0 14px 0 0;
@@ -75,8 +82,6 @@ input[type="submit"]:hover:enabled {
 a {
   padding: 0 0.2em;
   text-decoration: none;
-  /* border-bottom: thin solid; */
-  /* font-weight: bold; */
 }
 A:link, A:visited, A:active {
   color: #000000;
@@ -112,14 +117,6 @@ table {
   border-spacing: 0.3em;
 }
 
-/* table a {
-  color:#FE5F14 !important;
-  border-bottom:none;
-} */
-
-ul {
-}
-
 hr {
   background-color: #006400;
   border: none;
@@ -136,10 +133,6 @@ td {
   color: #000000;
   font-weight: normal;
 }
-/* td.hover:hover {
-  color: #006400;
-  background-color: #FFFFE0;
-} */
 th {
   color: #000000;
   font-weight: bold;
@@ -159,7 +152,7 @@ body.login {
 }
 .login h1 {
   text-align: center;
-  font-size: 20px;
+  font-size: 150%;
 }
 table.login {
   background-color: #FFFFE0;
@@ -222,13 +215,13 @@ body.menu {
   border-style: solid;
   border-width: thin;
 }
-/*    Headings */
+/* Headings */
 .listtop, h1 {
-  font-size:125%;
   background-color: #006400;
   text-align: left;
   padding: 0.5em;
   color: #FFFFFF;
+  font-size:100%;
   font-weight: bolder;
   border-style: none;
   border-width: thin;
@@ -239,30 +232,16 @@ body.menu {
   behavior:url(border-radius.htc);
 }
 
-/* .listelement {
-  background-color: #f8ffb3;
-  color: #000000;
-}
-.listelement2 {
-  background-color: #8ee085;
-  color: #000000;
-} */
 .listheading, #content h2 {
   padding: 0.2em;
   background-color: #EBEBEB;
   color: #006400;
+  font-size: 95%;
   font-weight: bolder;
   text-align: left;
   border-style: none;
 }
 
-/* .listheadingcontent {
-  background-color: #EBEBEB;
-  color: #006400;
-  font-weight: bolder;
-  text-align: left;
-} */
-
 .accountlistheading {
   padding: 0.3em;
   color: #006400;
@@ -520,7 +499,6 @@ div.cpc_line span.cpc_block_second_row {
   display:none;
 }
 div.cpc_block span.cpc_block_second_row {
-  font-size:80%;
 }
 span.toggle_selected {
   font-weight: bold;