Corrections to make markup more valid (quoting attributes, encoding amersands, etc.)
[koha.git] / koha-tmpl / intranet-tmpl / default / en / includes / common-style.css
1 body {
2         font-family:arial,helvetica;
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         border-radius: 6px;
61         cursor:pointer;
62         vertical-align:middle;
63         -moz-border-radius: 6px;
64         background-color:#FFFFFF;
65         background-image:url("/intranet-tmpl/default/images/background-mem.gif");
66 }
67
68 /* TABLES */
69 table {
70         border:1px solid #000000;
71         border-collapse:collapse;
72         width:100%;
73         font-size:10px;
74 }
75
76 table.noborder {
77         border:0px;
78         border-collapse:collapse;
79         float:center;
80 }
81
82 /* header */
83 th {
84         background-color: #99cccc;
85         background-image:url("/intranet-tmpl/default/images/background-mem.gif");
86         font-weight:bold;
87         text-align:center;
88         border:1px solid #000000;
89         padding:0px;
90 }
91 th.noborder {
92         background-color: #FFFFFF;
93         background-image:none;
94         font-weight:bold;
95         text-align:center;
96         border:0px;
97         border-bottom:1px solid #ad11ad;
98         padding:0px;
99 }
100 /* standard cell */
101 td {
102         border-left:0px;
103 }
104 /* hilighted cell */
105 td.hilighted {
106         border-left:0px;
107         background-color:#ffffcc;
108 }
109 /* cells that are numbers => aligned right */
110 td.number {
111         border-left:0px;
112         text-align:right;
113 }
114 /* hilighted cell */
115 td.numberhilighted {
116         border-left:0px;
117         background-color:#ffffcc;
118         text-align:right;
119 }
120
121 h1 {
122         color:#000000;
123         background-color:#DDDDDD;
124         background-image:url("/intranet-tmpl/default/images/background-mem.gif");
125         font-size: 150%;
126         text-align:center;
127         padding: 4px;
128         border: 4px inset #666666;
129 }
130
131 h2 {
132         margin-top:0px;
133         margin-bottom:4px;
134         text-align:center;
135         padding:0px;
136         font-size:125%;
137         padding-left:10px;
138         padding-right:10px;
139         padding-bottom:3px;
140         padding-top:3px;
141 }
142
143 h3 {
144         margin-top:0px;
145         margin-bottom:4px;
146         padding:0px;
147         font-size:100%;
148         font-weight:bold;
149 }
150
151 #bloctitle, .bloctitle {
152         background-image:url("/intranet-tmpl/default/images/background-mem.gif");
153         color:#000000;
154         font-size: 125%;
155         text-align:center;
156         padding:5px;
157         margin-bottom:10px;
158         border-bottom: 1px solid #666666;
159 }
160 #problem {
161         color: white;
162         font-weight:bold;
163         background-color:red;
164 }
165 .problem {
166         color: white;
167         font-weight:bold;
168         background-color:red;
169 }
170
171 #mainbloc {
172         float:left;
173         width:90%;
174         border-top:1px solid #000000;
175         border-left:1px solid #000000;
176         border-right:3px solid #000000;
177         border-bottom:3px solid #000000;
178         background-color:#FFFFFF;
179         margin-left:10px;
180         margin-right:10px;
181         padding-bottom:100px;
182         padding-left:10px;
183         padding-top:10px;
184         padding-right:10px;
185 }
186 #main {
187         position:absolute;
188 }
189
190 #bloc25 {
191         float:left;
192         width=30%;
193         border:1px solid #000000;
194         margin:10px;
195         padding:0px;
196 }
197 #bloc100 {
198         float:left;
199         position:relative;
200         width=100%;
201         border:1px solid #000000;
202         margin:10px;
203 }
204
205 #resultnumber {
206         width=30%;
207         margin-left:35%;
208         margin:right:35%;
209 }
210 #resultlist {
211         width=70%;
212         margin-left:5%;
213         margin:right:5%;
214 }
215
216 a {
217         text-decoration: none;
218 }
219
220 a:hover {
221         text-decoration: none;
222 }
223
224 a.submenu {
225         text-decoration: none;
226         cursor: hand;
227         color:#777777;
228         background-color:#EEEEEE;
229         font-weight: bold;
230         margin:0;
231 }
232 a.submenu:hover {
233         text-decoration: none;
234         cursor: hand;
235         color:#777777;
236         background-color:#EEEEEE;
237         font-weight: bold;
238         margin:0;
239         background-image:url("/intranet-tmpl/default/images/background-mem.gif");
240 }
241
242 a.submenu2 {
243         text-decoration: none;
244         cursor: hand;
245         color:#777777;
246         background-color:#CCCCCC;
247         font-weight: bold;
248         margin:0;
249 }
250 a.submenu2:hover {
251         text-decoration: none;
252         cursor: hand;
253         color:#777777;
254         background-color:#CCCCCC;
255         font-weight: bold;
256         background-image:url("/intranet-tmpl/default/images/background-mem.gif");
257         margin:0;
258 }
259
260 #menubar {
261         border-top:1px solid #666666;
262         font: 125% sans-serif;
263         background-color:#DDDDDD;
264         padding-bottom:5px;
265         font-weight:bold;
266 }
267 #submenu {
268         background-color:#EEEEEE;
269         border-left:1px solid #000000;
270         padding-bottom:5px;
271         font-size:110%;
272 }
273
274 #menubar a {
275         padding:5px;
276 }
277 #submenu a {
278         padding:5px;
279 }
280
281 .koha {
282         text-align:center;
283         background-image:url("/intranet-tmpl/default/images/background-mem.gif");
284         font-size:130%;
285         font-weight:bold;
286         padding-left:10px;
287         padding-right:10px;
288         padding-bottom:5px;
289 }
290
291 .home {
292         color:#777777;
293         }
294 a.home:hover {
295         background-color: #339933;
296         color: #000000;
297         }
298
299 .catalogue {
300         color:#777777;
301         }
302 a.catalogue:hover {
303         background-color:#ad11ad;
304         color:#FFFFFF;
305         }
306
307 .members {
308         color:#777777;
309         }
310 a.members:hover {
311         background-color: #86c268;
312         color: #000000;
313         }
314
315 .acquisition {
316         color:#777777;
317         }
318 a.acquisition:hover {
319         background-color: #ffdf61;
320         color: #000000;
321         }
322
323 .authority {
324         color:#777777;
325         }
326 a.authority:hover {
327         background-color: #6b7cbe;
328         color: #000000;
329         }
330
331 .reports {
332         color:#777777;
333         }
334 a.reports:hover {
335         background-color: #6b7cbe;
336         color: #000000;
337         }
338
339 .circulation {
340         color:#777777;
341         }
342 a.circulation:hover {
343         background-color: #be6170;
344         color: #000000;
345         }
346
347 .parameters {
348         color:#777777;
349         }
350 a.parameters:hover {
351         background-color: #86c268;
352         color: #000000;
353         }
354 .about {
355         color:#777777;
356         }
357 a.about:hover {
358         background-color: #86c268;
359         color: #000000;
360         }