synch'ing 2.2 and head
[koha.git] / koha-tmpl / intranet-tmpl / default / en / includes / common-style.css
1 body {
2         font-family:arial,helvetica,sans-serif;
3         font-size:10pt;
4         margin:0px;
5         padding:0px;
6         background-color:#99CC33;
7 }
8
9 input {
10         display:inline;
11 }
12
13 ul {
14         margin-top:0px;
15         margin-bottom:0px;
16 }
17
18 p {
19         margin-bottom:0px;
20         margin-top:0px;
21         margin-left:10px;
22         margin-right:10px;
23         padding:0px;
24         clear:left;
25 }
26
27 .center {
28         text-align:center;
29 }
30
31 label {
32         float:left;
33         width: 6em;
34         display:inline;
35 }
36 .label20 {
37         float:left;
38         width: 4em;
39         display:inline;
40 }
41 .label100 {
42         float:left;
43         width: 12em;
44         display:inline;
45 }
46
47
48 .button {
49         text-align: center;
50         font: 1.2em sans-serif;
51         padding: 0px 5px 0px 5px;
52         margin:2px;
53         display:inline;
54         position:static;
55         border-style: solid;
56         border-width: 1px;
57         border-color: black;
58         text-decoration: none;
59         color: black;
60         cursor:pointer;
61         vertical-align:middle;
62         -moz-border-radius: 6px;
63         background-color:#FFFFFF;
64         background-image:url("/intranet-tmpl/default/images/background-mem.gif");
65 }
66
67 /* TABLES */
68 table {
69         border:1px solid #000000;
70         border-collapse:collapse;
71         width:100%;
72 }
73
74 table.noborder {
75         border:0px;
76         border-collapse:collapse;
77         font-size:10pt;
78         margin : auto;
79 }
80 table.small {
81         width:auto;
82 }
83
84 /* header */
85 th {
86         background-color: #99cccc;
87         background-image:url("/intranet-tmpl/default/images/background-mem.gif");
88         font-weight:bold;
89         text-align:center;
90         border:1px solid #000000;
91         padding:3px 0px 3px 0px;
92 }
93 th.noborder {
94         background-color: #FFFFFF;
95         background-image:none;
96         font-weight:bold;
97         text-align:center;
98         border:1px solid #ad11ad;
99 /*      border-left:1px solid #ad11ad; */
100         padding:3px 0px 3px 0px;
101 }
102
103 /* standard cell */
104 td {
105         border-left:0px;
106 }
107 /* hilighted cell */
108 td.hilighted, tr.hilighted {
109         border-left:0px;
110         background-color:#ffffcc;
111 }
112 /* cells that are numbers => aligned right */
113 td.number {
114         border-left:0px;
115         text-align:right;
116 }
117 /* hilighted cell */
118 td.numberhilighted {
119         border-left:0px;
120         background-color:#ffffcc;
121         text-align:right;
122 }
123
124 #resultlist table {
125         margin : auto;
126 }
127
128 #resultlist table td {
129         border-right : 1px solid #CCCCCC;
130 }
131
132 #resultlist table td:last-child {
133         border-right : 1px solid Black;
134 }
135
136 h1 {
137         color:#000000;
138         background-color:#DDDDDD;
139         background-image:url("/intranet-tmpl/default/images/background-mem.gif");
140         font-size: 150%;
141         text-align:center;
142         padding: 4px;
143         border: 4px inset #666666;
144 }
145
146 h2 {
147         margin-top:0px;
148         margin-bottom:4px;
149         text-align:center;
150         padding:0px;
151         font-size:125%;
152         padding-left:10px;
153         padding-right:10px;
154         padding-bottom:3px;
155         padding-top:3px;
156 }
157
158 h2.help {
159         text-align : left;
160         margin-top : 10px;
161         }
162
163 h3 {
164         margin-top:0px;
165         margin-bottom:4px;
166         padding:0px;
167         font-size:100%;
168         font-weight:bold;
169 }
170
171 #bloctitle, .bloctitle {
172         background-image:url("/intranet-tmpl/default/images/background-mem.gif");
173         color:#000000;
174         font-size: 125%;
175         text-align:center;
176         padding:5px;
177         margin-bottom:10px;
178         border-bottom: 1px solid #666666;
179 }
180 #problem {
181         color: white;
182         font-weight:bold;
183         background-color:red;
184 }
185 .problem {
186         color: white;
187         font-weight:bold;
188         background-color:red;
189 }
190
191 #mainbloc {
192         float:left;
193         width:90%;
194         border-top:1px solid #000000;
195         border-left:1px solid #000000;
196         border-right:3px solid #000000;
197         border-bottom:3px solid #000000;
198         background-color:#FFFFFF;
199         margin-left:10px;
200         margin-right:10px;
201         padding-bottom:100px;
202         padding-left:10px;
203         padding-top:10px;
204         padding-right:10px;
205 }
206 #main {
207         position:absolute;
208 }
209
210 #bloc25, .bloc25 {
211         float:left;
212         border:1px solid #000000;
213         margin:10px;
214         padding:0px;
215 }
216 #bloc100, .bloc100 {
217         float:left;
218         position:relative;
219         width:100%;
220         border:1px solid #000000;
221         margin:10px;
222 }
223
224 #resultnumber {
225         margin-top : 5px;
226         text-align : center;
227 }
228
229 a.resultnumber {
230         margin-bottom : 5px;
231         padding : 2px 4px;
232         background-color : White;
233         border : 1px solid #339900;
234         font-weight : bold;
235 }
236
237 #resultnumber .highlight {
238         margin-bottom : 5px;
239         padding : 2px 4px;
240         background-color : #EEEEEE;
241         border : 1px solid Black;
242         font-weight : bold;
243 }
244
245 a.resultnumber:hover {
246         background-color : #ffffcc;
247 }
248
249 .resultcount {
250         border-top : 1px solid white;
251         font-weight : bold;
252         padding : 3px;
253 }
254
255 #resultlist {
256         width:95%;
257         margin : auto;
258 /*      margin-left:5%;
259         margin-right:5%;*/
260 }
261
262 #resultlist p {
263         font-size : .8em;
264 }
265
266 a.resultlist {
267         font-weight : bold;
268         display : block;
269         padding-left : 5px;
270 }
271
272 a {
273         text-decoration: none;
274 }
275
276 a:hover {
277         text-decoration: none;
278 }
279
280 a.submenu {
281         text-decoration: none;
282         cursor : pointer;
283         color:#777777;
284         background-color:#EEEEEE;
285         font-weight: bold;
286         margin:0;
287 }
288 a.submenu:hover {
289         text-decoration: none;
290         cursor:pointer;
291         color:#777777;
292         background-color:#EEEEEE;
293         font-weight: bold;
294         margin:0;
295         background-image:url("/intranet-tmpl/default/images/background-mem.gif");
296 }
297
298 a.submenu2 {
299         text-decoration: none;
300         cursor:pointer;
301         color:#777777;
302         background-color:#CCCCCC;
303         font-weight: bold;
304         margin:0;
305 }
306 a.submenu2:hover {
307         text-decoration: none;
308         cursor:pointer;
309         color:#777777;
310         background-color:#CCCCCC;
311         font-weight: bold;
312         background-image:url("/intranet-tmpl/default/images/background-mem.gif");
313         margin:0;
314 }
315
316 #menubar {
317         border-top:1px solid #666666;
318         font: 125% bold sans-serif;
319         background-color:#DDDDDD;
320         padding-bottom:5px;
321 }
322 #submenu {
323         background-color:#EEEEEE;
324         border-left:1px solid #000000;
325         padding-bottom:5px;
326         font-size:110%;
327 }
328
329 #menubar a {
330         padding:5px;
331 }
332 #submenu a {
333         padding:5px;
334 }
335
336 .koha {
337         text-align:center;
338         background-image:url("/intranet-tmpl/default/images/background-mem.gif");
339         font-size:130%;
340         font-weight:bold;
341         padding-left:10px;
342         padding-right:10px;
343         padding-bottom:5px;
344 }
345
346 .home {
347         color:#777777;
348         }
349 a.home:hover {
350         background-color: #339933;
351         color: #000000;
352         }
353
354 .catalogue {
355         color:#777777;
356         }
357 a.catalogue:hover {
358         background-color:#ad11ad;
359         color:#FFFFFF;
360         }
361
362 .members {
363         color:#777777;
364         }
365 a.members:hover {
366         background-color: #86c268;
367         color: #000000;
368         }
369
370 .acquisition {
371         color:#777777;
372         }
373 a.acquisition:hover {
374         background-color: #ffdf61;
375         color: #000000;
376         }
377
378 .authority {
379         color:#777777;
380         }
381 a.authority:hover {
382         background-color: #6b7cbe;
383         color: #000000;
384         }
385
386 .reports {
387         color:#777777;
388         }
389 a.reports:hover {
390         background-color: #6b7cbe;
391         color: #000000;
392         }
393
394 .circulation {
395         color:#777777;
396         }
397 a.circulation:hover {
398         background-color: #be6170;
399         color: #000000;
400         }
401
402 .parameters {
403         color:#777777;
404         }
405 a.parameters:hover {
406         background-color: #86c268;
407         color: #000000;
408         }
409 .bull {
410         color:#777777;
411         }
412 a.bull:hover {
413         background-color: #803010;
414         color: #000000;
415         }
416 .about {
417         color:#777777;
418         }
419 a.about:hover {
420         background-color: #86c268;
421         color: #000000;
422         }
423 .help {
424         color:#777777;
425         }
426 a.help:hover {
427         color: #FFFFFF;
428         }