Support arbitrary callback queries
[misc/kostenrechnung] / stylesheet.css
1 body {
2     font-family: Verdana, Helvetica, Arial, sans-serif;
3     font-size: 10px;
4     background: #e3f0ff;
5     color: #000000;
6 }
7
8 div.ricoLG_cell {
9     padding-top: 0px;
10     padding-bottom: 0px;
11     color: #666;
12     cursor: default;
13 }
14
15 .ricoLG_table th {
16     background-color: #DDD;
17 }
18
19 div.form {
20     margin-top: 0px;
21     padding: 2px;
22     background-color: #DDD;
23     border: 1px solid #AAA;
24     color: #555;
25     overflow: hidden;
26 }
27
28 div.form p.title {
29     padding: 0;
30     padding-left: 2px;
31     padding-bottom: 3px;
32     margin: -2px;
33     margin-bottom: 3px;
34     font-weight: bold;
35     color: #444;
36     background: #CCC;
37 }
38
39 input, select {
40     border: 1px solid #CCC;
41     color: inherit;
42     background: white;
43 }
44
45 button {
46     border: 1px solid #CCC;
47     color: inherit;
48 }
49
50 div.form div.buttons {
51     text-align: center;
52     padding-top: 10px;
53     padding-bottom: 5px;
54 }
55
56 div.form div.buttons button {
57     padding-left: 1px;
58     padding-right: 1px;
59 }
60
61 div.form div.buttons span {
62     margin-left: 5px;
63 }
64
65 div.form img.calendar {
66     margin-bottom: -6px;
67 }
68
69 span#form_status {
70     font-size: 80%;
71 }
72
73 div.login {
74     background-image: url('images/login.jpg');
75     background-repeat: no-repeat;
76     background-position: center center;
77     margin: -15px;
78     height: 600px;
79 }
80
81 table.login {
82     border: 1px solid #7b7b7b;
83     background: #f7f7f7;
84     position: relative;
85     top: 290px;
86 }
87
88 span.status_ok {
89     color: green;
90 }
91
92 span.status_error {
93     color: red;
94 }
95
96 div#details ul {
97     padding: 0;
98     margin: 0;
99 }
100
101 div#details li {
102     list-style-type: none;
103 }