Reformatting receipt template and CSS to be more readable.
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / css / login.css
1 a.edit, a.delete, a.edit:hover, a.delete:hover {
2         border-bottom: none;
3         display: block;
4         padding: 5px 0;
5         text-align: center;
6 }
7
8 a.edit:hover {
9         background: #ccc;
10         color: #036;
11 }
12
13 a:visited {
14         color: #006;
15 }
16
17 a:hover {
18 /*      border-bottom: 1px solid #3a75ae;*/
19         color: #069;
20 }
21
22 body    {
23         background: #f9fcfe;
24 }
25
26 form, label input {
27         margin: 0;
28         padding: 0;
29 }
30
31 input:focus, textarea:focus, label:focus {
32         background: #fff;
33         border: 1px solid #686868;
34 }
35
36 label {
37         display : block;
38         margin : .2em 0;
39 }
40
41 #logo { margin-bottom: 2em; }
42
43 #login {
44         background: #fff;
45         border: 1px solid #a2a2a2;
46         margin: 4em auto;
47         padding: 1.5em;
48         position : relative;
49         top : auto;
50         right : auto;
51         width: 25em;
52 }
53
54 #login #login_error {
55         background: #c00;
56         border: 1px solid #a40000;
57         color: #fff;
58         font-size: 16px;
59         font-weight: bold;
60         padding: .5em;
61         text-align: center;
62 }
63
64 #login h1 {
65         background: url(../../img/koha-logo.gif) no-repeat top center;
66         margin-top: 0;
67         margin-bottom : .5em;
68 }
69
70 #login h1 a {
71         display: block;
72         text-indent: -1000px;
73         height: 74px;
74         border-bottom: none;
75 }
76
77 #login input {
78         padding: 3px;
79 }
80
81 #login ul {
82         list-style: none;
83         margin: 0;
84         padding: 0;
85 }
86
87 #login ul li {
88         display: inline;
89         margin-left: 1.4em;
90         text-align: center;
91 }
92
93 #login #userid, #password {
94         font-size: 1.7em;
95         width: 97%;
96 }
97
98 #login #branch {
99         width : 99%;
100 }
101
102 #login #submit {
103         font-size: 1.4em;
104         padding : .3em .6em;
105 }
106
107
108 #footer {
109         text-align: center;
110         border-top: 1px solid #ccc;
111         padding-top: 1em;
112         font-style: italic;
113 }
114
115 .submit input, .submit input:focus, .button {
116         background: url(../../img/button-bg.gif );
117         border: 1px solid #999;
118         border-left-color: #ccc;
119         border-top-color: #ccc;
120         color: #333;
121         padding: 0.25em;
122 }
123
124 .submit input:active, .button:active {
125         background: #f4f4f4;
126         border: 1px solid #999;
127         border-left-color: #999;
128         border-top-color: #999;
129 }
130
131 .submit, .editform th, #postcustomsubmit {
132         text-align: right;
133 }
134
135 textarea, input, select {
136         background: #f4f4f4;
137         border: 1px solid #b2b2b2;
138         color: #000;
139         font:  13px Verdana, Arial, Helvetica, sans-serif;
140         margin: 1px;
141         padding: 3px;
142 }