synch'ing 2.2 and head
[koha.git] / koha-tmpl / intranet-tmpl / default / en / includes / intranet-main.css
1 body {
2         font-family:verdana,arial,helvetica;
3         font-size:10pt;
4         margin:0px;
5         padding:0px;
6         background-color:#99CC33;
7         color:#000000;
8 }
9
10 #mainbloc {
11         margin:2%;
12 }
13 #menus {
14         margin:0%;
15 }
16
17 .hint {
18         background-color:#FFF;
19         color:#000000;
20         border:1px solid #000000;
21         padding:5px;
22         margin-left:200px;
23         height:90%;
24         width:40%;
25         -moz-border-radius:6px;
26         position:absolute;
27         display:inline;
28 }
29
30 .image {
31         float:left;
32         background-image:url("/intranet-tmpl/default/images/koha-logo.gif");
33         background-repeat:no-repeat;
34         width:300px;
35         height:430px;
36         padding-top:90px;
37         text-align:center;
38         vertical-align:middle;
39 /*      display:inline; */
40         position:relative;
41 }
42
43 a {
44         text-decoration: none;
45         font-size:20pt;
46         padding:3px 50px 3px 3px;
47         line-height:200%;
48 }
49 .koha {
50         text-align:center;
51         background-image:url("/intranet-tmpl/default/en/images/background-mem.gif");
52 }
53
54 h1.catalogue{
55         text-align:center;
56         background-color:#ad11ad;
57         color: #000000;
58         text-decoration: normal;
59         font-weight: bold;
60 }
61
62 h1.members{
63         text-align:center;
64         background-color: #86c268;
65         color: #000000;
66         text-decoration: normal;
67         font-weight: bold;
68 }
69
70 h1.acquisition{
71         text-align:center;
72         background-color: #ffdf61;
73         color: #000000;
74         text-decoration: normal;
75         font-weight: bold;
76 }
77
78 h1.reports{
79         text-align:center;
80         background-color: #6b7cbe;
81         color: #000000;
82         text-decoration: normal;
83         font-weight: bold;
84 }
85
86 h2 {
87         margin-top:0px;
88         margin-bottom:4px;
89         text-align:center;
90         padding:0px;
91         font-size:125%;
92         padding-left:10px;
93         padding-right:10px;
94         padding-bottom:3px;
95         padding-top:3px;
96 }
97 h2.reports{
98         text-align:center;
99         background-color: #6b7cbe;
100         color: #FFFFFF;
101         text-decoration: normal;
102         font-weight: bold;
103 }
104
105 h1.circulation{
106         text-align:center;
107         background-color: #be6170;
108         color: #000000;
109         text-decoration: normal;
110         font-weight: bold;
111 }
112
113 h1.authority {
114         text-align:center;
115         background-color: #6b7cbe;
116         color:#000000;
117         text-decoration: normal;
118         font-weight: bold;
119         background-image:none;
120         }
121
122 h1.parameters{
123         text-align:center;
124         background-color: #86c268;
125         color: #000000;
126         text-decoration: normal;
127         font-weight: bold;
128 }
129
130 h1.bull{
131         text-align:center;
132         background-color: #803010;
133         color: #000000;
134         text-decoration: normal;
135         font-weight: bold;
136 }
137
138 a.catalogue {
139         font-weight: normal;
140         text-decoration: none;
141         cursor: hand;
142         color:#777777;
143         font-weight: bold;
144         line-height:200%;
145         }
146 a.catalogue:hover {
147         font-weight: normal;
148         text-decoration: none;
149         cursor: hand;
150         background-color:#ad11ad;
151         color:#000000;
152         font-weight: bold;
153         border:1px solid #000000;
154         line-height:200%;
155         }
156
157 .little {
158         font-weight: normal;
159         font-size:10pt;
160         padding:0px 0px 0px 0px;
161         text-decoration: none;
162         line-height:100%;
163         }
164
165 .members {
166         font-weight: normal;
167         text-decoration: none;
168         cursor: hand;
169         color:#777777;
170         font-weight: bold;
171         line-height:200%;
172         }
173 .members:hover {
174         background-color: #86c268;
175         border:1px solid #000000;
176         color: #000000;
177         text-decoration: none;
178         font-weight: bold;
179         line-height:200%;
180         }
181
182 a.authority {
183         font-weight: normal;
184         text-decoration: none;
185         cursor: hand;
186         color:#777777;
187         font-weight: bold;
188         line-height:200%;
189         }
190 a.authority:hover {
191         background-color: #6b7cbe;
192         border:1px solid #000000;
193         color: #000000;
194         text-decoration: none;
195         font-weight: bold;
196         }
197
198 .acquisition {
199         font-weight: normal;
200         text-decoration: none;
201         cursor: hand;
202         color:#777777;
203         font-weight: bold;
204         line-height:200%;
205         }
206 .acquisition:hover {
207         background-color: #ffdf61;
208         border:1px solid #000000;
209         color: #000000;
210         text-decoration: normal;
211         font-weight: bold;
212         line-height:200%;
213         }
214
215 a.reports {
216         font-weight: normal;
217         text-decoration: none;
218         cursor: hand;
219         color:#777777;
220         font-weight: bold;
221         line-height:200%;
222         }
223
224 a.reports:hover {
225         background-color: #6b7cbe;
226         border:1px solid #000000;
227         color: #000000;
228         text-decoration: normal;
229         font-weight: bold;
230         line-height:200%;
231         }
232
233 .circulation {
234         font-weight: normal;
235         text-decoration: none;
236         cursor: hand;
237         color:#777777;
238         font-weight: bold;
239         line-height:200%;
240         }
241 .circulation:hover {
242         background-color: #be6170;
243         border:1px solid #000000;
244         color: #000000;
245         text-decoration: normal;
246         font-weight: bold;
247         line-height:200%;
248         }
249
250 a.parameters {
251         font-weight: normal;
252         text-decoration: none;
253         cursor: hand;
254         color:#777777;
255         font-weight: bold;
256         line-height:200%;
257         }
258 a.parameters:hover {
259         background-color: #86c268;
260         border:1px solid #000000;
261         color: #000000;
262         text-decoration: normal;
263         font-weight: bold;
264         line-height:200%;
265         }
266 a.about {
267         font-weight: normal;
268         text-decoration: none;
269         cursor: hand;
270         color:#777777;
271         font-weight: bold;
272         line-height:200%;
273         }
274 a.about:hover {
275         background-color: #86c268;
276         border:1px solid #000000;
277         color: #000000;
278         text-decoration: normal;
279         font-weight: bold;
280         line-height:200%;
281         }
282
283 a.bull {
284         font-weight: normal;
285         text-decoration: none;
286         cursor: hand;
287         color:#777777;
288         font-weight: bold;
289         line-height:200%;
290         }
291 a.bull:hover {
292         background-color: #803010;
293         border:1px solid #000000;
294         color: #000000;
295         text-decoration: normal;
296         font-weight: bold;
297         line-height:200%;
298         }
299
300 .kohalogo {
301         font-size:250%;
302         font-weight:bold;
303         font-style:italic;
304         font-family:Times;
305         color:#99CC33;
306         margin:10px;
307         padding:0px;
308 }
309 .kohalogo2 {
310         font-size:125%;
311         font-style:italic;
312         font-family:Times;
313         color:#000000;
314         margin:0px;
315         padding:0px;
316 }
317
318 #bloc25, .bloc25 {
319         float:left;
320         border:1px solid #000000;
321         margin:0px;
322         padding:0px;
323 }