b0246171d46431f1a91c1157e15a2f85fdf98ecc
[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: 10px;
21     padding: 2px;
22     background-color: #DDD;
23     border: 1px solid #AAA;
24     color: #555;
25 }
26
27 input, select {
28     border: 1px solid #CCC;
29     color: inherit;
30     background: white;
31 }
32
33 button {
34     border: 1px solid #CCC;
35     color: inherit;
36 }
37
38 div.form div.buttons {
39     text-align: center;
40     padding-bottom: 10px;
41 }
42
43 div.form div.buttons span {
44     margin-left: 10px;
45 }
46
47 div.login {
48     background-image: url('lib/login.jpg');
49     background-repeat: no-repeat;
50     background-position: center center;
51     margin: -15px;
52     height: 600px;
53 }
54
55 table.login {
56     border: 1px solid #7b7b7b;
57     background: #f7f7f7;
58     position: relative;
59     top: 290px;
60 }