]> git.koha-community.org Git - koha.git/blob - koha-tmpl/intranet-tmpl/default/en/includes/common-style.css
Making some formatting changes to result list: Empasizing title, deliniating columns...
[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         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 {
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         width:30%;
225         margin-left:35%;
226         margin-right:35%;
227 }
228 #resultlist {
229         width:95%;
230         margin : auto;
231 /*      margin-left:5%;
232         margin-right:5%;*/
233 }
234
235 #resultlist p {
236         font-size : .8em;
237 }
238
239 a.resultlist {
240         font-weight : bold;
241         display : block;
242         padding-left : 5px;
243 }
244
245 a {
246         text-decoration: none;
247 }
248
249 a:hover {
250         text-decoration: none;
251 }
252
253 a.submenu {
254         text-decoration: none;
255         cursor : pointer;
256         color:#777777;
257         background-color:#EEEEEE;
258         font-weight: bold;
259         margin:0;
260 }
261 a.submenu:hover {
262         text-decoration: none;
263         cursor:pointer;
264         color:#777777;
265         background-color:#EEEEEE;
266         font-weight: bold;
267         margin:0;
268         background-image:url("/intranet-tmpl/default/images/background-mem.gif");
269 }
270
271 a.submenu2 {
272         text-decoration: none;
273         cursor:pointer;
274         color:#777777;
275         background-color:#CCCCCC;
276         font-weight: bold;
277         margin:0;
278 }
279 a.submenu2:hover {
280         text-decoration: none;
281         cursor:pointer;
282         color:#777777;
283         background-color:#CCCCCC;
284         font-weight: bold;
285         background-image:url("/intranet-tmpl/default/images/background-mem.gif");
286         margin:0;
287 }
288
289 #menubar {
290         border-top:1px solid #666666;
291         font: 125% bold sans-serif;
292         background-color:#DDDDDD;
293         padding-bottom:5px;
294 }
295 #submenu {
296         background-color:#EEEEEE;
297         border-left:1px solid #000000;
298         padding-bottom:5px;
299         font-size:110%;
300 }
301
302 #menubar a {
303         padding:5px;
304 }
305 #submenu a {
306         padding:5px;
307 }
308
309 .koha {
310         text-align:center;
311         background-image:url("/intranet-tmpl/default/images/background-mem.gif");
312         font-size:130%;
313         font-weight:bold;
314         padding-left:10px;
315         padding-right:10px;
316         padding-bottom:5px;
317 }
318
319 .home {
320         color:#777777;
321         }
322 a.home:hover {
323         background-color: #339933;
324         color: #000000;
325         }
326
327 .catalogue {
328         color:#777777;
329         }
330 a.catalogue:hover {
331         background-color:#ad11ad;
332         color:#FFFFFF;
333         }
334
335 .members {
336         color:#777777;
337         }
338 a.members:hover {
339         background-color: #86c268;
340         color: #000000;
341         }
342
343 .acquisition {
344         color:#777777;
345         }
346 a.acquisition:hover {
347         background-color: #ffdf61;
348         color: #000000;
349         }
350
351 .authority {
352         color:#777777;
353         }
354 a.authority:hover {
355         background-color: #6b7cbe;
356         color: #000000;
357         }
358
359 .reports {
360         color:#777777;
361         }
362 a.reports:hover {
363         background-color: #6b7cbe;
364         color: #000000;
365         }
366
367 .circulation {
368         color:#777777;
369         }
370 a.circulation:hover {
371         background-color: #be6170;
372         color: #000000;
373         }
374
375 .parameters {
376         color:#777777;
377         }
378 a.parameters:hover {
379         background-color: #86c268;
380         color: #000000;
381         }
382 .bull {
383         color:#777777;
384         }
385 a.bull:hover {
386         background-color: #803010;
387         color: #000000;
388         }
389 .about {
390         color:#777777;
391         }
392 a.about:hover {
393         background-color: #86c268;
394         color: #000000;
395         }
396 .help {
397         color:#777777;
398         }
399 a.help:hover {
400         color: #FFFFFF;
401         }