Created
September 15, 2015 19:38
-
-
Save MNBuyskih/2c1233f9b78d0b1e18fc to your computer and use it in GitHub Desktop.
Example Stylus code
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 | |
background url('images/background.png') top center no-repeat | |
background-size cover | |
min-height 100% | |
padding-top 25px | |
.video-player | |
width 980px | |
max-width 100% | |
margin 0 auto | |
.player | |
text-align center | |
background-color #181818 | |
border 1px solid #292929 | |
iframe | |
width 100% !important | |
height 573px | |
.info | |
border 1px solid #292929 | |
border-top none | |
background-color #202020 | |
padding 22px 26px | |
span.info-item | |
inline-block() | |
&:last-child | |
&:after | |
display none | |
&:after | |
content '' | |
circle(4px) | |
inline-block() | |
margin 0 16px 0 11px | |
background-color #999 | |
.info-item-link | |
text-decoration underline | |
.info-info | |
color #999999 | |
font-size 14px | |
font-weight 400 | |
padding-bottom 14px | |
border-bottom 1px solid #101010 | |
.info-tools | |
padding-top 14px | |
border-top 1px solid #292929 | |
.info-rating | |
&:after | |
width 0 !important | |
height 0 !important | |
.star | |
.star-empty | |
inline-block() | |
margin-right 5px | |
.star | |
sprite($star) | |
.star-empty | |
sprite($star_empty) | |
.info-rating-stat | |
color #666666 | |
font-size 14px | |
font-weight 400 | |
padding-left 5px |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment