New stylesheets for standard themes
[fa-stable.git] / themes / default / login.css
1 /*--------------------------------------------------\
2 |               |               | login.css         |
3 |---------------------------------------------------|
4 | For use with:                                     |
5 | OpenAccounting                                                                        |
6 | http://open-accounting.sourceforge.net/                       |
7 | by KylieTech Consulting                           |
8 |---------------------------------------------------|
9 | Developer:                                        |
10 | Shane Barnaby                                     |
11 |                                                   |
12 |---------------------------------------------------|
13 | Note:                                             |
14 | Changes can be made to this CSS that will be      |
15 | reflected on the login screen.                    |
16 |                                                   |
17 |                                                   |
18 \--------------------------------------------------*/
19
20 body {
21         background: #518fad;
22         font-family: arial, verdana;
23         font-size: 10px;
24 }
25
26 .loginText {
27         font-family: arial, verdana;
28         font-size: 10px;
29 }
30
31 a:hover {
32         text-decoration: underline;
33 }
34
35 input.big {
36         width: 100px;
37 }
38
39 input.small {
40         width: 50px;
41 }
42
43 td.login {
44         background: #dddddd;
45 }