Lines 220-228
h6 {
Link Here
|
220 |
font-size : 100%; |
220 |
font-size : 100%; |
221 |
} |
221 |
} |
222 |
|
222 |
|
223 |
input[type=submit], input[type=button], input[type=reset] { |
223 |
input[type=submit], |
224 |
background : #b8d0e6 url(../../images/submit-bg.gif) repeat-x 0 0; |
224 |
input[type=button], |
225 |
background-color : #b8d0e6; |
225 |
input[type=reset], |
|
|
226 |
fieldset.brief input[type=submit], |
227 |
fieldset.brief input[type=button], |
228 |
fieldset.brief input[type=reset] |
229 |
{ |
230 |
background: #f4f9fc; /* Old browsers */ |
231 |
background: -moz-linear-gradient(top, #f4f9fc 0%, #dfeefa 4%, #bfd5ea 93%, #a1c4e2 97%, #b8d0e6 100%); /* FF3.6+ */ |
232 |
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f9fc), color-stop(4%,#dfeefa), color-stop(93%,#bfd5ea), color-stop(97%,#a1c4e2), color-stop(100%,#b8d0e6)); /* Chrome,Safari4+ */ |
233 |
background: -webkit-linear-gradient(top, #f4f9fc 0%,#dfeefa 4%,#bfd5ea 93%,#a1c4e2 97%,#b8d0e6 100%); /* Chrome10+,Safari5.1+ */ |
234 |
background: -o-linear-gradient(top, #f4f9fc 0%,#dfeefa 4%,#bfd5ea 93%,#a1c4e2 97%,#b8d0e6 100%); /* Opera11.10+ */ |
235 |
background: -ms-linear-gradient(top, #f4f9fc 0%,#dfeefa 4%,#bfd5ea 93%,#a1c4e2 97%,#b8d0e6 100%); /* IE10+ */ |
236 |
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f9fc', endColorstr='#b8d0e6',GradientType=0 ); /* IE6-9 */ |
237 |
background: linear-gradient(top, #f4f9fc 0%,#dfeefa 4%,#bfd5ea 93%,#a1c4e2 97%,#b8d0e6 100%); /* W3C */ |
226 |
border-top: 1px solid #cccccc; |
238 |
border-top: 1px solid #cccccc; |
227 |
border-left: 1px solid #cccccc; |
239 |
border-left: 1px solid #cccccc; |
228 |
border-right: 1px solid #eeeeee; |
240 |
border-right: 1px solid #eeeeee; |
Lines 233-239
input[type=submit], input[type=button], input[type=reset] {
Link Here
|
233 |
padding : 4px; |
245 |
padding : 4px; |
234 |
} |
246 |
} |
235 |
|
247 |
|
236 |
input[type=submit]:active, input[type=button], input[type=reset] { |
248 |
input[type=submit]:active, input[type=button]:active, input[type=reset]:active { |
237 |
border: 1px inset #666666; |
249 |
border: 1px inset #666666; |
238 |
} |
250 |
} |
239 |
|
251 |
|
Lines 760-769
body#advsearch #listsmenulink {
Link Here
|
760 |
} |
772 |
} |
761 |
|
773 |
|
762 |
#opac-main-search { |
774 |
#opac-main-search { |
763 |
background-image : url( ../../images/menu-background.gif); |
775 |
background: #8fb4e8; /* Old browsers */ |
764 |
background-repeat : repeat-x; |
776 |
background: -moz-linear-gradient(top, #8fb4e8 0%, #8cb1e5 19%, #80a8dc 48%, #7da5d8 52%, #7198cf 83%, #618ac0 100%); /* FF3.6+ */ |
765 |
background-color : #739ACF; |
777 |
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fb4e8), color-stop(19%,#8cb1e5), color-stop(48%,#80a8dc), color-stop(52%,#7da5d8), color-stop(83%,#7198cf), color-stop(100%,#618ac0)); /* Chrome,Safari4+ */ |
766 |
background-position : -10px top; |
778 |
background: -webkit-linear-gradient(top, #8fb4e8 0%,#8cb1e5 19%,#80a8dc 48%,#7da5d8 52%,#7198cf 83%,#618ac0 100%); /* Chrome10+,Safari5.1+ */ |
|
|
779 |
background: -o-linear-gradient(top, #8fb4e8 0%,#8cb1e5 19%,#80a8dc 48%,#7da5d8 52%,#7198cf 83%,#618ac0 100%); /* Opera 11.10+ */ |
780 |
background: -ms-linear-gradient(top, #8fb4e8 0%,#8cb1e5 19%,#80a8dc 48%,#7da5d8 52%,#7198cf 83%,#618ac0 100%); /* IE10+ */ |
781 |
background: linear-gradient(top, #8fb4e8 0%,#8cb1e5 19%,#80a8dc 48%,#7da5d8 52%,#7198cf 83%,#618ac0 100%); /* W3C */ |
782 |
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fb4e8', endColorstr='#618ac0',GradientType=0 ); /* IE6-9 */ |
767 |
border-top : 1px solid #335599; |
783 |
border-top : 1px solid #335599; |
768 |
border-bottom : 1px solid #335599; |
784 |
border-bottom : 1px solid #335599; |
769 |
margin-left : -10px; |
785 |
margin-left : -10px; |
Lines 1340-1347
padding-left : .4em;
Link Here
|
1340 |
} |
1356 |
} |
1341 |
|
1357 |
|
1342 |
div.alert { |
1358 |
div.alert { |
1343 |
background : #FFC url(../../images/alert-bg.gif) repeat-x left 0; |
1359 |
background: #fef8d3; /* Old browsers */ |
1344 |
text-align : center; |
1360 |
background: -moz-linear-gradient(top, #fef8d3 0%, #ffec91 9%, #ffed87 89%, #f9dc00 100%); /* FF3.6+ */ |
|
|
1361 |
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+ */ |
1362 |
background: -webkit-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* Chrome10+,Safari5.1+ */ |
1363 |
background: -o-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* Opera11.10+ */ |
1364 |
background: -ms-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* IE10+ */ |
1365 |
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef8d3', endColorstr='#f9dc00',GradientType=0 ); /* IE6-9 */ |
1366 |
background: linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* W3C */ |
1367 |
text-align : center; |
1345 |
} |
1368 |
} |
1346 |
|
1369 |
|
1347 |
div.alert strong { |
1370 |
div.alert strong { |
Lines 1349-1356
div.alert strong {
Link Here
|
1349 |
} |
1372 |
} |
1350 |
|
1373 |
|
1351 |
div.message { |
1374 |
div.message { |
1352 |
background : white url("../../images/message-bg.gif") repeat-x left 0; |
1375 |
background: #ffffff; /* Old browsers */ |
1353 |
border : 1px solid #bcbcbc; |
1376 |
background: -moz-linear-gradient(top, #ffffff 0%, #f4f6fa 2%, #eaeef5 23%, #e8edf6 94%, #cddbf2 100%); /* FF3.6+ */ |
|
|
1377 |
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+ */ |
1378 |
background: -webkit-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* Chrome10+,Safari5.1+ */ |
1379 |
background: -o-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* Opera11.10+ */ |
1380 |
background: -ms-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* IE10+ */ |
1381 |
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cddbf2',GradientType=0 ); /* IE6-9 */ |
1382 |
background: linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* W3C */ |
1383 |
border : 1px solid #bcbcbc; |
1354 |
width : 55%; |
1384 |
width : 55%; |
1355 |
} |
1385 |
} |
1356 |
|
1386 |
|
Lines 1388-1398
div.message {
Link Here
|
1388 |
} |
1418 |
} |
1389 |
|
1419 |
|
1390 |
#opac-main-search #listsmenu .bd { |
1420 |
#opac-main-search #listsmenu .bd { |
1391 |
background-color : #f3f3f3; |
1421 |
background: #eef4fe; /* Old browsers */ |
|
|
1422 |
background: -moz-linear-gradient(left, #eef4fe 0%, #eef4fe 88%, #f6f9fe 98%, #ffffff 99%, #a5c2f6 99%, #e6eefe 100%, #cbdefe 100%); /* FF3.6+ */ |
1423 |
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#eef4fe), color-stop(88%,#eef4fe), color-stop(98%,#f6f9fe), color-stop(99%,#ffffff), color-stop(99%,#a5c2f6), color-stop(100%,#e6eefe), color-stop(100%,#cbdefe)); /* Chrome,Safari4+ */ |
1424 |
background: -webkit-linear-gradient(left, #eef4fe 0%,#eef4fe 88%,#f6f9fe 98%,#ffffff 99%,#a5c2f6 99%,#e6eefe 100%,#cbdefe 100%); /* Chrome10+,Safari5.1+ */ |
1425 |
background: -o-linear-gradient(left, #eef4fe 0%,#eef4fe 88%,#f6f9fe 98%,#ffffff 99%,#a5c2f6 99%,#e6eefe 100%,#cbdefe 100%); /* Opera11.10+ */ |
1426 |
background: -ms-linear-gradient(left, #eef4fe 0%,#eef4fe 88%,#f6f9fe 98%,#ffffff 99%,#a5c2f6 99%,#e6eefe 100%,#cbdefe 100%); /* IE10+ */ |
1427 |
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef4fe', endColorstr='#cbdefe',GradientType=1 ); /* IE6-9 */ |
1428 |
background: linear-gradient(left, #eef4fe 0%,#eef4fe 88%,#f6f9fe 98%,#ffffff 99%,#a5c2f6 99%,#e6eefe 100%,#cbdefe 100%); /* W3C */ |
1392 |
border : 1px solid #739acf; |
1429 |
border : 1px solid #739acf; |
1393 |
background-image : url("../../images/listmenu-container-bg.gif"); |
|
|
1394 |
background-position : top right; |
1395 |
background-repeat : repeat-y; |
1396 |
padding : .3em 1em 0 0; |
1430 |
padding : .3em 1em 0 0; |
1397 |
} |
1431 |
} |
1398 |
|
1432 |
|
Lines 1474-1485
div#changelanguage li.yuimenuitem a.yuimenuitemlabel {
Link Here
|
1474 |
} |
1508 |
} |
1475 |
|
1509 |
|
1476 |
#opac-main-search input.submit { |
1510 |
#opac-main-search input.submit { |
1477 |
background : #b8d0e6 url(../../images/submit-bg.gif) repeat-x 0 0; |
1511 |
background: #e6f3fe; /* Old browsers */ |
1478 |
background-color : #b8d0e6; |
1512 |
background: -moz-linear-gradient(top, #e6f3fe 0%, #dfeefa 8%, #bfd5ea 49%, #b8d0e6 52%, #b8d0e6 100%); /* FF3.6+ */ |
1479 |
border-top: 1px solid #cccccc; |
1513 |
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6f3fe), color-stop(8%,#dfeefa), color-stop(49%,#bfd5ea), color-stop(52%,#b8d0e6), color-stop(100%,#b8d0e6)); /* Chrome,Safari4+ */ |
1480 |
border-left: 1px solid #cccccc; |
1514 |
background: -webkit-linear-gradient(top, #e6f3fe 0%,#dfeefa 8%,#bfd5ea 49%,#b8d0e6 52%,#b8d0e6 100%); /* Chrome10+,Safari5.1+ */ |
1481 |
border-right: 1px solid #eeeeee; |
1515 |
background: -o-linear-gradient(top, #e6f3fe 0%,#dfeefa 8%,#bfd5ea 49%,#b8d0e6 52%,#b8d0e6 100%); /* Opera11.10+ */ |
1482 |
border-bottom: 1px solid #eeeeee; |
1516 |
background: -ms-linear-gradient(top, #e6f3fe 0%,#dfeefa 8%,#bfd5ea 49%,#b8d0e6 52%,#b8d0e6 100%); /* IE10+ */ |
|
|
1517 |
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f3fe', endColorstr='#b8d0e6',GradientType=0 ); /* IE6-9 */ |
1518 |
background: linear-gradient(top, #e6f3fe 0%,#dfeefa 8%,#bfd5ea 49%,#b8d0e6 52%,#b8d0e6 100%); /* W3C */ |
1519 |
-webkit-border-radius: 4px; |
1520 |
-moz-border-radius: 4px; |
1521 |
border-radius: 4px; |
1522 |
-webkit-box-shadow: 1px 1px 1px 1px , , .3); |
1523 |
-moz-box-shadow: 1px 1px 1px 1px , , .3); |
1524 |
box-shadow: 1px 1px 1px 1px , , .3); |
1525 |
|
1483 |
color : #333; |
1526 |
color : #333; |
1484 |
font-weight : normal; |
1527 |
font-weight : normal; |
1485 |
font-size : 80%; |
1528 |
font-size : 80%; |
Lines 1495-1503
div#menu {
Link Here
|
1495 |
} |
1538 |
} |
1496 |
|
1539 |
|
1497 |
div#menu li a { |
1540 |
div#menu li a { |
|
|
1541 |
background: #eeeeee; /* Old browsers */ |
1542 |
background: -moz-linear-gradient(left, #eeeeee 0%, #eeeeee 96%, #e6e6e6 97%, #cccccc 99%, #c1c1c1 100%); /* FF3.6+ */ |
1543 |
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#eeeeee), color-stop(96%,#eeeeee), color-stop(97%,#e6e6e6), color-stop(99%,#cccccc), color-stop(100%,#c1c1c1)); /* Chrome,Safari4+ */ |
1544 |
background: -webkit-linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* Chrome10+,Safari5.1+ */ |
1545 |
background: -o-linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* Opera 11.10+ */ |
1546 |
background: -ms-linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* IE10+ */ |
1547 |
background: linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* W3C */ |
1548 |
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#c1c1c1',GradientType=1 ); /* IE6-9 */ |
1498 |
text-decoration : none; |
1549 |
text-decoration : none; |
1499 |
display : block; |
1550 |
display : block; |
1500 |
background : #EEE url(../../images/side-tab-gradient.gif) repeat-y top right; |
|
|
1501 |
border : 1px solid #979797; |
1551 |
border : 1px solid #979797; |
1502 |
font-size : 111%; |
1552 |
font-size : 111%; |
1503 |
margin : .5em 0; |
1553 |
margin : .5em 0; |
Lines 1506-1512
div#menu li a {
Link Here
|
1506 |
} |
1556 |
} |
1507 |
|
1557 |
|
1508 |
div#menu li a:hover { |
1558 |
div#menu li a:hover { |
1509 |
background : #E8F0F6 url(../../images/side-tab-gradient-hover.gif) repeat-y top right; |
1559 |
background: #eaeef5; /* Old browsers */ |
|
|
1560 |
background: -moz-linear-gradient(left, #eaeef5 0%, #dee6f4 96%, #c4d5ef 98%, #a2bee8 100%); /* FF3.6+ */ |
1561 |
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#eaeef5), color-stop(96%,#dee6f4), color-stop(98%,#c4d5ef), color-stop(100%,#a2bee8)); /* Chrome,Safari4+ */ |
1562 |
background: -webkit-linear-gradient(left, #eaeef5 0%,#dee6f4 96%,#c4d5ef 98%,#a2bee8 100%); /* Chrome10+,Safari5.1+ */ |
1563 |
background: -o-linear-gradient(left, #eaeef5 0%,#dee6f4 96%,#c4d5ef 98%,#a2bee8 100%); /* Opera 11.10+ */ |
1564 |
background: -ms-linear-gradient(left, #eaeef5 0%,#dee6f4 96%,#c4d5ef 98%,#a2bee8 100%); /* IE10+ */ |
1565 |
background: linear-gradient(left, #eaeef5 0%,#dee6f4 96%,#c4d5ef 98%,#a2bee8 100%); /* W3C */ |
1566 |
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef5', endColorstr='#a2bee8',GradientType=1 ); /* IE6-9 */ |
1510 |
} |
1567 |
} |
1511 |
|
1568 |
|
1512 |
div#menu li.active a:hover { |
1569 |
div#menu li.active a:hover { |