Import plugins/php/dbClass2.php from OpenRico 2.1
[misc/kostenrechnung] / lib / rico / css / warmfall.css
1 /* -------------------------------------------------------
2 Based on warm fall table design
3 Author: Mya Leigh
4 Theme: A Warm, Fall Table - Easy to Read
5 URL: http://www.myaleigh.com 
6  ------------------------------------------------------- */
7 .ricoLG_table {
8         border-top: 1px solid #84785e;
9         border-right: 1px solid #84785e;
10 }
11
12 tr.ricoLG_hdg .ricoLG_cell, tr.ricoLG_hdg .ricoLG_cell a, tr.ricoLG_hdg .ricoLG_cell a:visited, tr.ricoLG_hdg th, tr.ricoLG_hdg td {  /* td/th required for IE */
13         background-color: #a24116 !important;
14   color: #ffffff !important;  
15         text-decoration: none;
16 }
17
18 .ricoLG_table th, .ricoLG_table td {
19         border-left: 1px solid #84785e;
20 }
21
22 .ricoLG_bottom div.ricoLG_cell, .ricoLG_top th, .ricoLG_top td {
23   border-bottom: 1px solid #84785e;
24 }
25
26 tr.ricoLG_hdg .ricoLG_cell {
27         background-color: #a24116;
28   border: 0;
29   color: #ffffff;  
30         padding: .75em;
31   font: "Verdana", Arial, Helvetica, sans-serif;
32   font-weight: bold;
33 }
34
35 div.ricoLG_bottom a:visited, div.ricoLG_bottom a:link, div.ricoLG_bottom a:active {
36         color: #101011;
37         text-decoration: none;
38 }
39
40 div.ricoLG_outerDiv a:hover {
41         text-decoration: underline;
42 }
43
44 div.ricoLG_outerDiv tbody a:visited {
45         color:#444;
46 }
47
48 .ricoLG_oddRow {
49         background-color: #fffad0;
50         color: #101011;
51 }
52
53 .ricoLG_selection, div.ricoLG_chooserDiv .ricoTitle {
54         background-color: #a24116;
55         color: #ffffff;
56 }
57         
58 caption {
59         text-align: left;
60         font-size: 100%;
61         padding: .75em;
62         color: #000;
63 }