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