Fix umlauts
[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 textarea {
46     border: 1px solid #CCC;
47     font-size: 90%;
48 }
49
50 button {
51     border: 1px solid #CCC;
52     color: inherit;
53 }
54
55 div.form div.buttons {
56     text-align: center;
57     padding-top: 10px;
58     padding-bottom: 5px;
59 }
60
61 div.form div.buttons button {
62     padding-left: 1px;
63     padding-right: 1px;
64 }
65
66 div.form div.buttons span {
67     margin-left: 5px;
68 }
69
70 div.form img.calendar {
71     margin-bottom: -6px;
72 }
73
74 span#form_status {
75     font-size: 80%;
76 }
77
78 div.login {
79     background-image: url('images/login.jpg');
80     background-repeat: no-repeat;
81     background-position: center center;
82     margin: -15px;
83     height: 800px;
84 }
85
86 table.login {
87     border: 1px solid #7b7b7b;
88     background: #f7f7f7;
89     position: relative;
90     top: 290px;
91 }
92
93 span.status_ok {
94     color: green;
95 }
96
97 span.status_error {
98     color: red;
99 }
100
101 div#details {
102     color: #424242;
103 }
104
105 div#details ul {
106     padding: 0;
107     margin: 0;
108 }
109
110 div#details li {
111     list-style-type: none;
112 }