minor modifs in CSS
[koha_fer] / 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 p {
10         margin-bottom:0px;
11         margin-top:0px;
12         margin-left:10px;
13         margin-right:10px;
14         padding:0px;
15         clear:left;
16 }
17 .center {
18         text-align:center;
19 }
20
21 label {
22         float:left;
23         width: 10em;
24         display:inline;
25 }
26 label20 {
27         float:left;
28         width: 4em;
29         display:inline;
30 }
31 label100 {
32         float:left;
33         width: 10em;
34         display:block;
35 }
36
37
38 .button {
39         text-align: center;
40         font: 1.2em sans-serif;
41         padding: 3px;
42         margin:5px;
43         display:inline;
44         height:2em;
45         border-style: solid;
46         border-width: 1px;
47         border-color: black;
48         text-decoration: none;
49         color: black;
50         border-radius: 6px;
51         cursor:pointer;
52         -moz-border-radius: 6px;
53         background-color:#FFFFFF;
54         background-image:url("/intranet-tmpl/default/images/background-mem.gif");
55 }
56
57 /* TABLES */
58 table {
59         border:1px solid #000000;
60         border-collapse:collapse;
61         width:100%;
62 }
63
64 table.noborder {
65         border:0px;
66         border-collapse:collapse;
67         float:center;
68 }
69
70 /* header */
71 th {
72         background-color: #99cccc;
73         background-image:url("/intranet-tmpl/default/images/background-mem.gif");
74         font-weight:bold;
75         text-align:center;
76         border:1px solid #000000;
77         padding:0px;
78 }
79 /* standard cell */
80 td {
81         border-left:0px;
82 }
83 /* hilighted cell */
84 td.hilighted {
85         border-left:0px;
86         background-color:#ffffcc;
87 }
88 /* cells that are numbers => aligned right */
89 td.number {
90         border-left:0px;
91         text-align:right;
92 }
93 /* hilighted cell */
94 td.numberhilighted {
95         border-left:0px;
96         background-color:#ffffcc;
97         text-align:right;
98 }
99
100 h1 {
101         color:#000000;
102         background-color:#DDDDDD;
103         background-image:url("/intranet-tmpl/default/images/background-mem.gif");
104         font-size: 125%;
105         text-align:center;
106         padding: 4px;
107         border: 4px inset #666666;
108 }
109
110 h2 {
111         margin-top:0px;
112         margin-bottom:4px;
113         text-align:center;
114         padding:0px;
115 }
116 #bloctitle{
117         background-image:url("/intranet-tmpl/default/images/background-mem.gif");
118         color:#000000;
119         font-size: 125%;
120         text-align:center;
121         padding:5px;
122         margin-bottom:10px;
123         border-bottom: 1px solid #666666;
124 }
125 #problem {
126         color: white;
127         font-weight:bold;
128         background-color:red;
129 }
130 .problem {
131         color: white;
132         font-weight:bold;
133         background-color:red;
134 }
135
136 #mainbloc {
137         float:left;
138         width:90%;
139         border-top:1px solid #000000;
140         border-left:1px solid #000000;
141         border-right:3px solid #000000;
142         border-bottom:3px solid #000000;
143         background-color:#FFFFFF;
144         margin-left:10px;
145         margin-right:10px;
146         padding-bottom:100px;
147         padding-left:10px;
148         padding-top:10px;
149         padding-right:10px;
150 }
151 #main {
152         position:absolute;
153 }
154
155 #bloc25 {
156         float:left;
157         width=30%;
158         border:1px solid #000000;
159         margin:10px;
160         padding:0px;
161 }
162 #bloc100 {
163         float:left;
164         position:relative;
165         width=100%;
166         border:1px solid #000000;
167         margin:10px;
168 }
169
170 #resultnumber {
171         width=30%;
172         margin-left:35%;
173         margin:right:35%;
174 }
175 #resultlist {
176         width=70%;
177         margin-left:5%;
178         margin:right:5%;
179 }
180
181 a {
182         text-decoration: none;
183 }
184
185 a:hover {
186         text-decoration: none;
187 }
188
189 a.submenu {
190         text-decoration: none;
191         cursor: hand;
192         color:#777777;
193         background-color:#EEEEEE;
194         font-weight: bold;
195         margin:0;
196 }
197 a.submenu:hover {
198         text-decoration: none;
199         cursor: hand;
200         color:#777777;
201         background-color:#EEEEEE;
202         font-weight: bold;
203         margin:0;
204         background-image:url("/intranet-tmpl/default/images/background-mem.gif");
205 }
206
207 a.submenu2 {
208         text-decoration: none;
209         cursor: hand;
210         color:#777777;
211         background-color:#CCCCCC;
212         font-weight: bold;
213         margin:0;
214 }
215 a.submenu2:hover {
216         text-decoration: none;
217         cursor: hand;
218         color:#777777;
219         background-color:#CCCCCC;
220         font-weight: bold;
221         background-image:url("/intranet-tmpl/default/images/background-mem.gif");
222         margin:0;
223 }
224
225 #menubar {
226         border-top:1px solid #666666;
227         font: 125% sans-serif;
228         background-color:#DDDDDD;
229         padding-bottom:5px;
230         font-weight:bold;
231 }
232 #submenu {
233         background-color:#EEEEEE;
234         border-left:1px solid #000000;
235         padding-bottom:5px;
236         font-size:110%;
237 }
238
239 #menubar a {
240         padding:5px;
241 }
242 #submenu a {
243         padding:5px;
244 }
245
246 .koha {
247         text-align:center;
248         background-image:url("/intranet-tmpl/default/images/background-mem.gif");
249         font-size:130%;
250         font-weight:bold;
251         padding-left:10px;
252         padding-right:10px;
253         padding-bottom:5px;
254 }
255
256 .home {
257         color:#777777;
258         }
259 a.home:hover {
260         background-color: #339933;
261         color: #000000;
262         }
263
264 .catalogue {
265         color:#777777;
266         }
267 a.catalogue:hover {
268         color:#FFFFFF;
269         }
270
271 .members {
272         color:#777777;
273         }
274 a.members:hover {
275         background-color: #86c268;
276         color: #000000;
277         }
278
279 .acquisition {
280         color:#777777;
281         }
282 a.acquisition:hover {
283         background-color: #ffdf61;
284         color: #000000;
285         }
286
287 .reports {
288         color:#777777;
289         }
290 a.reports:hover {
291         background-color: #6b7cbe;
292         color: #000000;
293         }
294
295 .circulation {
296         color:#777777;
297         }
298 a.circulation:hover {
299         background-color: #be6170;
300         color: #000000;
301         }
302
303 .parameters {
304         color:#777777;
305         }
306 a.parameters:hover {
307         background-color: #86c268;
308         color: #000000;
309         }
310 .about {
311         color:#777777;
312         }
313 a.about:hover {
314         background-color: #86c268;
315         color: #000000;
316         }