You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asciinema.org/app/assets/stylesheets/preview.sass

58 lines
949 B
Sass

.preview
margin-bottom: 30px
.thumbnail-link
display: block
position: relative
.play-button
display: none
z-index: 1
font-size: 80px
&:hover
.play-button
display: block
&:active
.play-button
font-size: 90px
.thumbnail
padding: 0
background-color: #000
padding: 8px
border: 0
border-radius: 3px
border-bottom-left-radius: 0
border-bottom-right-radius: 0
.info
background-color: #f7f7f7
padding: 10px
border-bottom-left-radius: 3px
border-bottom-right-radius: 3px
border: 1px solid #eee
border-bottom: 1px solid #ddd
.author-avatar
float: left
width: 20px
height: 20px
h2
margin: 0 0 6px 0
font-size: 20px
.duration
float: right
font-size: 14px
small
margin-left: 5px
font-size: 14px
color: #333
abbr
border-bottom: 0