new default page.
[koha_fer] / koha-tmpl / intranet-tmpl / default / en / includes / intranet-main.css
1 body {
2         font-family:verdana,arial,helvetica;
3         font-size:12pt;
4         margin:0px;
5         padding:0px;
6         background-color:#99CC33;
7         color:#000000;
8 }
9
10 .mainbloc {
11 /*      margin:5% 5% 5% 5%; */
12         margin:2%;
13 }
14 .hint {
15         background-color:#FFF;
16         color:#000000;
17         border:1px solid #000000;
18         padding:5px;
19         margin-left:40%;
20         margin-right:5%;
21         width:40%;
22         height:90%;
23         -moz-border-radius:6px;
24         position:absolute;
25 }
26
27 .image {
28         float:left;
29         background-image:url("/intranet-tmpl/default/images/koha-logo.gif");
30         background-repeat:no-repeat;
31         width:300px;
32         height:426px;
33         padding-top:90px;
34         text-align:center;
35         vertical-align:middle;
36 /*      background-image:url("/intranet-tmpl/default/en/images/background-mem.gif"); */
37 }
38 a {
39         text-decoration: none;
40         font-size:24pt;
41         padding:3px 50px 3px 3px;
42         line-height:200%;
43 }
44 .koha {
45         text-align:center;
46         background-image:url("/intranet-tmpl/default/en/images/background-mem.gif");
47 }
48
49
50 h1.catalogue{
51         text-align:center;
52         background-color:#ad11ad;
53         color: #FFFFFF;
54         text-decoration: normal;
55         font-weight: bold;
56 }
57
58 h1.members{
59         text-align:center;
60         background-color: #86c268;
61         color: #000000;
62         text-decoration: normal;
63         font-weight: bold;
64 }
65
66 h1.acquisition{
67         text-align:center;
68         background-color: #ffdf61;
69         color: #000000;
70         text-decoration: normal;
71         font-weight: bold;
72 }
73
74 h1.reports{
75         text-align:center;
76         background-color: #6b7cbe;
77         color: #000000;
78         text-decoration: normal;
79         font-weight: bold;
80 }
81
82 h1.circulation{
83         text-align:center;
84         background-color: #be6170;
85         color: #000000;
86         text-decoration: normal;
87         font-weight: bold;
88 }
89
90 h1.parameters{
91         text-align:center;
92         background-color: #86c268;
93         color: #000000;
94         text-decoration: normal;
95         font-weight: bold;
96 }
97
98
99 a.catalogue {
100         font-weight: normal;
101         text-decoration: none;
102         cursor: hand;
103         color:#777777;
104         font-weight: bold;
105         line-height:200%;
106         }
107 a.catalogue:hover {
108         font-weight: normal;
109         text-decoration: none;
110         cursor: hand;
111         background-color:#ad11ad;
112         color:#FFFFFF;
113         font-weight: bold;
114         border:1px solid #000000;
115         line-height:200%;
116         }
117
118 a.members {
119         font-weight: normal;
120         text-decoration: none;
121         cursor: hand;
122         color:#777777;
123         font-weight: bold;
124         line-height:200%;
125         }
126 a.members:hover {
127         background-color: #86c268;
128         border:1px solid #000000;
129         color: #000000;
130         text-decoration: none;
131         font-weight: bold;
132         line-height:200%;
133         }
134
135 a.acquisition {
136         font-weight: normal;
137         text-decoration: none;
138         cursor: hand;
139         color:#777777;
140         font-weight: bold;
141         line-height:200%;
142         }
143 a.acquisition:hover {
144         background-color: #ffdf61;
145         border:1px solid #000000;
146         color: #000000;
147         text-decoration: normal;
148         font-weight: bold;
149         line-height:200%;
150         }
151
152 a.reports {
153         font-weight: normal;
154         text-decoration: none;
155         cursor: hand;
156         color:#777777;
157         font-weight: bold;
158         line-height:200%;
159         }
160 a.reports:hover {
161         background-color: #6b7cbe;
162         border:1px solid #000000;
163         color: #000000;
164         text-decoration: normal;
165         font-weight: bold;
166         line-height:200%;
167         }
168
169 a.circulation {
170         font-weight: normal;
171         text-decoration: none;
172         cursor: hand;
173         color:#777777;
174         font-weight: bold;
175         line-height:200%;
176         }
177 a.circulation:hover {
178         background-color: #be6170;
179         border:1px solid #000000;
180         color: #000000;
181         text-decoration: normal;
182         font-weight: bold;
183         line-height:200%;
184         }
185
186 a.parameters {
187         font-weight: normal;
188         text-decoration: none;
189         cursor: hand;
190         color:#777777;
191         font-weight: bold;
192         line-height:200%;
193         }
194 a.parameters:hover {
195         background-color: #86c268;
196         border:1px solid #000000;
197         color: #000000;
198         text-decoration: normal;
199         font-weight: bold;
200         line-height:200%;
201         }
202 a.about {
203         font-weight: normal;
204         text-decoration: none;
205         cursor: hand;
206         color:#777777;
207         font-weight: bold;
208         line-height:200%;
209         }
210 a.about:hover {
211         background-color: #86c268;
212         border:1px solid #000000;
213         color: #000000;
214         text-decoration: normal;
215         font-weight: bold;
216         line-height:200%;
217         }