Update from usntable branch.
[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: #f5f5f5;
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: #d1dfec;
70         color: black;
71         text-align: center;
72 }
73
74 .bottomBar {
75         padding-right: 1em;
76         background-color: #d1dfec;
77         color: black;
78         border-bottom: 1px solid #8cacbb;
79         width: 100%;
80 }
81
82 .bottomBarCell {
83         font-size: 10px;
84         line-height: 12px;
85 }
86
87 .footer {
88         text-align: center;
89         margin-top: 5px;
90         width: 100%;
91 }
92
93 .footer td a {
94         color: #666666;
95         font-size: 9px;
96 }
97
98 .titletext {
99         font-weight: bold;
100         font-size: 13px;
101         border-bottom: 1px solid #8cacbb;
102         padding: 5px;
103         width: 100%;
104 }
105
106 .tablestyle2 {
107         width: 350px;
108         border-left: 12px solid #367cb5;
109         border-collapse: collapse;
110         background-color: #eeeeee;
111 }