Add page title
[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 }
25
26 input, select {
27     border: 1px solid #CCC;
28 }
29
30 button {
31     border: 1px solid #CCC;
32 }
33
34 div.login {
35     background-image: url('lib/login.jpg');
36     background-repeat: no-repeat;
37     background-position: center center;
38     margin: -15px;
39     height: 600px;
40 }
41
42 table.login {
43     border: 1px solid #7b7b7b;
44     background: #f7f7f7;
45     position: relative;
46     top: 290px;
47 }