minor css changes.
[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: #FFFFFF;
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 h1.circulation{
87         text-align:center;
88         background-color: #be6170;
89         color: #000000;
90         text-decoration: normal;
91         font-weight: bold;
92 }
93
94 h1.parameters{
95         text-align:center;
96         background-color: #86c268;
97         color: #000000;
98         text-decoration: normal;
99         font-weight: bold;
100 }
101
102
103 a.catalogue {
104         font-weight: normal;
105         text-decoration: none;
106         cursor: hand;
107         color:#777777;
108         font-weight: bold;
109         line-height:200%;
110         }
111 a.catalogue:hover {
112         font-weight: normal;
113         text-decoration: none;
114         cursor: hand;
115         background-color:#ad11ad;
116         color:#FFFFFF;
117         font-weight: bold;
118         border:1px solid #000000;
119         line-height:200%;
120         }
121
122 a.members {
123         font-weight: normal;
124         text-decoration: none;
125         cursor: hand;
126         color:#777777;
127         font-weight: bold;
128         line-height:200%;
129         }
130 a.members:hover {
131         background-color: #86c268;
132         border:1px solid #000000;
133         color: #000000;
134         text-decoration: none;
135         font-weight: bold;
136         line-height:200%;
137         }
138
139 a.acquisition {
140         font-weight: normal;
141         text-decoration: none;
142         cursor: hand;
143         color:#777777;
144         font-weight: bold;
145         line-height:200%;
146         }
147 a.acquisition:hover {
148         background-color: #ffdf61;
149         border:1px solid #000000;
150         color: #000000;
151         text-decoration: normal;
152         font-weight: bold;
153         line-height:200%;
154         }
155
156 a.reports {
157         font-weight: normal;
158         text-decoration: none;
159         cursor: hand;
160         color:#777777;
161         font-weight: bold;
162         line-height:200%;
163         }
164 a.reports:hover {
165         background-color: #6b7cbe;
166         border:1px solid #000000;
167         color: #000000;
168         text-decoration: normal;
169         font-weight: bold;
170         line-height:200%;
171         }
172
173 a.circulation {
174         font-weight: normal;
175         text-decoration: none;
176         cursor: hand;
177         color:#777777;
178         font-weight: bold;
179         line-height:200%;
180         }
181 a.circulation:hover {
182         background-color: #be6170;
183         border:1px solid #000000;
184         color: #000000;
185         text-decoration: normal;
186         font-weight: bold;
187         line-height:200%;
188         }
189
190 a.parameters {
191         font-weight: normal;
192         text-decoration: none;
193         cursor: hand;
194         color:#777777;
195         font-weight: bold;
196         line-height:200%;
197         }
198 a.parameters:hover {
199         background-color: #86c268;
200         border:1px solid #000000;
201         color: #000000;
202         text-decoration: normal;
203         font-weight: bold;
204         line-height:200%;
205         }
206 a.about {
207         font-weight: normal;
208         text-decoration: none;
209         cursor: hand;
210         color:#777777;
211         font-weight: bold;
212         line-height:200%;
213         }
214 a.about:hover {
215         background-color: #86c268;
216         border:1px solid #000000;
217         color: #000000;
218         text-decoration: normal;
219         font-weight: bold;
220         line-height:200%;
221         }
222
223 .kohalogo {
224         font-size:250%;
225         font-weight:bold;
226         font-style:italic;
227         font-family:Times;
228         color:#99CC33;
229         margin:10px;
230         padding:0px;
231 }
232 .kohalogo2 {
233         font-size:125%;
234         font-style:italic;
235         font-family:Times;
236         color:#000000;
237         margin:0px;
238         padding:0px;
239 }