Created
February 16, 2012 16:26
-
-
Save zhiwww/1846224 to your computer and use it in GitHub Desktop.
Untitled
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .video-item-button | |
| { | |
| border: 1px solid #DDD; | |
| display: inline-block; | |
| padding: 5px 10px; | |
| text-align: center; | |
| vertical-align: middle; | |
| border-radius: 3px; | |
| } | |
| .video-item-buy | |
| { | |
| background-image: -moz-linear-gradient(top,#EFE 0,#252525 100%); | |
| background-image: -ms-linear-gradient(top,#292929 0,#252525 100%); | |
| background-image: -o-linear-gradient(top,#292929 0,#252525 100%); | |
| background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#292929),color-stop(100%,#252525)); | |
| background-image: -webkit-linear-gradient(top,#292929 0,#252525 100%); | |
| background-image: linear-gradient(to bottom,#292929 0,#252525 100%); | |
| color: #FFF; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <span class="video-item-buy video-item-button">Buy</span> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"view":"split-vertical","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment