Moving </head><body> into body of templates so that js and css can be embedded per...
[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         color: #000;
25         margin: 0;
26         padding: 0;
27 }
28
29 body, td {
30         font: 13px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;
31 }
32
33 form, label input {
34         margin: 0;
35         padding: 0;
36 }
37
38 input:focus, textarea:focus, label:focus {
39         background: #fff;
40         border: 1px solid #686868;
41 }
42
43 label {
44         cursor: pointer;
45 }
46
47 #logo { margin-bottom: 2em; }
48
49 #login {
50         background: #fff;
51         border: 1px solid #a2a2a2;
52         margin: 5em auto;
53         padding: 1.5em;
54         width: 25em;
55 }
56
57 #login #login_error {
58         background: #c00;
59         border: 1px solid #a40000;
60         color: #fff;
61         font-size: 16px;
62         font-weight: bold;
63         padding: .5em;
64         text-align: center;
65 }
66
67 #login h1 {
68         background: url(/intranet-tmpl/prog/img/koha-logo.gif) no-repeat top left;
69         margin-top: 0;
70 }
71
72 #login h1 a {
73         display: block;
74         text-indent: -1000px;
75         height: 66px;
76         border-bottom: none;
77 }
78
79 #login input {
80         padding: 3px;
81 }
82
83 #login ul {
84         list-style: none;
85         margin: 0;
86         padding: 0;
87 }
88
89 #login ul li {
90         display: inline;
91         margin-left: 1.4em;
92         text-align: center;
93 }
94
95 #login #userid, #password {
96         font-size: 1.7em;
97         width: 80%;
98 }
99
100 #login #submit {
101         font-size: 1.7em;
102 }
103
104
105 #footer {
106         text-align: center;
107         border-top: 1px solid #ccc;
108         padding-top: 1em;
109         font-style: italic;
110 }
111
112 .submit input, .submit input:focus, .button {
113         background: url(/intranet-tmpl/prog/img/fade-butt.png );
114         border: 3px double #999;
115         border-left-color: #ccc;
116         border-top-color: #ccc;
117         color: #333;
118         padding: 0.25em;
119 }
120
121 .submit input:active, .button:active {
122         background: #f4f4f4;
123         border: 3px double #ccc;
124         border-left-color: #999;
125         border-top-color: #999;
126 }
127
128 .submit, .editform th, #postcustomsubmit {
129         text-align: right;
130 }
131
132 textarea, input, select {
133         background: #f4f4f4;
134         border: 1px solid #b2b2b2;
135         color: #000;
136         font:  13px Verdana, Arial, Helvetica, sans-serif;
137         margin: 1px;
138         padding: 3px;
139 }