OPAC FFZG style
[koha.git] / koha-tmpl / opac-tmpl / prog / en / css / ffzg-opac.css
1 @import url("opac.css");
2
3 .firstrow {
4         display: block;
5         padding: 0 0 0.1em 0em;
6 }
7
8 .secondrow {
9         display: block;
10         padding: 0 0 0.6em 0em;
11 }
12
13
14
15 /*
16         color: #707070;
17         color: #990033;
18         color: #990033;
19 */
20
21 .results_summary {
22         font-size: 100%;
23 }
24
25 .results_summary .label {
26         color: #707070;
27 }
28
29 .label2 {
30         color: #990033;
31         font-weight: bold;
32 }
33
34 .label3 {
35         color: #990033;
36 }
37
38 .results_summary img {
39         margin: 0;
40 }
41
42 .results_summary.inline {
43         display: inline;
44 }
45
46 #catalogue_detail_biblio .results_summary.tags {
47         border: 1px solid #E8E8E8;
48         padding: 2px 20px;
49         background: #f3f3f3;
50         margin: 10px 30px;
51 }
52
53 .results_summary.tags .label {
54         color: #990033;
55 }
56
57 .results_summary.tags a {
58         font-weight: normal;
59 }
60
61 .results_summary.actions {
62         margin-top: 6px;
63         margin-left: 30px;
64         display: inline;
65 }
66
67 .results_summary.actions a {
68         margin-left: 0.2em;
69 }
70
71 .results_summary.actions #login4tags {
72         display: inline;
73 }
74
75 .results_summary input {
76         color : #333;
77         font-size : 85%;
78         font-weight : normal;
79         padding : 2px;
80         border: 1px solid #ccc;
81 }
82
83 .results_summary.actions .addtolist {
84         background: url("../../famfamfam/silk/bullet_star.png") no-repeat scroll left center transparent;
85         padding-left: 16px;
86 }
87
88 #catalogue_detail_biblio h1 {
89         font-size: 136%;
90         display: inline;
91         color: #069;
92 }
93
94 #catalogue_detail_biblio h5 {
95         font-size: 134%;
96         font-weight: normal;
97         display: inline;
98 }
99
100 #catalogue_detail_biblio .results_summary {
101         font-size: 100%;
102         color: #020202;
103 }
104
105 #catalogue_detail_biblio .firstrow {
106         padding: 0 0 1em 0;
107 }
108
109
110 h1#libraryname {
111         border: 0px solid #ccc;
112         float : left !important;
113         margin:-.66em .8em -.66em 1.8em;
114         padding:0;
115         width:80px;
116         height:80px;
117         text-align: right;
118 }
119
120
121
122 /* header knjiznica.ffzg.hr */
123
124
125 #knjiznica-main
126 {
127         height: auto;
128         margin: 0 auto 0 auto;
129         padding-bottom: 0.5em;
130         font-size: 11px;
131         font-weight: normal;
132         color: #A52A2A;
133         color: #3d3535;
134 }
135 #knjiznica-header
136 {
137         vertical-align: top;
138         text-align: left;
139         padding: 5px 0px 22px 1px;
140         font-size: 11px;
141         font-weight: lighter;
142         color: #00008B;
143         z-index: 100;
144 }
145
146 .knjiznica-title
147 {
148         font-size: 26px;
149         font-style: normal;
150         font-weight: bold;
151         font-family: Trebuchet MS, Lucida, Arial, sans-serif;
152 /*      color: #90200A; */
153         color: #336699;
154         padding-right: 20px;
155 }
156 .knjiznica-darktitle
157 {
158         font-family: Trebuchet MS, Lucida, Arial, sans-serif;
159         font-size: 24px;
160         font-style: normal;
161         font-weight: bold;
162         color: #3D3535;
163 }
164
165 .knjiznica-subt {
166         font-family: Trebuchet MS, Lucida, Arial, sans-serif;
167         font-size: 17px;
168         font-style: normal;
169         color: #3D3535;
170         padding-right: 20px;
171         padding-left: 3px;
172 }
173
174 .knjiznica-subt2 {
175         color: #369;
176 }
177
178 #knjiznica-navigation {
179         text-align: right; 
180         margin-top: -3em;
181 }
182
183 .knjiznica-navigation {
184         font-size: 14px;
185         font-weight: normal;
186         text-align: right; 
187         border-bottom: 0px solid #efefef;
188         z-index: 50;
189 }
190
191 .knjiznica-navigation a:link, .knjiznica-navigation a:active, .knjiznica-navigation a:visited {
192         background: #EDEEEA url(http://mjesec.ffzg.hr/img/ffk/corner.gif) no-repeat right top;
193         color: #3D3535;
194         text-decoration: none;
195         padding: 3px 7px 3px 7px;
196         letter-spacing: -0.03em;
197         font-weight: normal;
198 }
199
200 .knjiznica-navigation a:hover {
201         background: #FFdd76 url(http://mjesec.ffzg.hr/img/ffk/corner.png) no-repeat right top;
202         color: #000000;
203         text-decoration: none;
204         padding: 3px 7px 3px 7px;
205         font-weight: normal;
206 }
207
208 .resultscontrol {
209         border : 1px solid #e8e8e8;
210 }
211
212 #addtolist fieldset.action {
213         text-align: right;
214 }
215
216 #action a.print {
217         background-image: url("../../famfamfam/silk/printer.png")
218 }
219
220 #action a.addtocart {
221         background-image: url("../../famfamfam/silk/cart_add.png")
222 }
223
224 #action a.addtoshelf {
225         background-image: url("../../famfamfam/silk/star.png")
226 }
227
228 #listsmenulink img {
229         padding: 0;
230 }
231
232 #opacnav {
233     width: 16em
234 }
235
236 .yui-t1 #yui-main .yui-b {
237     margin-left: 17em;
238     }
239
240 #menu-custom {
241     background: none repeat scroll 0 0 #739ACF;
242     list-style: none outside none;
243     margin: 0;
244     padding: 0;
245     width: 16em;
246 }
247 #menu-custom li {
248     color: #FFFFFF;
249     list-style: none outside none;
250     margin: 0;
251     padding: 0;
252 }
253 #menu-custom a {
254     background: none repeat scroll 0 0 #739ACF;
255     background: none repeat scroll 0 0 #EDEEEA;
256     border-bottom: 1px solid #393939;
257     border-bottom: 2px solid #fff;
258     color: #FFFFFF;
259     color: #000000;
260     display: block;
261     font-weight: normal;
262     margin: 0;
263     padding: 8px 12px;
264     text-decoration: none;
265 }
266 #menu-custom a:hover {
267         background: #FFDD76;
268         color: #000;
269         padding-bottom: 8px;
270 }
271
272 #news h1, #opacnav h1 {
273     font-size: 108%;
274     padding: 3px 6px;
275 }
276
277 #news h1 {
278     background: #FFDD76;
279     background: #EEE;
280 }
281
282 #opacnav h1 {
283     background: #b1d881;
284     background: #84ABDE;
285     color: #fff;
286     color: #ffffcc;
287 }
288
289 #catalogue_detail_biblio h1.title {
290         font-size: 131%;
291 }
292
293 #news table {
294     width: 100%;
295 }
296
297 .searchresults .tagstatus {
298         display: inline;
299 }