|
Lines 29-35
a:hover, a:active {
Link Here
|
| 29 |
} |
29 |
} |
| 30 |
|
30 |
|
| 31 |
.yui-button,.yui-button a:link,.yui-button a:visited { |
31 |
.yui-button,.yui-button a:link,.yui-button a:visited { |
| 32 |
color : #000; |
32 |
color : #000; |
| 33 |
} |
33 |
} |
| 34 |
|
34 |
|
| 35 |
a.yuimenuitemlabel { |
35 |
a.yuimenuitemlabel { |
|
Lines 38-125
a.yuimenuitemlabel {
Link Here
|
| 38 |
|
38 |
|
| 39 |
.overdue, |
39 |
.overdue, |
| 40 |
.debit { |
40 |
.debit { |
| 41 |
color : #cc0000; |
41 |
color : #cc0000; |
| 42 |
} |
42 |
} |
| 43 |
|
43 |
|
| 44 |
a.popup { |
44 |
a.popup { |
| 45 |
background : transparent url("../../img/pop-up-link.png") center right no-repeat; |
45 |
background : transparent url("../../img/pop-up-link.png") center right no-repeat; |
| 46 |
padding-right : 15px; |
46 |
padding-right : 15px; |
| 47 |
} |
47 |
} |
| 48 |
|
48 |
|
| 49 |
body { |
49 |
body { |
| 50 |
text-align : left; |
50 |
text-align : left; |
| 51 |
padding:0 0 4em 0; |
51 |
padding:0 0 4em 0; |
| 52 |
font-family: arial, verdana, helvetica, sans-serif; |
52 |
font-family: arial, verdana, helvetica, sans-serif; |
| 53 |
} |
53 |
} |
| 54 |
|
54 |
|
| 55 |
br.clear { |
55 |
br.clear { |
| 56 |
clear : both; |
56 |
clear : both; |
| 57 |
line-height : 1px; |
57 |
line-height : 1px; |
| 58 |
} |
58 |
} |
| 59 |
|
59 |
|
| 60 |
form { |
60 |
form { |
| 61 |
display : inline; |
61 |
display : inline; |
| 62 |
} |
62 |
} |
| 63 |
|
63 |
|
| 64 |
form.confirm { |
64 |
form.confirm { |
| 65 |
display : block; |
65 |
display : block; |
| 66 |
text-align : center; |
66 |
text-align : center; |
| 67 |
} |
67 |
} |
| 68 |
|
68 |
|
| 69 |
h1 { |
69 |
h1 { |
| 70 |
font-size : 161.6%; |
70 |
font-size : 161.6%; |
| 71 |
font-weight : bold; |
71 |
font-weight : bold; |
| 72 |
} |
72 |
} |
| 73 |
|
73 |
|
| 74 |
h2 { |
74 |
h2 { |
| 75 |
font-size : 146.5%; |
75 |
font-size : 146.5%; |
| 76 |
font-weight : bold; |
76 |
font-weight : bold; |
| 77 |
} |
77 |
} |
| 78 |
|
78 |
|
| 79 |
h3 { |
79 |
h3 { |
| 80 |
font-size : 131%; |
80 |
font-size : 131%; |
| 81 |
font-weight : bold; |
81 |
font-weight : bold; |
| 82 |
} |
82 |
} |
| 83 |
|
83 |
|
| 84 |
h4 { |
84 |
h4 { |
| 85 |
font-size : 116%; |
85 |
font-size : 116%; |
| 86 |
font-weight : bold; |
86 |
font-weight : bold; |
| 87 |
} |
87 |
} |
| 88 |
|
88 |
|
| 89 |
h5 { |
89 |
h5 { |
| 90 |
font-size : 100%; |
90 |
font-size : 100%; |
| 91 |
font-weight : bold; |
91 |
font-weight : bold; |
| 92 |
} |
92 |
} |
| 93 |
|
93 |
|
| 94 |
h6 { |
94 |
h6 { |
| 95 |
font-size : 93%; |
95 |
font-size : 93%; |
| 96 |
font-weight : bold; |
96 |
font-weight : bold; |
| 97 |
} |
97 |
} |
| 98 |
|
98 |
|
| 99 |
h1,h2,h3,h4,h5,h6 { |
99 |
h1,h2,h3,h4,h5,h6 { |
| 100 |
margin : .3em 0; |
100 |
margin : .3em 0; |
| 101 |
} |
101 |
} |
| 102 |
|
102 |
|
| 103 |
p { |
103 |
p { |
| 104 |
margin: .5em 0 .5em 0; |
104 |
margin: .5em 0 .5em 0; |
| 105 |
} |
105 |
} |
| 106 |
|
106 |
|
| 107 |
strong { |
107 |
strong { |
| 108 |
font-weight : bold; |
108 |
font-weight : bold; |
| 109 |
} |
109 |
} |
| 110 |
|
110 |
|
| 111 |
strong em { |
111 |
strong em { |
| 112 |
font-weight : bold; |
112 |
font-weight : bold; |
| 113 |
font-style : italic; |
113 |
font-style : italic; |
| 114 |
} |
114 |
} |
| 115 |
|
115 |
|
| 116 |
em, cite { |
116 |
em, cite { |
| 117 |
font-style : italic; |
117 |
font-style : italic; |
| 118 |
} |
118 |
} |
| 119 |
|
119 |
|
| 120 |
em strong { |
120 |
em strong { |
| 121 |
font-weight : bold; |
121 |
font-weight : bold; |
| 122 |
font-style : italic; |
122 |
font-style : italic; |
| 123 |
} |
123 |
} |
| 124 |
|
124 |
|
| 125 |
.subfield-label { |
125 |
.subfield-label { |
|
Lines 127-169
em strong {
Link Here
|
| 127 |
} |
127 |
} |
| 128 |
|
128 |
|
| 129 |
#navmenulist li { |
129 |
#navmenulist li { |
| 130 |
padding : .2em 0; |
130 |
padding : .2em 0; |
| 131 |
list-style-image : url("../../img/arrow-bullet.gif"); |
131 |
list-style-image : url("../../img/arrow-bullet.gif"); |
| 132 |
border-bottom : 1px solid #EEE; |
132 |
border-bottom : 1px solid #EEE; |
| 133 |
} |
133 |
} |
| 134 |
|
134 |
|
| 135 |
#navmenulist li a { |
135 |
#navmenulist li a { |
| 136 |
text-decoration : none; |
136 |
text-decoration : none; |
| 137 |
} |
137 |
} |
| 138 |
|
138 |
|
| 139 |
#doc, #doc1, #doc2, #doc3 { |
139 |
#doc, #doc1, #doc2, #doc3 { |
| 140 |
padding-top : 1em; |
140 |
padding-top : 1em; |
| 141 |
} |
141 |
} |
| 142 |
|
142 |
|
| 143 |
#login_controls { |
143 |
#login_controls { |
| 144 |
position : absolute; |
144 |
position : absolute; |
| 145 |
right : .5em; |
145 |
right : .5em; |
| 146 |
padding: .4em .5em; |
146 |
padding: .4em .5em; |
| 147 |
} |
147 |
} |
| 148 |
|
148 |
|
| 149 |
ul { |
149 |
ul { |
| 150 |
padding-left : 1.1em; |
150 |
padding-left : 1.1em; |
| 151 |
} |
151 |
} |
| 152 |
|
152 |
|
| 153 |
ul li { |
153 |
ul li { |
| 154 |
list-style-type : disc; |
154 |
list-style-type : disc; |
| 155 |
} |
155 |
} |
| 156 |
|
156 |
|
| 157 |
ul li li { |
157 |
ul li li { |
| 158 |
list-style-type : circle; |
158 |
list-style-type : circle; |
| 159 |
} |
159 |
} |
| 160 |
|
160 |
|
| 161 |
ol { |
161 |
ol { |
| 162 |
padding-left : 1.5em; |
162 |
padding-left : 1.5em; |
| 163 |
} |
163 |
} |
| 164 |
|
164 |
|
| 165 |
ol li { |
165 |
ol li { |
| 166 |
list-style : decimal; |
166 |
list-style : decimal; |
| 167 |
} |
167 |
} |
| 168 |
|
168 |
|
| 169 |
.gradient { |
169 |
.gradient { |
|
Lines 202-228
ol li {
Link Here
|
| 202 |
/* End hide from IE-mac */ |
202 |
/* End hide from IE-mac */ |
| 203 |
|
203 |
|
| 204 |
table { |
204 |
table { |
| 205 |
border-collapse : collapse; |
205 |
border-collapse : collapse; |
| 206 |
border-top : 1px solid #BCBCBC; |
206 |
border-top : 1px solid #BCBCBC; |
| 207 |
border-right : 1px solid #BCBCBC; |
207 |
border-right : 1px solid #BCBCBC; |
| 208 |
} |
208 |
} |
| 209 |
|
209 |
|
| 210 |
table.invis, |
210 |
table.invis, |
| 211 |
table.invis tr, |
211 |
table.invis tr, |
| 212 |
table.invis td, |
212 |
table.invis td, |
| 213 |
tr.highlight table.invis td { |
213 |
tr.highlight table.invis td { |
| 214 |
border : none; |
214 |
border : none; |
| 215 |
} |
215 |
} |
| 216 |
|
216 |
|
| 217 |
td, th { |
217 |
td, th { |
| 218 |
border-bottom : 1px solid #BCBCBC; |
218 |
border-bottom : 1px solid #BCBCBC; |
| 219 |
border-left : 1px solid #BCBCBC; |
219 |
border-left : 1px solid #BCBCBC; |
| 220 |
padding : .2em .3em; |
220 |
padding : .2em .3em; |
| 221 |
} |
221 |
} |
| 222 |
|
222 |
|
| 223 |
td { |
223 |
td { |
| 224 |
background-color : White; |
224 |
background-color : White; |
| 225 |
vertical-align : top; |
225 |
vertical-align : top; |
| 226 |
} |
226 |
} |
| 227 |
|
227 |
|
| 228 |
table.indexes td { |
228 |
table.indexes td { |
|
Lines 236-322
td.borderless {
Link Here
|
| 236 |
|
236 |
|
| 237 |
td.data, |
237 |
td.data, |
| 238 |
th.data { |
238 |
th.data { |
| 239 |
font-family : "Courier New", Courier, monospace; |
239 |
font-family : "Courier New", Courier, monospace; |
| 240 |
text-align : right; |
240 |
text-align : right; |
| 241 |
} |
241 |
} |
| 242 |
|
242 |
|
| 243 |
th { |
243 |
th { |
| 244 |
background-color : #E8E8E8; |
244 |
background-color : #E8E8E8; |
| 245 |
font-weight : bold; |
245 |
font-weight : bold; |
| 246 |
text-align : center; |
246 |
text-align : center; |
| 247 |
} |
247 |
} |
| 248 |
|
248 |
|
| 249 |
table+table { |
249 |
table+table { |
| 250 |
margin-top : 1em; |
250 |
margin-top : 1em; |
| 251 |
} |
251 |
} |
| 252 |
|
252 |
|
| 253 |
#editions table, #editions td { |
253 |
#editions table, #editions td { |
| 254 |
border : 0; |
254 |
border : 0; |
| 255 |
} |
255 |
} |
| 256 |
|
256 |
|
| 257 |
.highlighted-row { background-color: orange !important } |
257 |
.highlighted-row { background-color: orange !important } |
| 258 |
|
258 |
|
| 259 |
tr.highlight td, tr.highlight th, tr.odd td { |
259 |
tr.highlight td, tr.highlight th, tr.odd td { |
| 260 |
background-color : #F3F3F3; |
260 |
background-color : #F3F3F3; |
| 261 |
border : 1px solid #DDDDDD; |
261 |
border : 1px solid #DDDDDD; |
| 262 |
border-right : 1px solid #DDDDDD; |
262 |
border-right : 1px solid #DDDDDD; |
| 263 |
} |
263 |
} |
| 264 |
|
264 |
|
| 265 |
tr.even td, tr.even.highlight td { |
265 |
tr.even td, tr.even.highlight td { |
| 266 |
background-color: #FFF; |
266 |
background-color: #FFF; |
| 267 |
border-right : 1px solid #DDDDDD; |
267 |
border-right : 1px solid #DDDDDD; |
| 268 |
} |
268 |
} |
| 269 |
|
269 |
|
| 270 |
td.od { |
270 |
td.od { |
| 271 |
color : #cc0000; |
271 |
color : #cc0000; |
| 272 |
font-weight : bold; |
272 |
font-weight : bold; |
| 273 |
} |
273 |
} |
| 274 |
|
274 |
|
| 275 |
tr.warn td { |
275 |
tr.warn td { |
| 276 |
background-color: #FF9090; |
276 |
background-color: #FF9090; |
| 277 |
} |
277 |
} |
| 278 |
|
278 |
|
| 279 |
tr.onissue td { |
279 |
tr.onissue td { |
| 280 |
background-color: #FFFFCC; |
280 |
background-color: #FFFFCC; |
| 281 |
} |
281 |
} |
| 282 |
|
282 |
|
| 283 |
tr.odd.onissue td { |
283 |
tr.odd.onissue td { |
| 284 |
background-color: #FFFFE1; |
284 |
background-color: #FFFFE1; |
| 285 |
} |
285 |
} |
| 286 |
|
286 |
|
| 287 |
tfoot td { |
287 |
tfoot td { |
| 288 |
background-color : #f3f3f3; |
288 |
background-color : #f3f3f3; |
| 289 |
font-weight : bold; |
289 |
font-weight : bold; |
| 290 |
} |
290 |
} |
| 291 |
|
291 |
|
| 292 |
td.total { |
292 |
td.total { |
| 293 |
text-align : right; |
293 |
text-align : right; |
| 294 |
} |
294 |
} |
| 295 |
|
295 |
|
| 296 |
caption { |
296 |
caption { |
| 297 |
font-size : 133.9%; |
297 |
font-size : 133.9%; |
| 298 |
font-weight : bold; |
298 |
font-weight : bold; |
| 299 |
margin : .3em 0; |
299 |
margin : .3em 0; |
| 300 |
} |
300 |
} |
| 301 |
|
301 |
|
| 302 |
span.problem { |
302 |
span.problem { |
| 303 |
background-color : #FFFFCC; |
303 |
background-color : #FFFFCC; |
| 304 |
color : #990000; |
304 |
color : #990000; |
| 305 |
font-weight : bold; |
305 |
font-weight : bold; |
| 306 |
line-height : 1.7em; |
306 |
line-height : 1.7em; |
| 307 |
} |
307 |
} |
| 308 |
|
308 |
|
| 309 |
fieldset { |
309 |
fieldset { |
| 310 |
margin : 1em 1em 1em 0; |
310 |
margin : 1em 1em 1em 0; |
| 311 |
padding : 1em; |
311 |
padding : 1em; |
| 312 |
background-color:#f4f8f9; |
312 |
background-color:#f4f8f9; |
| 313 |
border:2px solid #b9d8d9; |
313 |
border:2px solid #b9d8d9; |
| 314 |
border-radius:5px; |
314 |
border-radius:5px; |
| 315 |
} |
315 |
} |
| 316 |
|
316 |
|
| 317 |
legend { |
317 |
legend { |
| 318 |
font-size : 123.1%; |
318 |
font-size : 123.1%; |
| 319 |
font-weight : bold; |
319 |
font-weight : bold; |
| 320 |
border:2px solid #b9d8d9; |
320 |
border:2px solid #b9d8d9; |
| 321 |
background-color:#ffffff; |
321 |
background-color:#ffffff; |
| 322 |
border-radius:3px; |
322 |
border-radius:3px; |
|
Lines 332-338
legend {
Link Here
|
| 332 |
} |
332 |
} |
| 333 |
|
333 |
|
| 334 |
#header+#breadcrumbs { |
334 |
#header+#breadcrumbs { |
| 335 |
margin-top : 1em; |
335 |
margin-top : 1em; |
| 336 |
} |
336 |
} |
| 337 |
|
337 |
|
| 338 |
div.justify { |
338 |
div.justify { |
|
Lines 340-400
div.justify {
Link Here
|
| 340 |
} |
340 |
} |
| 341 |
|
341 |
|
| 342 |
div#header_search { |
342 |
div#header_search { |
| 343 |
background-position : .5em .5em; |
343 |
background-position : .5em .5em; |
| 344 |
background-repeat : no-repeat; |
344 |
background-repeat : no-repeat; |
| 345 |
float: left; |
345 |
float: left; |
| 346 |
margin: .3em 0 .5em 0; |
346 |
margin: .3em 0 .5em 0; |
| 347 |
} |
347 |
} |
| 348 |
|
348 |
|
| 349 |
div#header_search input { |
349 |
div#header_search input { |
| 350 |
font-size : 1.3em; |
350 |
font-size : 1.3em; |
| 351 |
} |
351 |
} |
| 352 |
|
352 |
|
| 353 |
div#header_search div.residentsearch { |
353 |
div#header_search div.residentsearch { |
| 354 |
border : 0; |
354 |
border : 0; |
| 355 |
border-bottom : 1px solid #85ca11; |
355 |
border-bottom : 1px solid #85ca11; |
| 356 |
padding : 0 0 .2em 0; |
356 |
padding : 0 0 .2em 0; |
| 357 |
} |
357 |
} |
| 358 |
|
358 |
|
| 359 |
div#reserves,div#checkouts { |
359 |
div#reserves,div#checkouts { |
| 360 |
border : 1px solid #B9D8D9; |
360 |
border : 1px solid #B9D8D9; |
| 361 |
padding : 1em; |
361 |
padding : 1em; |
| 362 |
} |
362 |
} |
| 363 |
|
363 |
|
| 364 |
.tip { |
364 |
.tip { |
| 365 |
font-size: 93%; |
365 |
font-size: 93%; |
| 366 |
color : Gray; |
366 |
color : Gray; |
| 367 |
} |
367 |
} |
| 368 |
|
368 |
|
| 369 |
.single-line { |
369 |
.single-line { |
| 370 |
white-space: nowrap; |
370 |
white-space: nowrap; |
| 371 |
} |
371 |
} |
| 372 |
|
372 |
|
| 373 |
.ex { |
373 |
.ex { |
| 374 |
font-family : "Courier New", Courier, fixed-width; |
374 |
font-family : "Courier New", Courier, fixed-width; |
| 375 |
font-weight : bold; |
375 |
font-weight : bold; |
| 376 |
} |
376 |
} |
| 377 |
|
377 |
|
| 378 |
|
378 |
|
| 379 |
div.yui-b h5 { |
379 |
div.yui-b h5 { |
| 380 |
font-size : 100%; |
380 |
font-size : 100%; |
| 381 |
margin : .5em 0; |
381 |
margin : .5em 0; |
| 382 |
} |
382 |
} |
| 383 |
|
383 |
|
| 384 |
dt { |
384 |
dt { |
| 385 |
font-weight : bold; |
385 |
font-weight : bold; |
| 386 |
} |
386 |
} |
| 387 |
|
387 |
|
| 388 |
dd { |
388 |
dd { |
| 389 |
padding : .2em; |
389 |
padding : .2em; |
| 390 |
font-size : 90%; |
390 |
font-size : 90%; |
| 391 |
text-indent : 2.5em; |
391 |
text-indent : 2.5em; |
| 392 |
font-weight : normal; |
392 |
font-weight : normal; |
| 393 |
} |
393 |
} |
| 394 |
|
394 |
|
| 395 |
div#toolbar { |
395 |
div#toolbar { |
| 396 |
background-color : #EDF4F6; |
396 |
background-color : #EDF4F6; |
| 397 |
margin-bottom : .7em; |
397 |
margin-bottom : .7em; |
| 398 |
padding: 5px 5px 5px 5px; |
398 |
padding: 5px 5px 5px 5px; |
| 399 |
border-radius: 5px 5px 0 0; |
399 |
border-radius: 5px 5px 0 0; |
| 400 |
border: 1px solid #E6F0F2; |
400 |
border: 1px solid #E6F0F2; |
|
Lines 402-480
div#toolbar {
Link Here
|
| 402 |
|
402 |
|
| 403 |
div#toolbar .yui-menu-button button, |
403 |
div#toolbar .yui-menu-button button, |
| 404 |
div#toolbar .yui-button-button button { |
404 |
div#toolbar .yui-button-button button { |
| 405 |
line-height : 1.7em; |
405 |
line-height : 1.7em; |
| 406 |
} |
406 |
} |
| 407 |
|
407 |
|
| 408 |
ul.toolbar { |
408 |
ul.toolbar { |
| 409 |
padding-left : 0; |
409 |
padding-left : 0; |
| 410 |
} |
410 |
} |
| 411 |
|
411 |
|
| 412 |
ul.toolbar button { |
412 |
ul.toolbar button { |
| 413 |
padding-bottom : 2px; |
413 |
padding-bottom : 2px; |
| 414 |
font-family: arial, verdana, helvetica, sans-serif; |
414 |
font-family: arial, verdana, helvetica, sans-serif; |
| 415 |
} |
415 |
} |
| 416 |
|
416 |
|
| 417 |
a.yuimenuitemlabel-disabled, #disabled a { |
417 |
a.yuimenuitemlabel-disabled, #disabled a { |
| 418 |
color: #999; |
418 |
color: #999; |
| 419 |
} |
419 |
} |
| 420 |
a.yuimenuitemlabel-disabled, #disabled2 a { |
420 |
a.yuimenuitemlabel-disabled, #disabled2 a { |
| 421 |
color: #999; |
421 |
color: #999; |
| 422 |
} |
422 |
} |
| 423 |
a.yuimenuitemlabel-disabled:hover, #disabled a:hover { |
423 |
a.yuimenuitemlabel-disabled:hover, #disabled a:hover { |
| 424 |
color : #999; |
424 |
color : #999; |
| 425 |
} |
425 |
} |
| 426 |
a.highlight_toggle { |
426 |
a.highlight_toggle { |
| 427 |
display : none; |
427 |
display : none; |
| 428 |
} |
428 |
} |
| 429 |
|
429 |
|
| 430 |
ul.toolbar li { |
430 |
ul.toolbar li { |
| 431 |
display : inline; |
431 |
display : inline; |
| 432 |
list-style : none; |
432 |
list-style : none; |
| 433 |
} |
433 |
} |
| 434 |
|
434 |
|
| 435 |
div.patroninfo { |
435 |
div.patroninfo { |
| 436 |
margin-top : -.5em; |
436 |
margin-top : -.5em; |
| 437 |
} |
437 |
} |
| 438 |
|
438 |
|
| 439 |
*html div.patroninfo { |
439 |
*html div.patroninfo { |
| 440 |
margin-right : .5em; |
440 |
margin-right : .5em; |
| 441 |
} |
441 |
} |
| 442 |
|
442 |
|
| 443 |
div.patroninfo h5 { |
443 |
div.patroninfo h5 { |
| 444 |
border-right:1px solid #b9d8d9; |
444 |
border-right:1px solid #b9d8d9; |
| 445 |
margin-bottom : 0; |
445 |
margin-bottom : 0; |
| 446 |
padding-left : -.5em; |
446 |
padding-left : -.5em; |
| 447 |
padding-top : .3em; |
447 |
padding-top : .3em; |
| 448 |
padding-bottom : .5em; |
448 |
padding-bottom : .5em; |
| 449 |
} |
449 |
} |
| 450 |
|
450 |
|
| 451 |
div.patroninfo ul { |
451 |
div.patroninfo ul { |
| 452 |
border : 0; |
452 |
border : 0; |
| 453 |
border-right:1px solid #b9d8d9; |
453 |
border-right:1px solid #b9d8d9; |
| 454 |
border-bottom : 0; |
454 |
border-bottom : 0; |
| 455 |
border-top : 0; |
455 |
border-top : 0; |
| 456 |
padding : 0; |
456 |
padding : 0; |
| 457 |
margin : 0; |
457 |
margin : 0; |
| 458 |
} |
458 |
} |
| 459 |
|
459 |
|
| 460 |
div.patroninfo ul li { |
460 |
div.patroninfo ul li { |
| 461 |
margin : 0; |
461 |
margin : 0; |
| 462 |
} |
462 |
} |
| 463 |
|
463 |
|
| 464 |
div.patroninfo ul li { |
464 |
div.patroninfo ul li { |
| 465 |
list-style-type : none; |
465 |
list-style-type : none; |
| 466 |
} |
466 |
} |
| 467 |
|
467 |
|
| 468 |
div.patronviews { |
468 |
div.patronviews { |
| 469 |
border-right : 1px solid #000; |
469 |
border-right : 1px solid #000; |
| 470 |
border-top : 1px solid #000; |
470 |
border-top : 1px solid #000; |
| 471 |
margin-bottom : .5em; |
471 |
margin-bottom : .5em; |
| 472 |
padding : .5em 0 .5em 0; |
472 |
padding : .5em 0 .5em 0; |
| 473 |
} |
473 |
} |
| 474 |
} |
474 |
} |
| 475 |
|
475 |
|
| 476 |
.column-tool { |
476 |
.column-tool { |
| 477 |
font-size: 80%; |
477 |
font-size: 80%; |
| 478 |
} |
478 |
} |
| 479 |
|
479 |
|
| 480 |
fieldset.brief { |
480 |
fieldset.brief { |
|
Lines 483-541
fieldset.brief {
Link Here
|
| 483 |
|
483 |
|
| 484 |
fieldset.brief label, |
484 |
fieldset.brief label, |
| 485 |
fieldset.brief span.label { |
485 |
fieldset.brief span.label { |
| 486 |
display : block; |
486 |
display : block; |
| 487 |
font-weight : bold; |
487 |
font-weight : bold; |
| 488 |
padding : .3em 0; |
488 |
padding : .3em 0; |
| 489 |
} |
489 |
} |
| 490 |
|
490 |
|
| 491 |
fieldset.brief ol, fieldset.brief li { |
491 |
fieldset.brief ol, fieldset.brief li { |
| 492 |
list-style-type : none; |
492 |
list-style-type : none; |
| 493 |
} |
493 |
} |
| 494 |
|
494 |
|
| 495 |
.hint { |
495 |
.hint { |
| 496 |
color : #999999; |
496 |
color : #999999; |
| 497 |
font-size : 95%; |
497 |
font-size : 95%; |
| 498 |
} |
498 |
} |
| 499 |
|
499 |
|
| 500 |
fieldset.brief div.hint, fieldset.rows div.hint, div.yui-u div.hint { |
500 |
fieldset.brief div.hint, fieldset.rows div.hint, div.yui-u div.hint { |
| 501 |
font-size : 95%; |
501 |
font-size : 95%; |
| 502 |
margin-bottom : .4em; |
502 |
margin-bottom : .4em; |
| 503 |
} |
503 |
} |
| 504 |
|
504 |
|
| 505 |
div.yui-b fieldset.brief { |
505 |
div.yui-b fieldset.brief { |
| 506 |
padding : .4em .7em; |
506 |
padding : .4em .7em; |
| 507 |
} |
507 |
} |
| 508 |
|
508 |
|
| 509 |
div.yui-b fieldset.brief ol { |
509 |
div.yui-b fieldset.brief ol { |
| 510 |
font-size : 85%; |
510 |
font-size : 85%; |
| 511 |
margin : 0; |
511 |
margin : 0; |
| 512 |
padding : 0; |
512 |
padding : 0; |
| 513 |
} |
513 |
} |
| 514 |
|
514 |
|
| 515 |
div.yui-b fieldset.brief select { |
515 |
div.yui-b fieldset.brief select { |
| 516 |
width: 12em; |
516 |
width: 12em; |
| 517 |
} |
517 |
} |
| 518 |
div.yui-b fieldset.brief li.radio { |
518 |
div.yui-b fieldset.brief li.radio { |
| 519 |
padding : .7em 0; |
519 |
padding : .7em 0; |
| 520 |
} |
520 |
} |
| 521 |
div.yui-b fieldset.brief li.radio label, |
521 |
div.yui-b fieldset.brief li.radio label, |
| 522 |
div.yui-b fieldset.brief li.dateinsert label, |
522 |
div.yui-b fieldset.brief li.dateinsert label, |
| 523 |
div.yui-b fieldset.brief li.dateinsert span.label, |
523 |
div.yui-b fieldset.brief li.dateinsert span.label, |
| 524 |
div.yui-b fieldset.brief li.radio span.label { |
524 |
div.yui-b fieldset.brief li.radio span.label { |
| 525 |
display : inline; |
525 |
display : inline; |
| 526 |
} |
526 |
} |
| 527 |
|
527 |
|
| 528 |
div.yui-b fieldset.brief li.radio input { |
528 |
div.yui-b fieldset.brief li.radio input { |
| 529 |
padding:0.3em 0; |
529 |
padding:0.3em 0; |
| 530 |
} |
530 |
} |
| 531 |
|
531 |
|
| 532 |
div.yui-b fieldset.brief fieldset { |
532 |
div.yui-b fieldset.brief fieldset { |
| 533 |
margin : 0 .3em; |
533 |
margin : 0 .3em; |
| 534 |
padding : .5em; |
534 |
padding : .5em; |
| 535 |
} |
535 |
} |
| 536 |
|
536 |
|
| 537 |
div.yui-b fieldset.brief fieldset legend { |
537 |
div.yui-b fieldset.brief fieldset legend { |
| 538 |
font-size : 85%; |
538 |
font-size : 85%; |
| 539 |
} |
539 |
} |
| 540 |
|
540 |
|
| 541 |
fieldset.rows { |
541 |
fieldset.rows { |
|
Lines 550-594
width: 100%;
Link Here
|
| 550 |
} |
550 |
} |
| 551 |
|
551 |
|
| 552 |
fieldset.rows legend { |
552 |
fieldset.rows legend { |
| 553 |
margin-left: 1em; |
553 |
margin-left: 1em; |
| 554 |
font-weight: bold; |
554 |
font-weight: bold; |
| 555 |
font-size : 110%; |
555 |
font-size : 110%; |
| 556 |
} |
556 |
} |
| 557 |
|
557 |
|
| 558 |
fieldset.rows label, fieldset.rows span.label { |
558 |
fieldset.rows label, fieldset.rows span.label { |
| 559 |
float: left; |
559 |
float: left; |
| 560 |
font-weight : bold; |
560 |
font-weight : bold; |
| 561 |
width: 6em; |
561 |
width: 6em; |
| 562 |
margin-right: 1em; |
562 |
margin-right: 1em; |
| 563 |
text-align: right; |
563 |
text-align: right; |
| 564 |
} |
564 |
} |
| 565 |
|
565 |
|
| 566 |
fieldset.rows fieldset { |
566 |
fieldset.rows fieldset { |
| 567 |
background-color: transparent; |
567 |
background-color: transparent; |
| 568 |
border-width : 1px; |
568 |
border-width : 1px; |
| 569 |
margin : 1em; |
569 |
margin : 1em; |
| 570 |
padding : .3em; |
570 |
padding : .3em; |
| 571 |
} |
571 |
} |
| 572 |
|
572 |
|
| 573 |
.yui-b fieldset.rows label, .yui-b fieldset.rows span.label { |
573 |
.yui-b fieldset.rows label, .yui-b fieldset.rows span.label { |
| 574 |
width: 9em; |
574 |
width: 9em; |
| 575 |
} |
575 |
} |
| 576 |
|
576 |
|
| 577 |
.yui-b fieldset.rows div.hint { |
577 |
.yui-b fieldset.rows div.hint { |
| 578 |
margin-left : 10.5em; |
578 |
margin-left : 10.5em; |
| 579 |
} |
579 |
} |
| 580 |
|
580 |
|
| 581 |
.yui-u fieldset.rows label, .yui-u fieldset.rows span.label { |
581 |
.yui-u fieldset.rows label, .yui-u fieldset.rows span.label { |
| 582 |
width: 10em; |
582 |
width: 10em; |
| 583 |
} |
583 |
} |
| 584 |
|
584 |
|
| 585 |
.yui-u fieldset.rows div.hint { |
585 |
.yui-u fieldset.rows div.hint { |
| 586 |
margin-left : 7.5em; |
586 |
margin-left : 7.5em; |
| 587 |
} |
587 |
} |
| 588 |
|
588 |
|
| 589 |
fieldset.rows.left label, fieldset.rows.left span.label { |
589 |
fieldset.rows.left label, fieldset.rows.left span.label { |
| 590 |
width : 8em; |
590 |
width : 8em; |
| 591 |
text-align : left; |
591 |
text-align : left; |
| 592 |
} |
592 |
} |
| 593 |
|
593 |
|
| 594 |
fieldset.rows ol { |
594 |
fieldset.rows ol { |
|
Lines 605-634
width: 100%;
Link Here
|
| 605 |
} |
605 |
} |
| 606 |
|
606 |
|
| 607 |
fieldset.rows.left li { |
607 |
fieldset.rows.left li { |
| 608 |
padding-bottom : .4em; |
608 |
padding-bottom : .4em; |
| 609 |
} |
609 |
} |
| 610 |
|
610 |
|
| 611 |
fieldset.rows li.radio { |
611 |
fieldset.rows li.radio { |
| 612 |
padding-left: 9em; |
612 |
padding-left: 9em; |
| 613 |
width : auto; |
613 |
width : auto; |
| 614 |
} |
614 |
} |
| 615 |
|
615 |
|
| 616 |
fieldset.rows li.radio label { |
616 |
fieldset.rows li.radio label { |
| 617 |
float : none; |
617 |
float : none; |
| 618 |
width : auto; |
618 |
width : auto; |
| 619 |
margin : 0 0 0 1em; |
619 |
margin : 0 0 0 1em; |
| 620 |
} |
620 |
} |
| 621 |
|
621 |
|
| 622 |
fieldset.rows ol.radio label { |
622 |
fieldset.rows ol.radio label { |
| 623 |
width : auto; |
623 |
width : auto; |
| 624 |
float : none; |
624 |
float : none; |
| 625 |
margin-right : 0; |
625 |
margin-right : 0; |
| 626 |
} |
626 |
} |
| 627 |
|
627 |
|
| 628 |
fieldset.rows ol.radio label.radio { |
628 |
fieldset.rows ol.radio label.radio { |
| 629 |
float : left; |
629 |
float : left; |
| 630 |
width : 12em; |
630 |
width : 12em; |
| 631 |
margin-right : 1em; |
631 |
margin-right : 1em; |
| 632 |
} |
632 |
} |
| 633 |
|
633 |
|
| 634 |
fieldset.rows caption { |
634 |
fieldset.rows caption { |
|
Lines 640-671
fieldset.rows p {
Link Here
|
| 640 |
} |
640 |
} |
| 641 |
|
641 |
|
| 642 |
fieldset.rows table { |
642 |
fieldset.rows table { |
| 643 |
font-size : 105%; |
643 |
font-size : 105%; |
| 644 |
clear : both; |
644 |
clear : both; |
| 645 |
margin : 1em 0 1em 1em; |
645 |
margin : 1em 0 1em 1em; |
| 646 |
} |
646 |
} |
| 647 |
|
647 |
|
| 648 |
fieldset.rows td label { |
648 |
fieldset.rows td label { |
| 649 |
float : none; |
649 |
float : none; |
| 650 |
font-weight : normal; |
650 |
font-weight : normal; |
| 651 |
width : auto; |
651 |
width : auto; |
| 652 |
} |
652 |
} |
| 653 |
|
653 |
|
| 654 |
fieldset.rows label.yesno { |
654 |
fieldset.rows label.yesno { |
| 655 |
float : none; |
655 |
float : none; |
| 656 |
width : auto; |
656 |
width : auto; |
| 657 |
} |
657 |
} |
| 658 |
|
658 |
|
| 659 |
fieldset.rows label.error { |
659 |
fieldset.rows label.error { |
| 660 |
float: none; |
660 |
float: none; |
| 661 |
margin-left: 1em; |
661 |
margin-left: 1em; |
| 662 |
width: auto; |
662 |
width: auto; |
| 663 |
} |
663 |
} |
| 664 |
|
664 |
|
| 665 |
fieldset.action, div.action { |
665 |
fieldset.action, div.action { |
| 666 |
background-color: transparent; |
666 |
background-color: transparent; |
| 667 |
clear : both; |
667 |
clear : both; |
| 668 |
float : none; |
668 |
float : none; |
| 669 |
border : 0px; |
669 |
border : 0px; |
| 670 |
margin: 0; |
670 |
margin: 0; |
| 671 |
padding: .4em .4em .4em .1em; |
671 |
padding: .4em .4em .4em .1em; |
|
Lines 686-696
width: 100%;
Link Here
|
| 686 |
|
686 |
|
| 687 |
|
687 |
|
| 688 |
div.rows span.label { |
688 |
div.rows span.label { |
| 689 |
float: left; |
689 |
float: left; |
| 690 |
font-weight : bold; |
690 |
font-weight : bold; |
| 691 |
width: 9em; |
691 |
width: 9em; |
| 692 |
margin-right: 1em; |
692 |
margin-right: 1em; |
| 693 |
text-align: left; |
693 |
text-align: left; |
| 694 |
} |
694 |
} |
| 695 |
|
695 |
|
| 696 |
div.rows ol { |
696 |
div.rows ol { |
|
Lines 699-705
list-style-type: none;
Link Here
|
| 699 |
} |
699 |
} |
| 700 |
|
700 |
|
| 701 |
div.rows ol li li { |
701 |
div.rows ol li li { |
| 702 |
border-bottom: 0; |
702 |
border-bottom: 0; |
| 703 |
} |
703 |
} |
| 704 |
|
704 |
|
| 705 |
div.rows li { |
705 |
div.rows li { |
|
Lines 713-745
width: 100%;
Link Here
|
| 713 |
} |
713 |
} |
| 714 |
|
714 |
|
| 715 |
a.cancel { |
715 |
a.cancel { |
| 716 |
padding-left : 1em; |
716 |
padding-left : 1em; |
| 717 |
} |
717 |
} |
| 718 |
|
718 |
|
| 719 |
fieldset.rows fieldset.action { |
719 |
fieldset.rows fieldset.action { |
| 720 |
padding : 1em; |
720 |
padding : 1em; |
| 721 |
} |
721 |
} |
| 722 |
|
722 |
|
| 723 |
fieldset.rows label.inline { |
723 |
fieldset.rows label.inline { |
| 724 |
display : inline; |
724 |
display : inline; |
| 725 |
float : none; |
725 |
float : none; |
| 726 |
margin-left : 1em; |
726 |
margin-left : 1em; |
| 727 |
width : auto; |
727 |
width : auto; |
| 728 |
} |
728 |
} |
| 729 |
|
729 |
|
| 730 |
fieldset.rows .inputnote { |
730 |
fieldset.rows .inputnote { |
| 731 |
clear : left; |
731 |
clear : left; |
| 732 |
float : left; |
732 |
float : left; |
| 733 |
margin : .5em 0 0 11em; |
733 |
margin : .5em 0 0 11em; |
| 734 |
} |
734 |
} |
| 735 |
|
735 |
|
| 736 |
.checkedout { |
736 |
.checkedout { |
| 737 |
color : #999999; |
737 |
color : #999999; |
| 738 |
font-style : italic; |
738 |
font-style : italic; |
| 739 |
} |
739 |
} |
| 740 |
|
740 |
|
| 741 |
.subfield_not_filled { |
741 |
.subfield_not_filled { |
| 742 |
background-color : #FFFF99; |
742 |
background-color : #FFFF99; |
| 743 |
} |
743 |
} |
| 744 |
.content_hidden { |
744 |
.content_hidden { |
| 745 |
visibility:hidden; /* you propably don't need to change this one */ |
745 |
visibility:hidden; /* you propably don't need to change this one */ |
|
Lines 752-783
fieldset.rows .inputnote {
Link Here
|
| 752 |
display:block; |
752 |
display:block; |
| 753 |
} |
753 |
} |
| 754 |
#newbiblio a, #addchild a, #newentry a, #newshelf a, #newmenuc .first-child, #newsupplier .first-child, #newlabel a, #newtemplate a, #newlabelbatch a, #newpatroncardbatch a, #newprofile a, #newsubscription a, #newdictionary a, #newbasket a, #newrootbudget-button, #budgets_menuc .first-child { |
754 |
#newbiblio a, #addchild a, #newentry a, #newshelf a, #newmenuc .first-child, #newsupplier .first-child, #newlabel a, #newtemplate a, #newlabelbatch a, #newpatroncardbatch a, #newprofile a, #newsubscription a, #newdictionary a, #newbasket a, #newrootbudget-button, #budgets_menuc .first-child { |
| 755 |
padding-left : 34px; |
755 |
padding-left : 34px; |
| 756 |
background-image: url("../../img/toolbar-new.gif"); |
756 |
background-image: url("../../img/toolbar-new.gif"); |
| 757 |
background-position : center left; |
757 |
background-position : center left; |
| 758 |
background-repeat : no-repeat; |
758 |
background-repeat : no-repeat; |
| 759 |
} |
759 |
} |
| 760 |
|
760 |
|
| 761 |
#changepassword a { |
761 |
#changepassword a { |
| 762 |
padding-left : 34px; |
762 |
padding-left : 34px; |
| 763 |
background-image: url("../../img/toolbar-password.gif"); |
763 |
background-image: url("../../img/toolbar-password.gif"); |
| 764 |
background-position : center left; |
764 |
background-position : center left; |
| 765 |
background-repeat : no-repeat; |
765 |
background-repeat : no-repeat; |
| 766 |
} |
766 |
} |
| 767 |
|
767 |
|
| 768 |
#manageorders a { |
768 |
#manageorders a { |
| 769 |
padding-left : 34px; |
769 |
padding-left : 34px; |
| 770 |
background-image: url("../../img/toolbar-orders.gif"); |
770 |
background-image: url("../../img/toolbar-orders.gif"); |
| 771 |
background-position : center left; |
771 |
background-position : center left; |
| 772 |
background-repeat : no-repeat; |
772 |
background-repeat : no-repeat; |
| 773 |
} |
773 |
} |
| 774 |
|
774 |
|
| 775 |
|
775 |
|
| 776 |
#savemenuc .first-child, #addbiblio .first-child { |
776 |
#savemenuc .first-child, #addbiblio .first-child { |
| 777 |
padding-left : 34px; |
777 |
padding-left : 34px; |
| 778 |
background-image: url("../../img/toolbar-save.gif"); |
778 |
background-image: url("../../img/toolbar-save.gif"); |
| 779 |
background-position : center left; |
779 |
background-position : center left; |
| 780 |
background-repeat : no-repeat; |
780 |
background-repeat : no-repeat; |
| 781 |
} |
781 |
} |
| 782 |
|
782 |
|
| 783 |
#editpatron a, |
783 |
#editpatron a, |
|
Lines 791-862
fieldset.rows .inputnote {
Link Here
|
| 791 |
#managelabelbatch a, |
791 |
#managelabelbatch a, |
| 792 |
#manageprofile a, |
792 |
#manageprofile a, |
| 793 |
#periods_menuc .first-child { |
793 |
#periods_menuc .first-child { |
| 794 |
padding-left : 34px; |
794 |
padding-left : 34px; |
| 795 |
background-image: url("../../img/toolbar-edit.gif"); |
795 |
background-image: url("../../img/toolbar-edit.gif"); |
| 796 |
background-position : center left; |
796 |
background-position : center left; |
| 797 |
background-repeat : no-repeat; |
797 |
background-repeat : no-repeat; |
| 798 |
} |
798 |
} |
| 799 |
|
799 |
|
| 800 |
#duplicate a { |
800 |
#duplicate a { |
| 801 |
padding-left : 34px; |
801 |
padding-left : 34px; |
| 802 |
background-image: url("../../img/toolbar-duplicate.gif"); |
802 |
background-image: url("../../img/toolbar-duplicate.gif"); |
| 803 |
background-position : center left; |
803 |
background-position : center left; |
| 804 |
background-repeat : no-repeat; |
804 |
background-repeat : no-repeat; |
| 805 |
} |
805 |
} |
| 806 |
|
806 |
|
| 807 |
#receive a { |
807 |
#receive a { |
| 808 |
padding-left : 34px; |
808 |
padding-left : 34px; |
| 809 |
background-image: url("../../img/toolbar-receive.gif"); |
809 |
background-image: url("../../img/toolbar-receive.gif"); |
| 810 |
background-position : center left; |
810 |
background-position : center left; |
| 811 |
background-repeat : no-repeat; |
811 |
background-repeat : no-repeat; |
| 812 |
} |
812 |
} |
| 813 |
|
813 |
|
| 814 |
#renew a { |
814 |
#renew a { |
| 815 |
padding-left : 34px; |
815 |
padding-left : 34px; |
| 816 |
background-image: url("../../img/toolbar-renew.gif"); |
816 |
background-image: url("../../img/toolbar-renew.gif"); |
| 817 |
background-position : center left; |
817 |
background-position : center left; |
| 818 |
background-repeat : no-repeat; |
818 |
background-repeat : no-repeat; |
| 819 |
} |
819 |
} |
| 820 |
|
820 |
|
| 821 |
#deletebiblio button, #deletebiblio a, #deletepatron a, #deleteshelf .first-child, #delete a { |
821 |
#deletebiblio button, #deletebiblio a, #deletepatron a, #deleteshelf .first-child, #delete a { |
| 822 |
padding-left : 34px; |
822 |
padding-left : 34px; |
| 823 |
background-image: url("../../img/toolbar-delete.gif"); |
823 |
background-image: url("../../img/toolbar-delete.gif"); |
| 824 |
background-position : center left; |
824 |
background-position : center left; |
| 825 |
background-repeat : no-repeat; |
825 |
background-repeat : no-repeat; |
| 826 |
} |
826 |
} |
| 827 |
|
827 |
|
| 828 |
#z3950search .first-child { |
828 |
#z3950search .first-child { |
| 829 |
padding-left : 34px; |
829 |
padding-left : 34px; |
| 830 |
background-image: url("../../img/toolbar-search.gif"); |
830 |
background-image: url("../../img/toolbar-search.gif"); |
| 831 |
background-position : center left; |
831 |
background-position : center left; |
| 832 |
background-repeat : no-repeat; |
832 |
background-repeat : no-repeat; |
| 833 |
} |
833 |
} |
| 834 |
#z3950searcht table { |
834 |
#z3950searcht table { |
| 835 |
/* doesn't have desired effect in catalogue/results.tmpl - I'll leave this here for now but there do seem to be casscading CSS errors in this and other CSS fiels - RICKW 20081118 */ |
835 |
/* doesn't have desired effect in catalogue/results.tmpl - I'll leave this here for now but there do seem to be casscading CSS errors in this and other CSS fiels - RICKW 20081118 */ |
| 836 |
padding: 20px; |
836 |
padding: 20px; |
| 837 |
border: none; |
837 |
border: none; |
| 838 |
} |
838 |
} |
| 839 |
#printbiblio button, #printbiblio a, #printmenuc .first-child { |
839 |
#printbiblio button, #printbiblio a, #printmenuc .first-child { |
| 840 |
padding-left : 34px; |
840 |
padding-left : 34px; |
| 841 |
background-image: url("../../img/toolbar-print.gif"); |
841 |
background-image: url("../../img/toolbar-print.gif"); |
| 842 |
background-position : center left; |
842 |
background-position : center left; |
| 843 |
background-repeat : no-repeat; |
843 |
background-repeat : no-repeat; |
| 844 |
} |
844 |
} |
| 845 |
|
845 |
|
| 846 |
#addtoshelf button, #addtoshelf a { |
846 |
#addtoshelf button, #addtoshelf a { |
| 847 |
padding-left : 34px; |
847 |
padding-left : 34px; |
| 848 |
background-image: url("../../img/toolbar-add-to-shelf.gif"); |
848 |
background-image: url("../../img/toolbar-add-to-shelf.gif"); |
| 849 |
background-position : center left; |
849 |
background-position : center left; |
| 850 |
background-repeat : no-repeat; |
850 |
background-repeat : no-repeat; |
| 851 |
} |
851 |
} |
| 852 |
|
852 |
|
| 853 |
#placehold a, |
853 |
#placehold a, |
| 854 |
#placehold button, |
854 |
#placehold button, |
| 855 |
#holdfor .first-child { |
855 |
#holdfor .first-child { |
| 856 |
padding-left : 34px; |
856 |
padding-left : 34px; |
| 857 |
background-image: url("../../img/toolbar-hold.gif"); |
857 |
background-image: url("../../img/toolbar-hold.gif"); |
| 858 |
background-position : center left; |
858 |
background-position : center left; |
| 859 |
background-repeat : no-repeat; |
859 |
background-repeat : no-repeat; |
| 860 |
} |
860 |
} |
| 861 |
|
861 |
|
| 862 |
#placeholdc #yui-gen13 { border-top : 1px solid #CCCCCC; margin-top : .3em; } |
862 |
#placeholdc #yui-gen13 { border-top : 1px solid #CCCCCC; margin-top : .3em; } |
|
Lines 864-870
fieldset.rows .inputnote {
Link Here
|
| 864 |
#holdfor .first-child { padding-left : 17px; } |
864 |
#holdfor .first-child { padding-left : 17px; } |
| 865 |
|
865 |
|
| 866 |
#editmenuc .first-child, #deleteshelf .first-child,#newmenuc .first-child, #addbiblio .first-child, #z3950search .first-child, #printmenuc .first-child, #newsupplier .first-child, #savemenuc .first-child, #budgets_menuc .first-child, #periods_menuc .first-child { |
866 |
#editmenuc .first-child, #deleteshelf .first-child,#newmenuc .first-child, #addbiblio .first-child, #z3950search .first-child, #printmenuc .first-child, #newsupplier .first-child, #savemenuc .first-child, #budgets_menuc .first-child, #periods_menuc .first-child { |
| 867 |
padding-left : 15px; |
867 |
padding-left : 15px; |
| 868 |
} |
868 |
} |
| 869 |
|
869 |
|
| 870 |
.error, |
870 |
.error, |
|
Lines 875-959
fieldset.rows .inputnote {
Link Here
|
| 875 |
} |
875 |
} |
| 876 |
|
876 |
|
| 877 |
div.error { |
877 |
div.error { |
| 878 |
border : 2px dashed #990000; |
878 |
border : 2px dashed #990000; |
| 879 |
background-color : #FFFF99; |
879 |
background-color : #FFFF99; |
| 880 |
padding : .5em; |
880 |
padding : .5em; |
| 881 |
margin : 1em; |
881 |
margin : 1em; |
| 882 |
} |
882 |
} |
| 883 |
|
883 |
|
| 884 |
input.alert { |
884 |
input.alert { |
| 885 |
background-color : #FFFF99; |
885 |
background-color : #FFFF99; |
| 886 |
border-color: #900; |
886 |
border-color: #900; |
| 887 |
} |
887 |
} |
| 888 |
|
888 |
|
| 889 |
ol.bibliodetails { |
889 |
ol.bibliodetails { |
| 890 |
float: left; |
890 |
float: left; |
| 891 |
margin : 0 0 1em 1em; |
891 |
margin : 0 0 1em 1em; |
| 892 |
} |
892 |
} |
| 893 |
|
893 |
|
| 894 |
ol.bibliodetails li { |
894 |
ol.bibliodetails li { |
| 895 |
border-bottom: 1px solid #E8E8E8; |
895 |
border-bottom: 1px solid #E8E8E8; |
| 896 |
list-style-type : none; |
896 |
list-style-type : none; |
| 897 |
padding : .1em; |
897 |
padding : .1em; |
| 898 |
} |
898 |
} |
| 899 |
|
899 |
|
| 900 |
ol.bibliodetails span.label { |
900 |
ol.bibliodetails span.label { |
| 901 |
border-right : 1px solid #E8E8E8; |
901 |
border-right : 1px solid #E8E8E8; |
| 902 |
float : left; |
902 |
float : left; |
| 903 |
font-weight: bold; |
903 |
font-weight: bold; |
| 904 |
width: 12em; |
904 |
width: 12em; |
| 905 |
margin-right: 1em; |
905 |
margin-right: 1em; |
| 906 |
} |
906 |
} |
| 907 |
|
907 |
|
| 908 |
div.listgroup { |
908 |
div.listgroup { |
| 909 |
clear : left; |
909 |
clear : left; |
| 910 |
} |
910 |
} |
| 911 |
|
911 |
|
| 912 |
div.listgroup h4 { |
912 |
div.listgroup h4 { |
| 913 |
font-style: italic; |
913 |
font-style: italic; |
| 914 |
} |
914 |
} |
| 915 |
|
915 |
|
| 916 |
div.listgroup h4 a { |
916 |
div.listgroup h4 a { |
| 917 |
font-size : 80%; |
917 |
font-size : 80%; |
| 918 |
} |
918 |
} |
| 919 |
|
919 |
|
| 920 |
div.listgroup input { |
920 |
div.listgroup input { |
| 921 |
font-size: 80%; |
921 |
font-size: 80%; |
| 922 |
} |
922 |
} |
| 923 |
|
923 |
|
| 924 |
div.sysprefs h3 { |
924 |
div.sysprefs h3 { |
| 925 |
margin : .2em 0 .2em .4em; |
925 |
margin : .2em 0 .2em .4em; |
| 926 |
} |
926 |
} |
| 927 |
|
927 |
|
| 928 |
div.sysprefs dl { |
928 |
div.sysprefs dl { |
| 929 |
margin-left : 1.5em; |
929 |
margin-left : 1.5em; |
| 930 |
} |
930 |
} |
| 931 |
|
931 |
|
| 932 |
div.sysprefs div.hint { |
932 |
div.sysprefs div.hint { |
| 933 |
width : 25%; |
933 |
width : 25%; |
| 934 |
float : right; |
934 |
float : right; |
| 935 |
padding : .5em; |
935 |
padding : .5em; |
| 936 |
margin : .7em; |
936 |
margin : .7em; |
| 937 |
} |
937 |
} |
| 938 |
|
938 |
|
| 939 |
tr.highlight td { |
939 |
tr.highlight td { |
| 940 |
background-color : #F6F6F6; |
940 |
background-color : #F6F6F6; |
| 941 |
border-color : #BCBCBC; |
941 |
border-color : #BCBCBC; |
| 942 |
} |
942 |
} |
| 943 |
|
943 |
|
| 944 |
tr.highlight th[scope=row] { |
944 |
tr.highlight th[scope=row] { |
| 945 |
background-color : #DDDDDD; |
945 |
background-color : #DDDDDD; |
| 946 |
border-color : #BCBCBC; |
946 |
border-color : #BCBCBC; |
| 947 |
} |
947 |
} |
| 948 |
|
948 |
|
| 949 |
#circ_circulation_issue label { |
949 |
#circ_circulation_issue label { |
| 950 |
font-size: 105%; |
950 |
font-size: 105%; |
| 951 |
font-weight : bold; |
951 |
font-weight : bold; |
| 952 |
} |
952 |
} |
| 953 |
|
953 |
|
| 954 |
#circ_circulation_issue div.hint { |
954 |
#circ_circulation_issue div.hint { |
| 955 |
color : #666666; |
955 |
color : #666666; |
| 956 |
margin: .2em 0; |
956 |
margin: .2em 0; |
| 957 |
} |
957 |
} |
| 958 |
|
958 |
|
| 959 |
.date-select { |
959 |
.date-select { |
|
Lines 972-1124
tr.highlight th[scope=row] {
Link Here
|
| 972 |
} |
972 |
} |
| 973 |
|
973 |
|
| 974 |
tr.expired td { |
974 |
tr.expired td { |
| 975 |
color : #999999; |
975 |
color : #999999; |
| 976 |
} |
976 |
} |
| 977 |
|
977 |
|
| 978 |
span.expired { |
978 |
span.expired { |
| 979 |
color : #990000; |
979 |
color : #990000; |
| 980 |
font-style : italic; |
980 |
font-style : italic; |
| 981 |
} |
981 |
} |
| 982 |
|
982 |
|
| 983 |
div.help { |
983 |
div.help { |
| 984 |
margin: .9em 0 0 0; |
984 |
margin: .9em 0 0 0; |
| 985 |
} |
985 |
} |
| 986 |
|
986 |
|
| 987 |
.blocker { |
987 |
.blocker { |
| 988 |
color : #990000; |
988 |
color : #990000; |
| 989 |
} |
989 |
} |
| 990 |
|
990 |
|
| 991 |
.circmessage li { |
991 |
.circmessage li { |
| 992 |
list-style : url(../../img/arrow-bullet.gif); |
992 |
list-style : url(../../img/arrow-bullet.gif); |
| 993 |
margin-bottom : .2em; |
993 |
margin-bottom : .2em; |
| 994 |
} |
994 |
} |
| 995 |
|
995 |
|
| 996 |
div.circmessage:first-child { |
996 |
div.circmessage:first-child { |
| 997 |
margin-top : 1em; |
997 |
margin-top : 1em; |
| 998 |
} |
998 |
} |
| 999 |
|
999 |
|
| 1000 |
div.circmessage { |
1000 |
div.circmessage { |
| 1001 |
padding: 0 .4em .4em .4em; |
1001 |
padding: 0 .4em .4em .4em; |
| 1002 |
margin-bottom : .3em; |
1002 |
margin-bottom : .3em; |
| 1003 |
} |
1003 |
} |
| 1004 |
|
1004 |
|
| 1005 |
span.circ-hlt { |
1005 |
span.circ-hlt { |
| 1006 |
color : #cc0000; |
1006 |
color : #cc0000; |
| 1007 |
font-weight : bold; |
1007 |
font-weight : bold; |
| 1008 |
} |
1008 |
} |
| 1009 |
|
1009 |
|
| 1010 |
div.first fieldset { |
1010 |
div.first fieldset { |
| 1011 |
margin-right : 0; |
1011 |
margin-right : 0; |
| 1012 |
} |
1012 |
} |
| 1013 |
|
1013 |
|
| 1014 |
#circ_needsconfirmation { |
1014 |
#circ_needsconfirmation { |
| 1015 |
margin : auto; |
1015 |
margin : auto; |
| 1016 |
} |
1016 |
} |
| 1017 |
|
1017 |
|
| 1018 |
.dialog { |
1018 |
.dialog { |
| 1019 |
-moz-border-radius : 2px; |
1019 |
-moz-border-radius : 2px; |
| 1020 |
border-radius : 2px; |
1020 |
border-radius : 2px; |
| 1021 |
padding : .5em; |
1021 |
padding : .5em; |
| 1022 |
margin : 1em auto; |
1022 |
margin : 1em auto; |
| 1023 |
text-align : center; |
1023 |
text-align : center; |
| 1024 |
width: 65%; |
1024 |
width: 65%; |
| 1025 |
} |
1025 |
} |
| 1026 |
|
1026 |
|
| 1027 |
.dialog table { |
1027 |
.dialog table { |
| 1028 |
margin : .5em auto; |
1028 |
margin : .5em auto; |
| 1029 |
} |
1029 |
} |
| 1030 |
|
1030 |
|
| 1031 |
.dialog table th { |
1031 |
.dialog table th { |
| 1032 |
text-align : right; |
1032 |
text-align : right; |
| 1033 |
} |
1033 |
} |
| 1034 |
|
1034 |
|
| 1035 |
.dialog table td { |
1035 |
.dialog table td { |
| 1036 |
text-align : left; |
1036 |
text-align : left; |
| 1037 |
} |
1037 |
} |
| 1038 |
|
1038 |
|
| 1039 |
.dialog h2, .dialog h3, .dialog h4 { |
1039 |
.dialog h2, .dialog h3, .dialog h4 { |
| 1040 |
margin : auto; |
1040 |
margin : auto; |
| 1041 |
text-align : center; |
1041 |
text-align : center; |
| 1042 |
} |
1042 |
} |
| 1043 |
|
1043 |
|
| 1044 |
.dialog input { |
1044 |
.dialog input { |
| 1045 |
background-color : #FFF; |
1045 |
background-color : #FFF; |
| 1046 |
border : 1px solid #bcbcbc; |
1046 |
border : 1px solid #bcbcbc; |
| 1047 |
margin : .4em; |
1047 |
margin : .4em; |
| 1048 |
padding : .4em .4em .4em 25px; |
1048 |
padding : .4em .4em .4em 25px; |
| 1049 |
} |
1049 |
} |
| 1050 |
|
1050 |
|
| 1051 |
.dialog input[type="submit"] { |
1051 |
.dialog input[type="submit"] { |
| 1052 |
background : #FFF none; |
1052 |
background : #FFF none; |
| 1053 |
} |
1053 |
} |
| 1054 |
|
1054 |
|
| 1055 |
.dialog input.approve, td input.approve { |
1055 |
.dialog input.approve, td input.approve { |
| 1056 |
background : #FFF url(../../img/approve.gif) no-repeat 4px center; |
1056 |
background : #FFF url(../../img/approve.gif) no-repeat 4px center; |
| 1057 |
padding : .4em .4em .4em 25px; |
1057 |
padding : .4em .4em .4em 25px; |
| 1058 |
} |
1058 |
} |
| 1059 |
|
1059 |
|
| 1060 |
td input.approve { |
1060 |
td input.approve { |
| 1061 |
background-color : #FFC; |
1061 |
background-color : #FFC; |
| 1062 |
} |
1062 |
} |
| 1063 |
|
1063 |
|
| 1064 |
.dialog input.deny { |
1064 |
.dialog input.deny { |
| 1065 |
background : #FFF url(../../img/deny.gif) no-repeat 4px center; |
1065 |
background : #FFF url(../../img/deny.gif) no-repeat 4px center; |
| 1066 |
padding : .4em .4em .4em 25px; |
1066 |
padding : .4em .4em .4em 25px; |
| 1067 |
} |
1067 |
} |
| 1068 |
|
1068 |
|
| 1069 |
.dialog input.save { |
1069 |
.dialog input.save { |
| 1070 |
background: #fff url(../../img/toolbar-save.gif) no-repeat 4px center; |
1070 |
background: #fff url(../../img/toolbar-save.gif) no-repeat 4px center; |
| 1071 |
color:black; |
1071 |
color:black; |
| 1072 |
padding: .4em .4em .4em 34px; |
1072 |
padding: .4em .4em .4em 34px; |
| 1073 |
} |
1073 |
} |
| 1074 |
|
1074 |
|
| 1075 |
.dialog input.edit { |
1075 |
.dialog input.edit { |
| 1076 |
background: #fff url(../../img/toolbar-edit.gif) no-repeat 4px center; |
1076 |
background: #fff url(../../img/toolbar-edit.gif) no-repeat 4px center; |
| 1077 |
color:black; |
1077 |
color:black; |
| 1078 |
max-width : 13em; |
1078 |
max-width : 13em; |
| 1079 |
padding: .4em .4em .4em 34px; |
1079 |
padding: .4em .4em .4em 34px; |
| 1080 |
white-space: normal; |
1080 |
white-space: normal; |
| 1081 |
} |
1081 |
} |
| 1082 |
|
1082 |
|
| 1083 |
.dialog input.new { |
1083 |
.dialog input.new { |
| 1084 |
background: #fff url(../../img/toolbar-new.gif) no-repeat 4px center; |
1084 |
background: #fff url(../../img/toolbar-new.gif) no-repeat 4px center; |
| 1085 |
color:black; |
1085 |
color:black; |
| 1086 |
max-width : 13em; |
1086 |
max-width : 13em; |
| 1087 |
padding: .4em .4em .4em 34px; |
1087 |
padding: .4em .4em .4em 34px; |
| 1088 |
white-space: normal; |
1088 |
white-space: normal; |
| 1089 |
} |
1089 |
} |
| 1090 |
|
1090 |
|
| 1091 |
.dialog input.print { |
1091 |
.dialog input.print { |
| 1092 |
background : #FFF url(../../img/print-confirm.gif) no-repeat 4px center; |
1092 |
background : #FFF url(../../img/print-confirm.gif) no-repeat 4px center; |
| 1093 |
padding : .4em .4em .4em 25px; |
1093 |
padding : .4em .4em .4em 25px; |
| 1094 |
} |
1094 |
} |
| 1095 |
|
1095 |
|
| 1096 |
.dialog input:hover { |
1096 |
.dialog input:hover { |
| 1097 |
background-color : #ffc; |
1097 |
background-color : #ffc; |
| 1098 |
} |
1098 |
} |
| 1099 |
|
1099 |
|
| 1100 |
div.dialog { |
1100 |
div.dialog { |
| 1101 |
border: 1px solid #bcbcbc; |
1101 |
border: 1px solid #bcbcbc; |
| 1102 |
text-align : center; |
1102 |
text-align : center; |
| 1103 |
} |
1103 |
} |
| 1104 |
|
1104 |
|
| 1105 |
div.alert { |
1105 |
div.alert { |
| 1106 |
background: #fef8d3; /* Old browsers */ |
1106 |
background: #fef8d3; /* Old browsers */ |
| 1107 |
background: -moz-linear-gradient(top, #fef8d3 0%, #ffec91 9%, #ffed87 89%, #f9dc00 100%); /* FF3.6+ */ |
1107 |
background: -moz-linear-gradient(top, #fef8d3 0%, #ffec91 9%, #ffed87 89%, #f9dc00 100%); /* FF3.6+ */ |
| 1108 |
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fef8d3), color-stop(9%,#ffec91), color-stop(89%,#ffed87), color-stop(100%,#f9dc00)); /* Chrome,Safari4+ */ |
1108 |
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fef8d3), color-stop(9%,#ffec91), color-stop(89%,#ffed87), color-stop(100%,#f9dc00)); /* Chrome,Safari4+ */ |
| 1109 |
background: -webkit-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* Chrome10+,Safari5.1+ */ |
1109 |
background: -webkit-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* Chrome10+,Safari5.1+ */ |
| 1110 |
background: -o-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* Opera11.10+ */ |
1110 |
background: -o-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* Opera11.10+ */ |
| 1111 |
background: -ms-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* IE10+ */ |
1111 |
background: -ms-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* IE10+ */ |
| 1112 |
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef8d3', endColorstr='#f9dc00',GradientType=0 ); /* IE6-9 */ |
1112 |
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef8d3', endColorstr='#f9dc00',GradientType=0 ); /* IE6-9 */ |
| 1113 |
background: linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* W3C */ |
1113 |
background: linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* W3C */ |
| 1114 |
text-align : center; |
1114 |
text-align : center; |
| 1115 |
border: 1px solid #E0C726; |
1115 |
border: 1px solid #E0C726; |
| 1116 |
color : inherit; |
1116 |
color : inherit; |
| 1117 |
text-shadow : none; |
1117 |
text-shadow : none; |
| 1118 |
} |
1118 |
} |
| 1119 |
|
1119 |
|
| 1120 |
div.alert strong { |
1120 |
div.alert strong { |
| 1121 |
color : #900; |
1121 |
color : #900; |
| 1122 |
} |
1122 |
} |
| 1123 |
|
1123 |
|
| 1124 |
.dialog li { |
1124 |
.dialog li { |
|
Lines 1136-1205
a.clone-field {
Link Here
|
| 1136 |
} |
1136 |
} |
| 1137 |
|
1137 |
|
| 1138 |
a.document { |
1138 |
a.document { |
| 1139 |
background-position : left middle; |
1139 |
background-position : left middle; |
| 1140 |
background-repeat : no-repeat; |
1140 |
background-repeat : no-repeat; |
| 1141 |
padding-left : 20px; |
1141 |
padding-left : 20px; |
| 1142 |
} |
1142 |
} |
| 1143 |
|
1143 |
|
| 1144 |
a.pdf { |
1144 |
a.pdf { |
| 1145 |
background-image : url("../../img/famfamfam/silk/page_white_acrobat.png"); |
1145 |
background-image : url("../../img/famfamfam/silk/page_white_acrobat.png"); |
| 1146 |
} |
1146 |
} |
| 1147 |
|
1147 |
|
| 1148 |
a.csv { |
1148 |
a.csv { |
| 1149 |
background-image : url("../../img/famfamfam/silk/page_white_excel.png"); |
1149 |
background-image : url("../../img/famfamfam/silk/page_white_excel.png"); |
| 1150 |
} |
1150 |
} |
| 1151 |
|
1151 |
|
| 1152 |
a.xml { |
1152 |
a.xml { |
| 1153 |
background-image : url("../../img/famfamfam/silk/page_white_code.png"); |
1153 |
background-image : url("../../img/famfamfam/silk/page_white_code.png"); |
| 1154 |
} |
1154 |
} |
| 1155 |
|
1155 |
|
| 1156 |
div.message { |
1156 |
div.message { |
| 1157 |
background: #ffffff; /* Old browsers */ |
1157 |
background: #ffffff; /* Old browsers */ |
| 1158 |
background: -moz-linear-gradient(top, #ffffff 0%, #f4f6fa 2%, #eaeef5 23%, #e8edf6 94%, #cddbf2 100%); /* FF3.6+ */ |
1158 |
background: -moz-linear-gradient(top, #ffffff 0%, #f4f6fa 2%, #eaeef5 23%, #e8edf6 94%, #cddbf2 100%); /* FF3.6+ */ |
| 1159 |
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#f4f6fa), color-stop(23%,#eaeef5), color-stop(94%,#e8edf6), color-stop(100%,#cddbf2)); /* Chrome,Safari4+ */ |
1159 |
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#f4f6fa), color-stop(23%,#eaeef5), color-stop(94%,#e8edf6), color-stop(100%,#cddbf2)); /* Chrome,Safari4+ */ |
| 1160 |
background: -webkit-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* Chrome10+,Safari5.1+ */ |
1160 |
background: -webkit-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* Chrome10+,Safari5.1+ */ |
| 1161 |
background: -o-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* Opera11.10+ */ |
1161 |
background: -o-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* Opera11.10+ */ |
| 1162 |
background: -ms-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* IE10+ */ |
1162 |
background: -ms-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* IE10+ */ |
| 1163 |
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef5', endColorstr='#cddbf2',GradientType=0 ); /* IE6-9 */ |
1163 |
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef5', endColorstr='#cddbf2',GradientType=0 ); /* IE6-9 */ |
| 1164 |
background: linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* W3C */ |
1164 |
background: linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* W3C */ |
| 1165 |
border : 1px solid #bcbcbc; |
1165 |
border : 1px solid #bcbcbc; |
| 1166 |
text-align: center; |
1166 |
text-align: center; |
| 1167 |
width : 55%; |
1167 |
width : 55%; |
| 1168 |
} |
1168 |
} |
| 1169 |
|
1169 |
|
| 1170 |
div.message ul, |
1170 |
div.message ul, |
| 1171 |
div.message h5 { |
1171 |
div.message h5 { |
| 1172 |
padding-left : 25%; |
1172 |
padding-left : 25%; |
| 1173 |
text-align : left; |
1173 |
text-align : left; |
| 1174 |
} |
1174 |
} |
| 1175 |
|
1175 |
|
| 1176 |
div.message ul+h4 { |
1176 |
div.message ul+h4 { |
| 1177 |
margin-top : .7em; |
1177 |
margin-top : .7em; |
| 1178 |
} |
1178 |
} |
| 1179 |
|
1179 |
|
| 1180 |
div.note { |
1180 |
div.note { |
| 1181 |
background: #f4f6fa; |
1181 |
background: #f4f6fa; |
| 1182 |
background-repeat : no-repeat; |
1182 |
background-repeat : no-repeat; |
| 1183 |
background-position : left center; |
1183 |
background-position : left center; |
| 1184 |
background-image : url("../../img/note.png"); |
1184 |
background-image : url("../../img/note.png"); |
| 1185 |
background-image: url("../../img/note.png"), -moz-linear-gradient(top, #f4f6fa 0%, #e8edf6 100%); /* FF3.6+ */ |
1185 |
background-image: url("../../img/note.png"), -moz-linear-gradient(top, #f4f6fa 0%, #e8edf6 100%); /* FF3.6+ */ |
| 1186 |
background-image: url("../../img/note.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f6fa), color-stop(100%,#e8edf6)); /* Chrome,Safari4+ */ |
1186 |
background-image: url("../../img/note.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f6fa), color-stop(100%,#e8edf6)); /* Chrome,Safari4+ */ |
| 1187 |
background-image: url("../../img/note.png"), -webkit-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* Chrome10+,Safari5.1+ */ |
1187 |
background-image: url("../../img/note.png"), -webkit-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* Chrome10+,Safari5.1+ */ |
| 1188 |
background-image: url("../../img/note.png"), -o-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* Opera11.10+ */ |
1188 |
background-image: url("../../img/note.png"), -o-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* Opera11.10+ */ |
| 1189 |
background-image: url("../../img/note.png"), -ms-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* IE10+ */ |
1189 |
background-image: url("../../img/note.png"), -ms-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* IE10+ */ |
| 1190 |
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f6fa', endColorstr='#e8edf6',GradientType=0 ); /* IE6-9 */ |
1190 |
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f6fa', endColorstr='#e8edf6',GradientType=0 ); /* IE6-9 */ |
| 1191 |
background-image: url("../../img/note.png"), linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* W3C */ |
1191 |
background-image: url("../../img/note.png"), linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* W3C */ |
| 1192 |
border : 1px solid #BCBCBC; |
1192 |
border : 1px solid #BCBCBC; |
| 1193 |
padding : .5em .5em .5em 20px; |
1193 |
padding : .5em .5em .5em 20px; |
| 1194 |
margin : .5em 0; |
1194 |
margin : .5em 0; |
| 1195 |
} |
1195 |
} |
| 1196 |
|
1196 |
|
| 1197 |
div.results { |
1197 |
div.results { |
| 1198 |
padding : .7em 0; |
1198 |
padding : .7em 0; |
| 1199 |
} |
1199 |
} |
| 1200 |
|
1200 |
|
| 1201 |
.accesskey { |
1201 |
.accesskey { |
| 1202 |
text-decoration : underline; |
1202 |
text-decoration : underline; |
| 1203 |
} |
1203 |
} |
| 1204 |
|
1204 |
|
| 1205 |
label.required, |
1205 |
label.required, |
|
Lines 1208-1215
span.required {
Link Here
|
| 1208 |
} |
1208 |
} |
| 1209 |
|
1209 |
|
| 1210 |
span.required { |
1210 |
span.required { |
| 1211 |
font-style : italic; |
1211 |
font-style : italic; |
| 1212 |
margin-left : .5em; |
1212 |
margin-left : .5em; |
| 1213 |
} |
1213 |
} |
| 1214 |
|
1214 |
|
| 1215 |
.missing{ |
1215 |
.missing{ |
|
Lines 1218-1228
span.required {
Link Here
|
| 1218 |
|
1218 |
|
| 1219 |
.term { |
1219 |
.term { |
| 1220 |
background-color: #FFC; |
1220 |
background-color: #FFC; |
| 1221 |
color : #990000; |
1221 |
color : #990000; |
| 1222 |
} |
1222 |
} |
| 1223 |
|
1223 |
|
| 1224 |
a .term { |
1224 |
a .term { |
| 1225 |
text-decoration : underline; |
1225 |
text-decoration : underline; |
| 1226 |
} |
1226 |
} |
| 1227 |
|
1227 |
|
| 1228 |
/* style for shelving location in catalogsearch */ |
1228 |
/* style for shelving location in catalogsearch */ |
|
Lines 1232-1254
a .term {
Link Here
|
| 1232 |
} |
1232 |
} |
| 1233 |
|
1233 |
|
| 1234 |
a:hover .term { |
1234 |
a:hover .term { |
| 1235 |
color : #FF9090; |
1235 |
color : #FF9090; |
| 1236 |
} |
1236 |
} |
| 1237 |
|
1237 |
|
| 1238 |
div#menu { |
1238 |
div#menu { |
| 1239 |
border-right:1px solid #b9d8d9; |
1239 |
border-right:1px solid #b9d8d9; |
| 1240 |
margin-right: .5em; |
1240 |
margin-right: .5em; |
| 1241 |
padding-top: 1em; |
1241 |
padding-top: 1em; |
| 1242 |
padding-bottom: 2em; |
1242 |
padding-bottom: 2em; |
| 1243 |
} |
1243 |
} |
| 1244 |
|
1244 |
|
| 1245 |
*html #menu li { |
1245 |
*html #menu li { |
| 1246 |
display : inline; |
1246 |
display : inline; |
| 1247 |
} |
1247 |
} |
| 1248 |
|
1248 |
|
| 1249 |
div#menu li a { |
1249 |
div#menu li a { |
| 1250 |
text-decoration: none; |
1250 |
text-decoration: none; |
| 1251 |
display: block; |
1251 |
display: block; |
| 1252 |
|
1252 |
|
| 1253 |
background: #e8f0f6; /* Old browsers */ |
1253 |
background: #e8f0f6; /* Old browsers */ |
| 1254 |
background: -moz-linear-gradient(left, #e8f0f6 0%, #e8f0f6 96%, #c1c1c1 100%); /* FF3.6+ */ |
1254 |
background: -moz-linear-gradient(left, #e8f0f6 0%, #e8f0f6 96%, #c1c1c1 100%); /* FF3.6+ */ |
|
Lines 1257-1271
div#menu li a {
Link Here
|
| 1257 |
background: -o-linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* Opera11.10+ */ |
1257 |
background: -o-linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* Opera11.10+ */ |
| 1258 |
background: -ms-linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* IE10+ */ |
1258 |
background: -ms-linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* IE10+ */ |
| 1259 |
background: linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* W3C */ |
1259 |
background: linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* W3C */ |
| 1260 |
-moz-border-top-left-radius: 5px; |
1260 |
-moz-border-top-left-radius: 5px; |
| 1261 |
border-top-left-radius: 5px; |
1261 |
border-top-left-radius: 5px; |
| 1262 |
-moz-border-bottom-left-radius: 5px; |
1262 |
-moz-border-bottom-left-radius: 5px; |
| 1263 |
border-bottom-left-radius: 5px; |
1263 |
border-bottom-left-radius: 5px; |
| 1264 |
border:1px solid #b9d8d9; |
1264 |
border:1px solid #b9d8d9; |
| 1265 |
font-size: 111%; |
1265 |
font-size: 111%; |
| 1266 |
margin: .5em 0; |
1266 |
margin: .5em 0; |
| 1267 |
padding: .4em .3em; |
1267 |
padding: .4em .3em; |
| 1268 |
margin-right : -1px; |
1268 |
margin-right : -1px; |
| 1269 |
} |
1269 |
} |
| 1270 |
|
1270 |
|
| 1271 |
div#menu li a:hover { |
1271 |
div#menu li a:hover { |
|
Lines 1282-1299
div#menu li a:hover {
Link Here
|
| 1282 |
} |
1282 |
} |
| 1283 |
|
1283 |
|
| 1284 |
div#menu li.active a:hover { |
1284 |
div#menu li.active a:hover { |
| 1285 |
background-color: #fff; |
1285 |
background-color: #fff; |
| 1286 |
color : #538200; |
1286 |
color : #538200; |
| 1287 |
} |
1287 |
} |
| 1288 |
|
1288 |
|
| 1289 |
#menu ul li { |
1289 |
#menu ul li { |
| 1290 |
list-style-type: none; |
1290 |
list-style-type: none; |
| 1291 |
} |
1291 |
} |
| 1292 |
|
1292 |
|
| 1293 |
#menu ul li.active a { |
1293 |
#menu ul li.active a { |
| 1294 |
background-color: #FFF; |
1294 |
background-color: #FFF; |
| 1295 |
background-image : none; |
1295 |
background-image : none; |
| 1296 |
font-weight: bold; |
1296 |
font-weight: bold; |
| 1297 |
color:#000000; |
1297 |
color:#000000; |
| 1298 |
border-left: 1px solid #85CA11; |
1298 |
border-left: 1px solid #85CA11; |
| 1299 |
border-top: 1px solid #85CA11; |
1299 |
border-top: 1px solid #85CA11; |
|
Lines 1302-1370
div#menu li.active a:hover {
Link Here
|
| 1302 |
} |
1302 |
} |
| 1303 |
|
1303 |
|
| 1304 |
h1#logo { |
1304 |
h1#logo { |
| 1305 |
border:0pt none; |
1305 |
border:0pt none; |
| 1306 |
float:left !important; |
1306 |
float:left !important; |
| 1307 |
margin:0; |
1307 |
margin:0; |
| 1308 |
padding:0; |
1308 |
padding:0; |
| 1309 |
width:180px; |
1309 |
width:180px; |
| 1310 |
} |
1310 |
} |
| 1311 |
h1#logo { |
1311 |
h1#logo { |
| 1312 |
background:transparent url(../../img/koha-logo-medium.gif) no-repeat scroll 0%; |
1312 |
background:transparent url(../../img/koha-logo-medium.gif) no-repeat scroll 0%; |
| 1313 |
margin:0.75em .3em 0.75em .7em; |
1313 |
margin:0.75em .3em 0.75em .7em; |
| 1314 |
} |
1314 |
} |
| 1315 |
|
1315 |
|
| 1316 |
*html h1#logo { |
1316 |
*html h1#logo { |
| 1317 |
margin : 0.75em .3em 0.75em .3em; |
1317 |
margin : 0.75em .3em 0.75em .3em; |
| 1318 |
} |
1318 |
} |
| 1319 |
|
1319 |
|
| 1320 |
h1#logo a { |
1320 |
h1#logo a { |
| 1321 |
border:0; |
1321 |
border:0; |
| 1322 |
cursor:pointer; |
1322 |
cursor:pointer; |
| 1323 |
display:block; |
1323 |
display:block; |
| 1324 |
height:0px !important; |
1324 |
height:0px !important; |
| 1325 |
margin:0; |
1325 |
margin:0; |
| 1326 |
overflow:hidden; |
1326 |
overflow:hidden; |
| 1327 |
padding:44px 0 0; |
1327 |
padding:44px 0 0; |
| 1328 |
text-decoration:none; |
1328 |
text-decoration:none; |
| 1329 |
width:180px; |
1329 |
width:180px; |
| 1330 |
} |
1330 |
} |
| 1331 |
|
1331 |
|
| 1332 |
#closewindow { |
1332 |
#closewindow { |
| 1333 |
margin-top : 2em; |
1333 |
margin-top : 2em; |
| 1334 |
text-align : center; |
1334 |
text-align : center; |
| 1335 |
} |
1335 |
} |
| 1336 |
|
1336 |
|
| 1337 |
#closewindow a { |
1337 |
#closewindow a { |
| 1338 |
font-weight : bold; |
1338 |
font-weight : bold; |
| 1339 |
} |
1339 |
} |
| 1340 |
|
1340 |
|
| 1341 |
.patroninfo+#menu { |
1341 |
.patroninfo+#menu { |
| 1342 |
margin-right : 0; |
1342 |
margin-right : 0; |
| 1343 |
} |
1343 |
} |
| 1344 |
|
1344 |
|
| 1345 |
.barcode { |
1345 |
.barcode { |
| 1346 |
font-size : 200%; |
1346 |
font-size : 200%; |
| 1347 |
} |
1347 |
} |
| 1348 |
|
1348 |
|
| 1349 |
li.email a { |
1349 |
li.email a { |
| 1350 |
display:block; |
1350 |
display:block; |
| 1351 |
overflow:hidden; |
1351 |
overflow:hidden; |
| 1352 |
width:13em; |
1352 |
width:13em; |
| 1353 |
} |
1353 |
} |
| 1354 |
li.email { |
1354 |
li.email { |
| 1355 |
background: #FFF url(../../img/elipsis.gif) right bottom no-repeat; |
1355 |
background: #FFF url(../../img/elipsis.gif) right bottom no-repeat; |
| 1356 |
font-size : 87%; |
1356 |
font-size : 87%; |
| 1357 |
overflow:hidden; |
1357 |
overflow:hidden; |
| 1358 |
padding :0 10px 0 0; |
1358 |
padding :0 10px 0 0; |
| 1359 |
width:13em; |
1359 |
width:13em; |
| 1360 |
} |
1360 |
} |
| 1361 |
|
1361 |
|
| 1362 |
.empty { |
1362 |
.empty { |
| 1363 |
color : #CCC; |
1363 |
color : #CCC; |
| 1364 |
} |
1364 |
} |
| 1365 |
|
1365 |
|
| 1366 |
.address { |
1366 |
.address { |
| 1367 |
font-size: 110%; |
1367 |
font-size: 110%; |
| 1368 |
} |
1368 |
} |
| 1369 |
|
1369 |
|
| 1370 |
.clearfix:after { |
1370 |
.clearfix:after { |
|
Lines 1380-1435
li.email {
Link Here
|
| 1380 |
/* End hide from IE-mac */ |
1380 |
/* End hide from IE-mac */ |
| 1381 |
|
1381 |
|
| 1382 |
.title { |
1382 |
.title { |
| 1383 |
font-weight : bold; |
1383 |
font-weight : bold; |
| 1384 |
font-size : 105%; |
1384 |
font-size : 105%; |
| 1385 |
} |
1385 |
} |
| 1386 |
|
1386 |
|
| 1387 |
.hold { |
1387 |
.hold { |
| 1388 |
float : right; |
1388 |
float : right; |
| 1389 |
font-size: 90%; |
1389 |
font-size: 90%; |
| 1390 |
margin: 0; |
1390 |
margin: 0; |
| 1391 |
} |
1391 |
} |
| 1392 |
|
1392 |
|
| 1393 |
.thumbnail { |
1393 |
.thumbnail { |
| 1394 |
display : block; |
1394 |
display : block; |
| 1395 |
margin : auto; |
1395 |
margin : auto; |
| 1396 |
} |
1396 |
} |
| 1397 |
|
1397 |
|
| 1398 |
#searchresults ul li { |
1398 |
#searchresults ul li { |
| 1399 |
font-size : 90%; |
1399 |
font-size : 90%; |
| 1400 |
list-style : url(../../img/item-bullet.gif); |
1400 |
list-style : url(../../img/item-bullet.gif); |
| 1401 |
padding : .2em 0; |
1401 |
padding : .2em 0; |
| 1402 |
clear : left; |
1402 |
clear : left; |
| 1403 |
} |
1403 |
} |
| 1404 |
|
1404 |
|
| 1405 |
#searchresults span.status { |
1405 |
#searchresults span.status { |
| 1406 |
clear : left; |
1406 |
clear : left; |
| 1407 |
color : #900; |
1407 |
color : #900; |
| 1408 |
display : block; |
1408 |
display : block; |
| 1409 |
} |
1409 |
} |
| 1410 |
|
1410 |
|
| 1411 |
#searchresults span.unavailable { |
1411 |
#searchresults span.unavailable { |
| 1412 |
clear : left; |
1412 |
clear : left; |
| 1413 |
display : block; |
1413 |
display : block; |
| 1414 |
} |
1414 |
} |
| 1415 |
|
1415 |
|
| 1416 |
#searchresults .availability strong { |
1416 |
#searchresults .availability strong { |
| 1417 |
display : block; |
1417 |
display : block; |
| 1418 |
} |
1418 |
} |
| 1419 |
|
1419 |
|
| 1420 |
#searchresults ul li img { |
1420 |
#searchresults ul li img { |
| 1421 |
float : left; |
1421 |
float : left; |
| 1422 |
margin : 3px 5px 3px -5px; |
1422 |
margin : 3px 5px 3px -5px; |
| 1423 |
} |
1423 |
} |
| 1424 |
|
1424 |
|
| 1425 |
#searchresults table td { |
1425 |
#searchresults table td { |
| 1426 |
vertical-align : top; |
1426 |
vertical-align : top; |
| 1427 |
} |
1427 |
} |
| 1428 |
|
1428 |
|
| 1429 |
#searchheader { |
1429 |
#searchheader { |
| 1430 |
background-color : #E6F0F2; |
1430 |
background-color : #E6F0F2; |
| 1431 |
font-size : 80%; |
1431 |
font-size : 80%; |
| 1432 |
margin : 0 0 .5em -1px; |
1432 |
margin : 0 0 .5em -1px; |
| 1433 |
padding : .1em 0 .4em 1em; |
1433 |
padding : .1em 0 .4em 1em; |
| 1434 |
border-radius : 5px 5px 0 0; |
1434 |
border-radius : 5px 5px 0 0; |
| 1435 |
border : 1px solid #B9D8D9; |
1435 |
border : 1px solid #B9D8D9; |
|
Lines 1440-1469
li.email {
Link Here
|
| 1440 |
} |
1440 |
} |
| 1441 |
|
1441 |
|
| 1442 |
#searchheader form { |
1442 |
#searchheader form { |
| 1443 |
float : right; |
1443 |
float : right; |
| 1444 |
padding : 5px 5px 3px 0; |
1444 |
padding : 5px 5px 3px 0; |
| 1445 |
} |
1445 |
} |
| 1446 |
|
1446 |
|
| 1447 |
#searchheader form.fz3950 { |
1447 |
#searchheader form.fz3950 { |
| 1448 |
float : right; |
1448 |
float : right; |
| 1449 |
font-size : 125%; |
1449 |
font-size : 125%; |
| 1450 |
padding : 0 0 0 5em; |
1450 |
padding : 0 0 0 5em; |
| 1451 |
} |
1451 |
} |
| 1452 |
|
1452 |
|
| 1453 |
#searchheader form.fz3950bigrpad { |
1453 |
#searchheader form.fz3950bigrpad { |
| 1454 |
float : right; |
1454 |
float : right; |
| 1455 |
font-size : 125%; |
1455 |
font-size : 125%; |
| 1456 |
padding : 5px 25em 0 0; |
1456 |
padding : 5px 25em 0 0; |
| 1457 |
} |
1457 |
} |
| 1458 |
|
1458 |
|
| 1459 |
#searchheader .yui-button button, |
1459 |
#searchheader .yui-button button, |
| 1460 |
#searchheader .yui-button a { |
1460 |
#searchheader .yui-button a { |
| 1461 |
line-height : 1.5em; |
1461 |
line-height : 1.5em; |
| 1462 |
} |
1462 |
} |
| 1463 |
|
1463 |
|
| 1464 |
#search-facets ul { |
1464 |
#search-facets ul { |
| 1465 |
margin : 0; |
1465 |
margin : 0; |
| 1466 |
padding : .3em; |
1466 |
padding : .3em; |
| 1467 |
} |
1467 |
} |
| 1468 |
|
1468 |
|
| 1469 |
#search-facets { |
1469 |
#search-facets { |
|
Lines 1475-1577
li.email {
Link Here
|
| 1475 |
background-color : #E6F0F2; |
1475 |
background-color : #E6F0F2; |
| 1476 |
border-bottom : 1px solid #B9D8D9; |
1476 |
border-bottom : 1px solid #B9D8D9; |
| 1477 |
border-radius: 5px 5px 0 0; |
1477 |
border-radius: 5px 5px 0 0; |
| 1478 |
font-size : 90%; |
1478 |
font-size : 90%; |
| 1479 |
margin : 0; |
1479 |
margin : 0; |
| 1480 |
padding : .4em .2em; |
1480 |
padding : .4em .2em; |
| 1481 |
text-align : center; |
1481 |
text-align : center; |
| 1482 |
} |
1482 |
} |
| 1483 |
|
1483 |
|
| 1484 |
#search-facets ul li { |
1484 |
#search-facets ul li { |
| 1485 |
font-weight : bold; |
1485 |
font-weight : bold; |
| 1486 |
list-style-type : none; |
1486 |
list-style-type : none; |
| 1487 |
} |
1487 |
} |
| 1488 |
|
1488 |
|
| 1489 |
#search-facets li li { |
1489 |
#search-facets li li { |
| 1490 |
font-weight : normal; |
1490 |
font-weight : normal; |
| 1491 |
font-size : 85%; |
1491 |
font-size : 85%; |
| 1492 |
margin-bottom : 2px; |
1492 |
margin-bottom : 2px; |
| 1493 |
padding : .1em .2em; |
1493 |
padding : .1em .2em; |
| 1494 |
} |
1494 |
} |
| 1495 |
|
1495 |
|
| 1496 |
#search-facets li.showmore { |
1496 |
#search-facets li.showmore { |
| 1497 |
font-weight : bold; |
1497 |
font-weight : bold; |
| 1498 |
text-indent : 1em; |
1498 |
text-indent : 1em; |
| 1499 |
} |
1499 |
} |
| 1500 |
|
1500 |
|
| 1501 |
div.pages { |
1501 |
div.pages { |
| 1502 |
margin : .5em 0; |
1502 |
margin : .5em 0; |
| 1503 |
} |
1503 |
} |
| 1504 |
|
1504 |
|
| 1505 |
div.pages a { |
1505 |
div.pages a { |
| 1506 |
font-weight: bold; |
1506 |
font-weight: bold; |
| 1507 |
padding: 1px 5px 1px 5px; |
1507 |
padding: 1px 5px 1px 5px; |
| 1508 |
text-decoration: none; |
1508 |
text-decoration: none; |
| 1509 |
} |
1509 |
} |
| 1510 |
|
1510 |
|
| 1511 |
div.pages a:link, |
1511 |
div.pages a:link, |
| 1512 |
div.pages a:visited { |
1512 |
div.pages a:visited { |
| 1513 |
background-color : #eeeeee; |
1513 |
background-color : #eeeeee; |
| 1514 |
color : #3366CC; |
1514 |
color : #3366CC; |
| 1515 |
} |
1515 |
} |
| 1516 |
|
1516 |
|
| 1517 |
div.pages a:hover { |
1517 |
div.pages a:hover { |
| 1518 |
background-color : #FFC; |
1518 |
background-color : #FFC; |
| 1519 |
} |
1519 |
} |
| 1520 |
|
1520 |
|
| 1521 |
div.pages a:active { |
1521 |
div.pages a:active { |
| 1522 |
background-color : #ffc; |
1522 |
background-color : #ffc; |
| 1523 |
} |
1523 |
} |
| 1524 |
|
1524 |
|
| 1525 |
div.pages .current, |
1525 |
div.pages .current, |
| 1526 |
div.pages .currentPage { |
1526 |
div.pages .currentPage { |
| 1527 |
background-color : #e6fcb7; |
1527 |
background-color : #e6fcb7; |
| 1528 |
color : #666; |
1528 |
color : #666; |
| 1529 |
font-weight: bold; |
1529 |
font-weight: bold; |
| 1530 |
padding: 1px 5px 1px 5px; |
1530 |
padding: 1px 5px 1px 5px; |
| 1531 |
} |
1531 |
} |
| 1532 |
|
1532 |
|
| 1533 |
div.pages .inactive { |
1533 |
div.pages .inactive { |
| 1534 |
background-color : #f3f3f3; |
1534 |
background-color : #f3f3f3; |
| 1535 |
color : #BCBCBC; |
1535 |
color : #BCBCBC; |
| 1536 |
font-weight: bold; |
1536 |
font-weight: bold; |
| 1537 |
padding: 1px 5px 1px 5px; |
1537 |
padding: 1px 5px 1px 5px; |
| 1538 |
} |
1538 |
} |
| 1539 |
|
1539 |
|
| 1540 |
div.browse { |
1540 |
div.browse { |
| 1541 |
margin : .5em 0; |
1541 |
margin : .5em 0; |
| 1542 |
} |
1542 |
} |
| 1543 |
|
1543 |
|
| 1544 |
div#bookcoverimg { |
1544 |
div#bookcoverimg { |
| 1545 |
text-align : center; |
1545 |
text-align : center; |
| 1546 |
} |
1546 |
} |
| 1547 |
|
1547 |
|
| 1548 |
div#header_search input.submit { |
1548 |
div#header_search input.submit { |
| 1549 |
font-size : 1em; |
1549 |
font-size : 1em; |
| 1550 |
} |
1550 |
} |
| 1551 |
|
1551 |
|
| 1552 |
*html input.submit { |
1552 |
*html input.submit { |
| 1553 |
padding : .1em; |
1553 |
padding : .1em; |
| 1554 |
} |
1554 |
} |
| 1555 |
|
1555 |
|
| 1556 |
input[type=submit]:active, input[type=button]:active, button.submit:active { |
1556 |
input[type=submit]:active, input[type=button]:active, button.submit:active { |
| 1557 |
border : 1px inset #999999; |
1557 |
border : 1px inset #999999; |
| 1558 |
} |
1558 |
} |
| 1559 |
|
1559 |
|
| 1560 |
input[type=submit], input[type=reset], input[type=button], input.submit, button.submit { |
1560 |
input[type=submit], input[type=reset], input[type=button], input.submit, button.submit { |
| 1561 |
border: 1px outset #999999; |
1561 |
border: 1px outset #999999; |
| 1562 |
border-top-color: #666; |
1562 |
border-top-color: #666; |
| 1563 |
border-left-color: #666; |
1563 |
border-left-color: #666; |
| 1564 |
-moz-border-radius : 2px; |
1564 |
-moz-border-radius : 2px; |
| 1565 |
padding: 0.25em; |
1565 |
padding: 0.25em; |
| 1566 |
background: #ffffff; /* Old browsers */ |
1566 |
background: #ffffff; /* Old browsers */ |
| 1567 |
background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 35%, #e0e0e0 100%); /* FF3.6+ */ |
1567 |
background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 35%, #e0e0e0 100%); /* FF3.6+ */ |
| 1568 |
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(35%,#f7f7f7), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */ |
1568 |
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(35%,#f7f7f7), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */ |
| 1569 |
background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */ |
1569 |
background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */ |
| 1570 |
background: -o-linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* Opera11.10+ */ |
1570 |
background: -o-linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* Opera11.10+ */ |
| 1571 |
background: -ms-linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* IE10+ */ |
1571 |
background: -ms-linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* IE10+ */ |
| 1572 |
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */ |
1572 |
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */ |
| 1573 |
background: linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* W3C */ |
1573 |
background: linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* W3C */ |
| 1574 |
color: #333333; |
1574 |
color: #333333; |
| 1575 |
} |
1575 |
} |
| 1576 |
|
1576 |
|
| 1577 |
input[type=submit]:disabled, |
1577 |
input[type=submit]:disabled, |
|
Lines 1585-1621
button.submit:disabled {
Link Here
|
| 1585 |
} |
1585 |
} |
| 1586 |
|
1586 |
|
| 1587 |
input[type=reset]:active, input[type=button]:active, input.submit:active, button.submit:active { |
1587 |
input[type=reset]:active, input[type=button]:active, input.submit:active, button.submit:active { |
| 1588 |
border : 1px inset #999999; |
1588 |
border : 1px inset #999999; |
| 1589 |
} |
1589 |
} |
| 1590 |
|
1590 |
|
| 1591 |
ul li input.submit { |
1591 |
ul li input.submit { |
| 1592 |
font-size : 87%; |
1592 |
font-size : 87%; |
| 1593 |
padding : 2px; |
1593 |
padding : 2px; |
| 1594 |
} |
1594 |
} |
| 1595 |
|
1595 |
|
| 1596 |
input.warning { |
1596 |
input.warning { |
| 1597 |
background : #FFF url(../../img/famfamfam/silk/error.png) no-repeat 4px center; |
1597 |
background : #FFF url(../../img/famfamfam/silk/error.png) no-repeat 4px center; |
| 1598 |
padding : 0.25em 0.25em 0.25em 25px; |
1598 |
padding : 0.25em 0.25em 0.25em 25px; |
| 1599 |
} |
1599 |
} |
| 1600 |
|
1600 |
|
| 1601 |
.searchhighlightblob { |
1601 |
.searchhighlightblob { |
| 1602 |
font-size:75%; |
1602 |
font-size:75%; |
| 1603 |
font-style : italic; |
1603 |
font-style : italic; |
| 1604 |
} |
1604 |
} |
| 1605 |
|
1605 |
|
| 1606 |
a.yuimenuitemlabel:hover { |
1606 |
a.yuimenuitemlabel:hover { |
| 1607 |
background-color : #B3D4FF; |
1607 |
background-color : #B3D4FF; |
| 1608 |
color : #000; |
1608 |
color : #000; |
| 1609 |
} |
1609 |
} |
| 1610 |
|
1610 |
|
| 1611 |
#displayexample { |
1611 |
#displayexample { |
| 1612 |
padding: 5px; |
1612 |
padding: 5px; |
| 1613 |
margin-bottom: 10px; |
1613 |
margin-bottom: 10px; |
| 1614 |
background-color: #CCCCCC; |
1614 |
background-color: #CCCCCC; |
| 1615 |
} |
1615 |
} |
| 1616 |
|
1616 |
|
| 1617 |
#irregularity_summary { |
1617 |
#irregularity_summary { |
| 1618 |
vertical-align : top; |
1618 |
vertical-align : top; |
| 1619 |
} |
1619 |
} |
| 1620 |
|
1620 |
|
| 1621 |
ul#toplevelmenu { |
1621 |
ul#toplevelmenu { |
|
Lines 1623-1702
ul#toplevelmenu {
Link Here
|
| 1623 |
} |
1623 |
} |
| 1624 |
|
1624 |
|
| 1625 |
/*#toplevelnav { |
1625 |
/*#toplevelnav { |
| 1626 |
float : left; |
1626 |
float : left; |
| 1627 |
margin-left : .5em; |
1627 |
margin-left : .5em; |
| 1628 |
width: 40%; |
1628 |
width: 40%; |
| 1629 |
} |
1629 |
} |
| 1630 |
|
1630 |
|
| 1631 |
ul#toplevelmenu li { |
1631 |
ul#toplevelmenu li { |
| 1632 |
display: inline; |
1632 |
display: inline; |
| 1633 |
padding : 0 .6em; |
1633 |
padding : 0 .6em; |
| 1634 |
} |
1634 |
} |
| 1635 |
|
1635 |
|
| 1636 |
ul#toplevelmenu li.more a { |
1636 |
ul#toplevelmenu li.more a { |
| 1637 |
background-image:url(../../img/more-arrow.gif); |
1637 |
background-image:url(../../img/more-arrow.gif); |
| 1638 |
background-position:right center; |
1638 |
background-position:right center; |
| 1639 |
background-repeat:no-repeat; |
1639 |
background-repeat:no-repeat; |
| 1640 |
padding-right:13px; |
1640 |
padding-right:13px; |
| 1641 |
} |
1641 |
} |
| 1642 |
|
1642 |
|
| 1643 |
ul#toplevelmenu li.more ul li a { |
1643 |
ul#toplevelmenu li.more ul li a { |
| 1644 |
background-image : none; |
1644 |
background-image : none; |
| 1645 |
padding-right : 20px; |
1645 |
padding-right : 20px; |
| 1646 |
} |
1646 |
} |
| 1647 |
|
1647 |
|
| 1648 |
ul#toplevelmenu li.more ul li a.yuimenuitemlabel { |
1648 |
ul#toplevelmenu li.more ul li a.yuimenuitemlabel { |
| 1649 |
padding: .2em 20px .2em 20px; |
1649 |
padding: .2em 20px .2em 20px; |
| 1650 |
} |
1650 |
} |
| 1651 |
|
1651 |
|
| 1652 |
ul#toplevelmenu li a { |
1652 |
ul#toplevelmenu li a { |
| 1653 |
text-decoration : none; |
1653 |
text-decoration : none; |
| 1654 |
} |
1654 |
} |
| 1655 |
ul#toplevelmenu li ul li { |
1655 |
ul#toplevelmenu li ul li { |
| 1656 |
display :block; |
1656 |
display :block; |
| 1657 |
padding :0; |
1657 |
padding :0; |
| 1658 |
} |
1658 |
} |
| 1659 |
ul#toplevelmenu li ul li a { |
1659 |
ul#toplevelmenu li ul li a { |
| 1660 |
text-decoration : none; |
1660 |
text-decoration : none; |
| 1661 |
} |
1661 |
} |
| 1662 |
|
1662 |
|
| 1663 |
ul#i18nMenu { |
1663 |
ul#i18nMenu { |
| 1664 |
margin : 0; |
1664 |
margin : 0; |
| 1665 |
padding : .2em 0; |
1665 |
padding : .2em 0; |
| 1666 |
} |
1666 |
} |
| 1667 |
|
1667 |
|
| 1668 |
ul#i18nMenu li { |
1668 |
ul#i18nMenu li { |
| 1669 |
border-left : 1px solid #CCC; |
1669 |
border-left : 1px solid #CCC; |
| 1670 |
display : inline; |
1670 |
display : inline; |
| 1671 |
float: left; |
1671 |
float: left; |
| 1672 |
list-style : none; |
1672 |
list-style : none; |
| 1673 |
padding : 0 10px; |
1673 |
padding : 0 10px; |
| 1674 |
} |
1674 |
} |
| 1675 |
|
1675 |
|
| 1676 |
ul#i18nMenu li.yuimenuitem { |
1676 |
ul#i18nMenu li.yuimenuitem { |
| 1677 |
float: none; |
1677 |
float: none; |
| 1678 |
} |
1678 |
} |
| 1679 |
|
1679 |
|
| 1680 |
ul#i18nMenu li:first-child { |
1680 |
ul#i18nMenu li:first-child { |
| 1681 |
border-left : 0; |
1681 |
border-left : 0; |
| 1682 |
} |
1682 |
} |
| 1683 |
|
1683 |
|
| 1684 |
ul#i18nMenu li ul li { |
1684 |
ul#i18nMenu li ul li { |
| 1685 |
border : 0; |
1685 |
border : 0; |
| 1686 |
display : block; |
1686 |
display : block; |
| 1687 |
padding : 0; |
1687 |
padding : 0; |
| 1688 |
} |
1688 |
} |
| 1689 |
|
1689 |
|
| 1690 |
ul#i18nMenu li.more a { |
1690 |
ul#i18nMenu li.more a { |
| 1691 |
background-image:url(../../img/more-up-arrow.gif); |
1691 |
background-image:url(../../img/more-up-arrow.gif); |
| 1692 |
background-position:right center; |
1692 |
background-position:right center; |
| 1693 |
background-repeat:no-repeat; |
1693 |
background-repeat:no-repeat; |
| 1694 |
padding-right:13px; |
1694 |
padding-right:13px; |
| 1695 |
} |
1695 |
} |
| 1696 |
|
1696 |
|
| 1697 |
ul#i18nMenu li.more ul li a { |
1697 |
ul#i18nMenu li.more ul li a { |
| 1698 |
background-image : none; |
1698 |
background-image : none; |
| 1699 |
padding-right : 20px; |
1699 |
padding-right : 20px; |
| 1700 |
} |
1700 |
} |
| 1701 |
|
1701 |
|
| 1702 |
div.lang { |
1702 |
div.lang { |
|
Lines 1704-1711
div.lang {
Link Here
|
| 1704 |
} |
1704 |
} |
| 1705 |
|
1705 |
|
| 1706 |
div#changelanguage{ |
1706 |
div#changelanguage{ |
| 1707 |
background-color: #fff; |
1707 |
background-color: #fff; |
| 1708 |
border-top: 1px solid #CCC; |
1708 |
border-top: 1px solid #CCC; |
| 1709 |
position:absolute; |
1709 |
position:absolute; |
| 1710 |
bottom:0; |
1710 |
bottom:0; |
| 1711 |
left:0; |
1711 |
left:0; |
|
Lines 1739-1799
div.lang {
Link Here
|
| 1739 |
}*/ |
1739 |
}*/ |
| 1740 |
|
1740 |
|
| 1741 |
#CheckAll, #CheckNone, #CheckPending { |
1741 |
#CheckAll, #CheckNone, #CheckPending { |
| 1742 |
font-weight : normal; |
1742 |
font-weight : normal; |
| 1743 |
margin : 0 .5em 0 0; |
1743 |
margin : 0 .5em 0 0; |
| 1744 |
} |
1744 |
} |
| 1745 |
.lost,.dmg,.wdn { |
1745 |
.lost,.dmg,.wdn { |
| 1746 |
display : block; |
1746 |
display : block; |
| 1747 |
color : #990000; |
1747 |
color : #990000; |
| 1748 |
} |
1748 |
} |
| 1749 |
.datedue { |
1749 |
.datedue { |
| 1750 |
display : block; |
1750 |
display : block; |
| 1751 |
color : #999; |
1751 |
color : #999; |
| 1752 |
font-style : italic; |
1752 |
font-style : italic; |
| 1753 |
} |
1753 |
} |
| 1754 |
/* Tablesorter */ |
1754 |
/* Tablesorter */ |
| 1755 |
.header { |
1755 |
.header { |
| 1756 |
background-image:url("../../img/ascdesc.gif"); |
1756 |
background-image:url("../../img/ascdesc.gif"); |
| 1757 |
background-position:right center; |
1757 |
background-position:right center; |
| 1758 |
background-repeat:no-repeat; |
1758 |
background-repeat:no-repeat; |
| 1759 |
cursor:pointer; |
1759 |
cursor:pointer; |
| 1760 |
padding : .2em 23px; |
1760 |
padding : .2em 23px; |
| 1761 |
} |
1761 |
} |
| 1762 |
.headerSortUp { |
1762 |
.headerSortUp { |
| 1763 |
background-image:url("../../img/asc.gif"); |
1763 |
background-image:url("../../img/asc.gif"); |
| 1764 |
} |
1764 |
} |
| 1765 |
.headerSortDown { |
1765 |
.headerSortDown { |
| 1766 |
background-image:url("../../img/desc.gif"); |
1766 |
background-image:url("../../img/desc.gif"); |
| 1767 |
} |
1767 |
} |
| 1768 |
|
1768 |
|
| 1769 |
tr.reserved td { |
1769 |
tr.reserved td { |
| 1770 |
background-color : #eeffd4; |
1770 |
background-color : #eeffd4; |
| 1771 |
} |
1771 |
} |
| 1772 |
tr.transfered td { |
1772 |
tr.transfered td { |
| 1773 |
background-color : #e8f0f6; |
1773 |
background-color : #e8f0f6; |
| 1774 |
} |
1774 |
} |
| 1775 |
.waitinghere, |
1775 |
.waitinghere, |
| 1776 |
.credit { |
1776 |
.credit { |
| 1777 |
color : #669900; |
1777 |
color : #669900; |
| 1778 |
} |
1778 |
} |
| 1779 |
|
1779 |
|
| 1780 |
/* Permissions Labels */ |
1780 |
/* Permissions Labels */ |
| 1781 |
label.permissioncode:before { |
1781 |
label.permissioncode:before { |
| 1782 |
content: "("; |
1782 |
content: "("; |
| 1783 |
} |
1783 |
} |
| 1784 |
label.permissioncode:after { |
1784 |
label.permissioncode:after { |
| 1785 |
content: ")"; |
1785 |
content: ")"; |
| 1786 |
} |
1786 |
} |
| 1787 |
label.permissioncode { |
1787 |
label.permissioncode { |
| 1788 |
font-style : italic; |
1788 |
font-style : italic; |
| 1789 |
} |
1789 |
} |
| 1790 |
span.permissiondesc { |
1790 |
span.permissiondesc { |
| 1791 |
font-weight : normal; |
1791 |
font-weight : normal; |
| 1792 |
} |
1792 |
} |
| 1793 |
#mainuserblock { |
1793 |
#mainuserblock { |
| 1794 |
border : 1px solid #E8E8E8; |
1794 |
border : 1px solid #E8E8E8; |
| 1795 |
margin-top : .5em; |
1795 |
margin-top : .5em; |
| 1796 |
padding : .5em; |
1796 |
padding : .5em; |
| 1797 |
} |
1797 |
} |
| 1798 |
|
1798 |
|
| 1799 |
/* borrower autocomplete */ |
1799 |
/* borrower autocomplete */ |
|
Lines 1813-1859
span.permissiondesc {
Link Here
|
| 1813 |
.pattrodue-container { text-align:left; width:400px; } |
1813 |
.pattrodue-container { text-align:left; width:400px; } |
| 1814 |
|
1814 |
|
| 1815 |
.labeledmarc-table { |
1815 |
.labeledmarc-table { |
| 1816 |
border: 0; |
1816 |
border: 0; |
| 1817 |
} |
1817 |
} |
| 1818 |
|
1818 |
|
| 1819 |
.labeledmarc-label { |
1819 |
.labeledmarc-label { |
| 1820 |
border: 0; |
1820 |
border: 0; |
| 1821 |
padding: 5; |
1821 |
padding: 5; |
| 1822 |
font-size: 11pt; |
1822 |
font-size: 11pt; |
| 1823 |
color: #000000; |
1823 |
color: #000000; |
| 1824 |
font-style: italic; |
1824 |
font-style: italic; |
| 1825 |
} |
1825 |
} |
| 1826 |
|
1826 |
|
| 1827 |
.labeledmarc-value { |
1827 |
.labeledmarc-value { |
| 1828 |
border: 0; |
1828 |
border: 0; |
| 1829 |
padding: 5; |
1829 |
padding: 5; |
| 1830 |
font-size: 10pt; |
1830 |
font-size: 10pt; |
| 1831 |
color: black; |
1831 |
color: black; |
| 1832 |
} |
1832 |
} |
| 1833 |
|
1833 |
|
| 1834 |
#cartDetails { |
1834 |
#cartDetails { |
| 1835 |
background-color : #FFF; |
1835 |
background-color : #FFF; |
| 1836 |
border: 1px solid #739acf; |
1836 |
border: 1px solid #739acf; |
| 1837 |
-moz-box-shadow: 1px 1px 3px 0 #666; |
1837 |
-moz-box-shadow: 1px 1px 3px 0 #666; |
| 1838 |
-webkit-box-shadow: 1px 1px 3px 0 #666; |
1838 |
-webkit-box-shadow: 1px 1px 3px 0 #666; |
| 1839 |
box-shadow: 1px 1px 3px 0 #666; |
1839 |
box-shadow: 1px 1px 3px 0 #666; |
| 1840 |
color : black; |
1840 |
color : black; |
| 1841 |
display : none; |
1841 |
display : none; |
| 1842 |
margin : 0; |
1842 |
margin : 0; |
| 1843 |
padding : 10px; |
1843 |
padding : 10px; |
| 1844 |
text-align : center; |
1844 |
text-align : center; |
| 1845 |
width : 180px; |
1845 |
width : 180px; |
| 1846 |
z-index : 50; |
1846 |
z-index : 50; |
| 1847 |
} |
1847 |
} |
| 1848 |
#cartmenulink { |
1848 |
#cartmenulink { |
| 1849 |
background: transparent url("../../img/cart-small.gif") left center no-repeat; |
1849 |
background: transparent url("../../img/cart-small.gif") left center no-repeat; |
| 1850 |
padding-left : 15px; |
1850 |
padding-left : 15px; |
| 1851 |
} |
1851 |
} |
| 1852 |
#cartmenulink span#basketcount span { |
1852 |
#cartmenulink span#basketcount span { |
| 1853 |
display : inline; |
1853 |
display : inline; |
| 1854 |
font-size : 90%; |
1854 |
font-size : 90%; |
| 1855 |
font-weight : normal; |
1855 |
font-weight : normal; |
| 1856 |
padding : 0; |
1856 |
padding : 0; |
| 1857 |
} |
1857 |
} |
| 1858 |
#moremenu { |
1858 |
#moremenu { |
| 1859 |
display : none; |
1859 |
display : none; |
|
Lines 1894-1912
ul.budget_hierarchy li:first-child:after {
Link Here
|
| 1894 |
} |
1894 |
} |
| 1895 |
.holdcount { font-size : 105%; line-height : 200%; } |
1895 |
.holdcount { font-size : 105%; line-height : 200%; } |
| 1896 |
.holdcount a { |
1896 |
.holdcount a { |
| 1897 |
border : 1px solid #a4bedd; |
1897 |
border : 1px solid #a4bedd; |
| 1898 |
background-color : #e4ecf5; |
1898 |
background-color : #e4ecf5; |
| 1899 |
font-weight : bold; |
1899 |
font-weight : bold; |
| 1900 |
-moz-border-radius: 4px; |
1900 |
-moz-border-radius: 4px; |
| 1901 |
border-radius: 4px; |
1901 |
border-radius: 4px; |
| 1902 |
padding : .1em .4em; |
1902 |
padding : .1em .4em; |
| 1903 |
text-decoration : none; |
1903 |
text-decoration : none; |
| 1904 |
} |
1904 |
} |
| 1905 |
.holdcount a:hover { background-color : #ebeff7; } |
1905 |
.holdcount a:hover { background-color : #ebeff7; } |
| 1906 |
.container { |
1906 |
.container { |
| 1907 |
border : 1px solid #EEE; |
1907 |
border : 1px solid #EEE; |
| 1908 |
padding : 1em; |
1908 |
padding : 1em; |
| 1909 |
margin : 1em 0; |
1909 |
margin : 1em 0; |
| 1910 |
} |
1910 |
} |
| 1911 |
fieldset.rows+h3 {clear:both;padding-top:.5em;} |
1911 |
fieldset.rows+h3 {clear:both;padding-top:.5em;} |
| 1912 |
|
1912 |
|
|
Lines 2009-2043
fieldset.rows+h3 {clear:both;padding-top:.5em;}
Link Here
|
| 2009 |
} |
2009 |
} |
| 2010 |
|
2010 |
|
| 2011 |
div.pager { |
2011 |
div.pager { |
| 2012 |
background-color : #E8E8E8; |
2012 |
background-color : #E8E8E8; |
| 2013 |
border : 1px solid #BCBCBC; |
2013 |
border : 1px solid #BCBCBC; |
| 2014 |
-moz-border-radius : 5px; |
2014 |
-moz-border-radius : 5px; |
| 2015 |
border-radius : 5px; |
2015 |
border-radius : 5px; |
| 2016 |
display : inline-block; |
2016 |
display : inline-block; |
| 2017 |
font-size : 85%; |
2017 |
font-size : 85%; |
| 2018 |
padding : .3em .5em .3em .5em; |
2018 |
padding : .3em .5em .3em .5em; |
| 2019 |
margin : .4em 0; |
2019 |
margin : .4em 0; |
| 2020 |
} |
2020 |
} |
| 2021 |
div.pager img { |
2021 |
div.pager img { |
| 2022 |
vertical-align : middle; |
2022 |
vertical-align : middle; |
| 2023 |
} |
2023 |
} |
| 2024 |
|
2024 |
|
| 2025 |
div.pager img.last { |
2025 |
div.pager img.last { |
| 2026 |
padding-right: 5px; |
2026 |
padding-right: 5px; |
| 2027 |
} |
2027 |
} |
| 2028 |
div.pager input.pagedisplay { |
2028 |
div.pager input.pagedisplay { |
| 2029 |
border : 0; |
2029 |
border : 0; |
| 2030 |
background-color : transparent; |
2030 |
background-color : transparent; |
| 2031 |
font-weight: bold; |
2031 |
font-weight: bold; |
| 2032 |
text-align : center; |
2032 |
text-align : center; |
| 2033 |
} |
2033 |
} |
| 2034 |
a.localimage img { |
2034 |
a.localimage img { |
| 2035 |
border : 1px solid #0000CC; |
2035 |
border : 1px solid #0000CC; |
| 2036 |
margin : 0 .5em; |
2036 |
margin : 0 .5em; |
| 2037 |
padding : .3em; |
2037 |
padding : .3em; |
| 2038 |
} |
2038 |
} |
| 2039 |
div.pager p { |
2039 |
div.pager p { |
| 2040 |
margin: 0; |
2040 |
margin: 0; |
| 2041 |
} |
2041 |
} |
| 2042 |
|
2042 |
|
| 2043 |
div#acqui_order_supplierlist > div.supplier { |
2043 |
div#acqui_order_supplierlist > div.supplier { |