1684 | | background: #fff; |
1685 | | background: -webkit-gradient(linear, left top, left bottom, from(white), to(#ededed)); |
1686 | | background: -moz-linear-gradient(top, white, #ededed); |
1687 | | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); |
| 1684 | background: #fff; /* Old browsers */ |
| 1685 | background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%); /* FF3.6+ */ |
| 1686 | background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */ |
| 1687 | background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */ |
| 1688 | background: -o-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Opera11.10+ */ |
| 1689 | background: -ms-linear-gradient(top, #ffffff 0%,#ededed 100%); /* IE10+ */ |
| 1690 | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */ |
| 1691 | background: linear-gradient(top, #ffffff 0%,#ededed 100%); /* W3C */ |
1712 | | background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0)); |
1713 | | background: -moz-linear-gradient(top, #fff, #e0e0e0); |
1714 | | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc'); |
| 1716 | background: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%); /* FF3.6+ */ |
| 1717 | background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */ |
| 1718 | background: -webkit-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */ |
| 1719 | background: -o-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Opera11.10+ */ |
| 1720 | background: -ms-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* IE10+ */ |
| 1721 | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */ |
| 1722 | background: linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* W3C */ |
1743 | | background-image: url( ../images/ajax-loader.gif ), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0)); |
1744 | | background-image: url( ../images/ajax-loader.gif ), -moz-linear-gradient(top, #fff, #e0e0e0); |
| 1751 | background-image: url( ../images/ajax-loader.gif ), -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%); /* FF3.6+ */ |
| 1752 | background-image: url( ../images/ajax-loader.gif ), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */ |
| 1753 | background-image: url( ../images/ajax-loader.gif ), -webkit-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */ |
| 1754 | background-image: url( ../images/ajax-loader.gif ), -o-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Opera11.10+ */ |
| 1755 | background-image: url( ../images/ajax-loader.gif ), -ms-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* IE10+ */ |
| 1756 | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */ |
| 1757 | background-image: url( ../images/ajax-loader.gif ), linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* W3C */ |
1750 | | background-image: url( ../images/ajax-loader.gif ), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0)); |
1751 | | background-image: url( ../images/ajax-loader.gif ), -moz-linear-gradient(top, #fff, #e0e0e0); |
1752 | | border: 1px solid #ccc; |
| 1763 | background-image: url( ../images/ajax-loader.gif ), -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%); /* FF3.6+ */ |
| 1764 | background-image: url( ../images/ajax-loader.gif ), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */ |
| 1765 | background-image: url( ../images/ajax-loader.gif ), -webkit-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */ |
| 1766 | background-image: url( ../images/ajax-loader.gif ), -o-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Opera11.10+ */ |
| 1767 | background-image: url( ../images/ajax-loader.gif ), -ms-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* IE10+ */ |
| 1768 | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */ |
| 1769 | background-image: url( ../images/ajax-loader.gif ), linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* W3C */ |
| 1770 | border: 1px solid #ccc; |
1778 | | background: -webkit-gradient(linear, left top, left bottom, from(white), to(#ededed)); |
| 1796 | background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%); /* FF3.6+ */ |
| 1797 | background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */ |
| 1798 | background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */ |
| 1799 | background: -o-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Opera11.10+ */ |
| 1800 | background: -ms-linear-gradient(top, #ffffff 0%,#ededed 100%); /* IE10+ */ |
| 1801 | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */ |
| 1802 | background: linear-gradient(top, #ffffff 0%,#ededed 100%); /* W3C */ |
2001 | | background-image: -webkit-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0)); |
2002 | | background-image: -moz-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0)); |
2003 | | background-image: -ms-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0)); |
2004 | | background-image: -o-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0)); |
2005 | | background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0)); |
| 2025 | background: -webkit-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0)); |
| 2026 | background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, 5)), color-stop(100%,rgba(255, 255, 255, 0))); /* Chrome,Safari4+ */ |
| 2027 | background: -moz-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0)); |
| 2028 | background: -ms-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0)); |
| 2029 | background: -o-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0)); |
| 2030 | background: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0)); |