Handle logout
[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 }
26
27 div.form p#form_title {
28     padding: 0;
29     padding-left: 2px;
30     padding-bottom: 3px;
31     margin: -2px;
32     margin-bottom: 3px;
33     font-weight: bold;
34     color: #444;
35     background: #CCC;
36 }
37
38 input, select {
39     border: 1px solid #CCC;
40     color: inherit;
41     background: white;
42 }
43
44 button {
45     border: 1px solid #CCC;
46     color: inherit;
47 }
48
49 div.form div.buttons {
50     text-align: center;
51     padding-top: 10px;
52     padding-bottom: 5px;
53 }
54
55 div.form div.buttons button {
56     padding-left: 1px;
57     padding-right: 1px;
58 }
59
60 div.form div.buttons span {
61     margin-left: 5px;
62 }
63
64 span#form_status {
65     font-size: 80%;
66 }
67
68 div.login {
69     background-image: url('lib/login.jpg');
70     background-repeat: no-repeat;
71     background-position: center center;
72     margin: -15px;
73     height: 600px;
74 }
75
76 table.login {
77     border: 1px solid #7b7b7b;
78     background: #f7f7f7;
79     position: relative;
80     top: 290px;
81 }
82
83 span.status_ok {
84     color: green;
85 }
86
87 span.status_error {
88     color: red;
89 }
90
91 div#details ul {
92     padding: 0;
93     margin: 0;
94 }
95
96 div#details li {
97     list-style-type: none;
98 }