Changeset 23532
- Timestamp:
- 02/28/2013 07:42:29 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentythirteen/style.css
r23526 r23532 603 603 background: #e05d22; /* Old browsers */ 604 604 background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); /* Chrome10+,Safari5.1+ */ 605 background: -o-linear-gradient( top, #e05d22 0%, #d94412 100%); /* Opera 11.10+ */ 606 background: linear-gradient( to bottom, #e05d22 0%, #d94412 100%); /* W3C */ 605 background: linear-gradient( to bottom, #e05d22 0%, #d94412 100%); /* W3C */ 607 606 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e05d22', endColorstr='#d94412', GradientType=0); /* IE6-9 */ 608 607 display: inline-block; … … 625 624 background: #ed6a31; /* Old browsers */ 626 625 background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%); /* Chrome10+,Safari5.1+ */ 627 background: -o-linear-gradient( top, #ed6a31 0%, #e55627 100%); /* Opera 11.10+ */ 628 background: linear-gradient( to bottom, #ed6a31 0%, #e55627 100%); /* W3C */ 626 background: linear-gradient( to bottom, #ed6a31 0%, #e55627 100%); /* W3C */ 629 627 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed6a31', endColorstr='#e55627', GradientType=0); /* IE6-9 */ 630 628 outline: none; … … 637 635 background: #d94412; /* Old browsers */ 638 636 background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%); /* Chrome10+,Safari5.1+ */ 639 background: -o-linear-gradient( top, #d94412 0%, #e05d22 100%); /* Opera 11.10+ */ 640 background: linear-gradient( to bottom, #d94412 0%, #e05d22 100%); /* W3C */ 637 background: linear-gradient( to bottom, #d94412 0%, #e05d22 100%); /* W3C */ 641 638 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d94412', endColorstr='#e05d22', GradientType=0); /* IE6-9 */ 642 639 border: none; … … 955 952 height: 37px; 956 953 -webkit-transition: width 400ms ease, background 400ms ease; 957 -o-transition: width 400ms ease, background 400ms ease;958 954 transition: width 400ms ease, background 400ms ease; 959 955 margin: 3px 0; … … 1535 1531 -webkit-transform: translate(50%, 50%); 1536 1532 -ms-transform: translate(50%, 50%); 1537 -o-transform: translate(50%, 50%);1538 1533 transform: translate(50%, 50%); 1539 1534 width: 100%; … … 1545 1540 -webkit-transform: translate(-50%, -50%); 1546 1541 -ms-transform: translate(-50%, -50%); 1547 -o-transform: translate(-50%, -50%);1548 1542 transform: translate(-50%, -50%); 1549 1543 }
Note: See TracChangeset
for help on using the changeset viewer.