Fixing zebra-striping of z3950 search results, YUI-ing z3950 search button, tweaking...
[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         position : relative;
55         top : auto;
56         right : auto;
57         width: 25em;
58 }
59
60 #login #login_error {
61         background: #c00;
62         border: 1px solid #a40000;
63         color: #fff;
64         font-size: 16px;
65         font-weight: bold;
66         padding: .5em;
67         text-align: center;
68 }
69
70 #login h1 {
71         background: url(/intranet-tmpl/prog/img/koha-logo.gif) no-repeat top left;
72         margin-top: 0;
73 }
74
75 #login h1 a {
76         display: block;
77         text-indent: -1000px;
78         height: 66px;
79         border-bottom: none;
80 }
81
82 #login input {
83         padding: 3px;
84 }
85
86 #login ul {
87         list-style: none;
88         margin: 0;
89         padding: 0;
90 }
91
92 #login ul li {
93         display: inline;
94         margin-left: 1.4em;
95         text-align: center;
96 }
97
98 #login #userid, #password {
99         font-size: 1.7em;
100         width: 80%;
101 }
102
103 #login #submit {
104         font-size: 1.7em;
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(/intranet-tmpl/prog/img/fade-butt.png );
117         border: 3px double #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: 3px double #ccc;
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 }