Changed login to be dependent only by login.css
[fa-stable.git] / themes / default / login.css
1 /*--------------------------------------------------\
2 |               |               | login.css         |
3 |---------------------------------------------------|
4 | For use with:                                     |
5 | FrontAccounting                                                                       |
6 | http://frontaccounting.net/                                   |
7 | by FrontAccount, LLC                              |
8 |---------------------------------------------------|
9 | Developer:                                        |
10 | Joe Hunt                                          |
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         font-family: Verdana, Arial, Helvetica;
22         background: #f9f9f9;
23         font-size: 10px;
24         margin: 5px 0 0 5px;
25         padding: 0;
26 }
27
28 tr, td, th {
29         font-size: 11px;
30         line-height: 19px;
31 }
32
33 table {
34         text-align: left;
35 }
36
37 input, select {
38         font-size: 11px;
39         padding: 1px;
40 }
41
42 select {
43     max-width: 200px;
44 }
45
46 a {
47         color: #0000bb;
48         font-size: 11px;
49         text-decoration: none;
50 }
51
52 a:link {
53         color: #0000bb;
54         text-decoration: none;
55 }
56
57 a:active {
58         color: #000000;
59         text-decoration: none;
60 }
61
62 a:hover, a:focus {
63         color: #2d8628;
64         text-decoration: underline;
65 }
66
67 .tableheader {
68         font-weight: bold;
69         /*background-color: #dee7ec;*/
70         background-color: #d1dfec;
71         color: black;
72         text-align: center;
73 }
74
75 .bottomBar {
76         padding-right: 1em;
77         /*background-color: #dee7ec;*/
78         background-color: #d1dfec;
79         color: black;
80         border-bottom: 1px solid #8cacbb;
81         width: 100%;
82 }
83
84 .bottomBarCell {
85         font-size: 10px;
86         line-height: 12px;
87 }
88
89 .footer {
90         text-align: center;
91         margin-top: 5px;
92         width: 100%;
93 }
94
95 .footer td a {
96         color: #666666;
97         font-size: 9px;
98 }
99
100 .titletext {
101         font-weight: bold;
102         font-size: 13px;
103         border-bottom: 1px solid #8cacbb;
104         padding: 5px;
105         width: 100%;
106 }
107
108 .tablestyle2 {
109         width: 350px;
110         border-collapse: collapse;
111         background-color: #eeeeee;
112 }