Lines 202-208
ol li {
Link Here
|
202 |
linear, |
202 |
linear, |
203 |
left top, |
203 |
left top, |
204 |
left bottom, |
204 |
left bottom, |
205 |
color-stop(0.1, rgb(212,214,255)), |
205 |
color-stop(0.1, rgb(230, 240, 242)), |
206 |
color-stop(0.99, rgb(255,255,255)) |
206 |
color-stop(0.99, rgb(255,255,255)) |
207 |
); |
207 |
); |
208 |
display: inline-block; |
208 |
display: inline-block; |
Lines 462-469
dd {
Link Here
|
462 |
} |
462 |
} |
463 |
|
463 |
|
464 |
div#toolbar { |
464 |
div#toolbar { |
465 |
background-color : #F3F3F3; |
465 |
background-color : #E6F0F2; |
466 |
margin-bottom : .7em; |
466 |
margin-bottom : .7em; |
|
|
467 |
padding: 5px 5px 5px 5px; |
468 |
border-radius: 5px 5px 0 0; |
469 |
border: 1px solid #B9D8D9 |
467 |
} |
470 |
} |
468 |
|
471 |
|
469 |
div#toolbar .yui-menu-button button, |
472 |
div#toolbar .yui-menu-button button, |
Lines 712-722
fieldset.rows label.yesno {
Link Here
|
712 |
fieldset.action, div.action { |
715 |
fieldset.action, div.action { |
713 |
clear : both; |
716 |
clear : both; |
714 |
float : none; |
717 |
float : none; |
715 |
background-color:#ffffff; |
718 |
border : 0px; |
716 |
border : none; |
719 |
margin: 0; |
717 |
margin : 0; |
720 |
padding: .4em .4em .4em .1em; |
718 |
padding : 1em 0 .3em 0; |
721 |
width: auto; |
719 |
width : auto; |
|
|
720 |
} |
722 |
} |
721 |
|
723 |
|
722 |
div.rows { |
724 |
div.rows { |
Lines 847-853
fieldset.rows .inputnote {
Link Here
|
847 |
} |
849 |
} |
848 |
|
850 |
|
849 |
.toptabs .ui-tabs-nav li a, .toptabs .ui-tabs-nav li span.a { |
851 |
.toptabs .ui-tabs-nav li a, .toptabs .ui-tabs-nav li span.a { |
850 |
background-color : #F3F3F3; |
852 |
background-color : #E6F0F2; |
851 |
border : 1px solid #E8E8E8; |
853 |
border : 1px solid #E8E8E8; |
852 |
text-align : center; |
854 |
text-align : center; |
853 |
text-decoration : none; |
855 |
text-decoration : none; |
Lines 1362-1375
div#menu {
Link Here
|
1362 |
div#menu li a { |
1364 |
div#menu li a { |
1363 |
text-decoration: none; |
1365 |
text-decoration: none; |
1364 |
display: block; |
1366 |
display: block; |
1365 |
background: #eeeeee; /* Old browsers */ |
1367 |
|
1366 |
background: -moz-linear-gradient(left, #eeeeee 0%, #eeeeee 96%, #e6e6e6 97%, #cccccc 99%, #c1c1c1 100%); /* FF3.6+ */ |
1368 |
background: #e8f0f6; /* Old browsers */ |
1367 |
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+ */ |
1369 |
background: -moz-linear-gradient(left, #e8f0f6 0%, #e8f0f6 96%, #c1c1c1 100%); /* FF3.6+ */ |
1368 |
background: -webkit-linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* Chrome10+,Safari5.1+ */ |
1370 |
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e8f0f6), color-stop(96%,#e8f0f6), color-stop(100%,#c1c1c1)); /* Chrome,Safari4+ */ |
1369 |
background: -o-linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* Opera11.10+ */ |
1371 |
background: -webkit-linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* Chrome10+,Safari5.1+ */ |
1370 |
background: -ms-linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* IE10+ */ |
1372 |
background: -o-linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* Opera11.10+ */ |
1371 |
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#c1c1c1',GradientType=1 ); /* IE6-9 */ |
1373 |
background: -ms-linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* IE10+ */ |
1372 |
background: linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* W3C */ |
1374 |
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8f0f6', endColorstr='#c1c1c1',GradientType=1 ); /* IE6-9 */ |
|
|
1375 |
background: linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* W3C */ |
1373 |
-moz-border-top-left-radius: 5px; |
1376 |
-moz-border-top-left-radius: 5px; |
1374 |
border-top-left-radius: 5px; |
1377 |
border-top-left-radius: 5px; |
1375 |
-moz-border-bottom-left-radius: 5px; |
1378 |
-moz-border-bottom-left-radius: 5px; |
Lines 1382-1395
div#menu li a {
Link Here
|
1382 |
} |
1385 |
} |
1383 |
|
1386 |
|
1384 |
div#menu li a:hover { |
1387 |
div#menu li a:hover { |
1385 |
background: #e8f0f6; /* Old browsers */ |
1388 |
|
1386 |
background: -moz-linear-gradient(left, #e8f0f6 0%, #e8f0f6 96%, #c1c1c1 100%); /* FF3.6+ */ |
1389 |
|
1387 |
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e8f0f6), color-stop(96%,#e8f0f6), color-stop(100%,#c1c1c1)); /* Chrome,Safari4+ */ |
1390 |
background: #eeeeee; /* Old browsers */ |
1388 |
background: -webkit-linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* Chrome10+,Safari5.1+ */ |
1391 |
background: -moz-linear-gradient(left, #eeeeee 0%, #eeeeee 96%, #e6e6e6 97%, #cccccc 99%, #c1c1c1 100%); /* FF3.6+ */ |
1389 |
background: -o-linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* Opera11.10+ */ |
1392 |
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+ */ |
1390 |
background: -ms-linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* IE10+ */ |
1393 |
background: -webkit-linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* Chrome10+,Safari5.1+ */ |
1391 |
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8f0f6', endColorstr='#c1c1c1',GradientType=1 ); /* IE6-9 */ |
1394 |
background: -o-linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* Opera11.10+ */ |
1392 |
background: linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* W3C */ |
1395 |
background: -ms-linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* IE10+ */ |
|
|
1396 |
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#c1c1c1',GradientType=1 ); /* IE6-9 */ |
1397 |
background: linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* W3C */ |
1393 |
} |
1398 |
} |
1394 |
|
1399 |
|
1395 |
div#menu li.active a:hover { |
1400 |
div#menu li.active a:hover { |
Lines 1543-1552
li.email {
Link Here
|
1543 |
} |
1548 |
} |
1544 |
|
1549 |
|
1545 |
#searchheader { |
1550 |
#searchheader { |
1546 |
background-color : #f3f3f3; |
1551 |
background-color : #E6F0F2; |
1547 |
font-size : 80%; |
1552 |
font-size : 80%; |
1548 |
margin : 0 0 .5em -1px; |
1553 |
margin : 0 0 .5em -1px; |
1549 |
padding : .1em 0 .1em 1em; |
1554 |
padding : .1em 0 .4em 1em; |
|
|
1555 |
border-radius : 5px 5px 0 0; |
1550 |
} |
1556 |
} |
1551 |
|
1557 |
|
1552 |
/* Hack just for Firefox */ |
1558 |
/* Hack just for Firefox */ |
Lines 1556-1561
html>/**/body #searchheader button, x:-moz-any-link, x:default {
Link Here
|
1556 |
|
1562 |
|
1557 |
#searchheader form { |
1563 |
#searchheader form { |
1558 |
float : right; |
1564 |
float : right; |
|
|
1565 |
padding : 5px 5px 3px 0; |
1559 |
} |
1566 |
} |
1560 |
|
1567 |
|
1561 |
#searchheader form.fz3950 { |
1568 |
#searchheader form.fz3950 { |
Lines 1582-1587
html>/**/body #searchheader button, x:-moz-any-link, x:default {
Link Here
|
1582 |
|
1589 |
|
1583 |
#search-facets { |
1590 |
#search-facets { |
1584 |
border : 1px solid #e8e8e8; |
1591 |
border : 1px solid #e8e8e8; |
|
|
1592 |
border-radius: 5px 5px 0 0; |
1585 |
} |
1593 |
} |
1586 |
|
1594 |
|
1587 |
#search-facets h4 { |
1595 |
#search-facets h4 { |
Lines 1723-1728
a.yuimenuitemlabel:hover {
Link Here
|
1723 |
#toplevelnav { |
1731 |
#toplevelnav { |
1724 |
float : left; |
1732 |
float : left; |
1725 |
margin-left : .5em; |
1733 |
margin-left : .5em; |
|
|
1734 |
width: 40%; |
1726 |
} |
1735 |
} |
1727 |
|
1736 |
|
1728 |
ul#toplevelmenu { |
1737 |
ul#toplevelmenu { |