Import plugins/php/dbClass2.php from OpenRico 2.1
[misc/kostenrechnung] / lib / rico / css / grayedout.css
1 /* -------------------------------------------------------
2 Based on Grayed Out table design
3 Author: Terence Ordona
4 URL: http://www.imaputz.com/
5  ------------------------------------------------------- */
6 div.ricoLG_outerDiv *, div.ricoLG_outerDiv div.ricoLG_cell {
7   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
8 }
9
10 div.ricoLG_outerDiv div.ricoLG_cell, div.ricoLG_outerDiv div.ricoLG_cell *, div.ricoLG_keywordDiv * {
11   font-size: 11px;
12 }
13
14 div.ricoLG_keywordDiv {
15         background-color: #CCC !important;
16 }
17
18 .ricoLG_table {
19         border-top: 1px solid #CCC;
20         border-right: 1px solid #CCC;
21 }
22
23 tr.ricoLG_hdg th, tr.ricoLG_hdg td {
24         background-color: #FFF !important;
25   background: url(../images/grayedout.gif) #FFF repeat-x scroll center left;
26   border-bottom: 1px solid #CCC;
27 }
28
29 .ricoLG_table th, .ricoLG_table td {
30         border-left: 1px solid #CCC;
31 }
32
33 .ricoLG_bottom th, .ricoLG_bottom td {
34         border-bottom: 1px solid #CCC;
35 }
36
37 div.ricoLG_outerDiv .ricoLG_bottom div.ricoLG_cell {
38   border-bottom: none;
39   padding: 5px;
40 }
41
42 tr.ricoLG_hdg .ricoLG_cell {
43   font-weight: normal;
44 }
45
46 div.ricoLG_outerDiv a:visited, div.ricoLG_outerDiv a:link {
47         color: #009;
48         text-decoration: none;
49 }
50
51 div.ricoLG_outerDiv a:hover {
52         color: #009;
53         text-decoration: underline;
54 }
55
56 .ricoLG_oddRow {
57         background-color: #EEE;
58 }
59
60 div.ricoLG_selection, div.ricoLG_chooser .ricoTitle {
61         background-color: #999;
62         color: #FFF;
63 }
64
65 div.ricoLG_highlightDiv {
66         border-color: #999;
67 }
68         
69 caption {
70         text-align: left;
71         font-size: 100%;
72         padding: .75em;
73         color: #000;
74 }
75