|
|
Line 81: |
Line 81: |
| .accordion > li:target > a { | | .accordion > li:target > a { |
| color: #F68924; | | color: #F68924; |
- | text-shadow: 1px 1px 1px rgba(255,255,255, .2); | + | |
- |
| + | |
- | background: rgb(0,71,171); /* Old browsers */
| + | |
- | background: -moz-linear-gradient(left, rgba(0,71,171,1) 100%, rgba(125,185,232,1) 100%); /* FF3.6+ */
| + | |
- | background: -webkit-gradient(linear, left top, right top, color-stop(100%,rgba(0,71,171,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
| + | |
- | background: -webkit-linear-gradient(left, rgba(0,71,171,1) 100%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
| + | |
- | background: -o-linear-gradient(left, rgba(0,71,171,1) 100%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
| + | |
- | background: -ms-linear-gradient(left, rgba(0,71,171,1) 100%,rgba(125,185,232,1) 100%); /* IE10+ */
| + | |
- | background: linear-gradient(to right, rgba(0,71,171,1) 100%,rgba(125,185,232,1) 100%); /* W3C */
| + | |
- | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0047ab', endColorstr='#7db9e8',GradientType=1 );
| + | |
- | | + | |
- | background: #F68924;
| + | |
| /* IE6-9 */} | | /* IE6-9 */} |
| | | |