113 lines
1.5 KiB
Plaintext
Raw Normal View History

.anime-header
2016-11-29 03:37:36 +00:00
horizontal
2016-12-01 15:27:53 +00:00
< 800px
.anime-header
vertical
.anime-section-name
font-weight bold
.anime-image-container
2016-11-29 03:37:36 +00:00
horizontal
justify-content center
align-items flex-start
2016-11-29 15:50:50 +00:00
.anime-cover-image
width 230px
height auto
border-radius 3px
2016-11-30 12:33:11 +00:00
2016-11-30 15:29:36 +00:00
default-transition
object-fit cover
2016-11-30 12:33:11 +00:00
saturate-up
shadow-up
.anime-info
2016-11-29 03:37:36 +00:00
vertical
2016-11-30 12:33:11 +00:00
flex 1
2016-11-30 15:29:36 +00:00
.space
width content-padding
height content-padding
.anime-title
text-align left
2016-12-02 06:31:09 +00:00
margin-bottom 0.5rem
.anime-alternative-title
font-size 0.9em
2016-12-02 06:31:09 +00:00
margin-bottom 0.5rem
2017-06-19 18:59:02 +00:00
a
color rgba(60, 60, 60, 0.5) !important
2017-06-08 19:54:39 +00:00
.anime-actions
horizontal
justify-content center
2017-06-20 13:46:49 +00:00
// Action button margin
margin calc(content-padding - 0.5rem) -0.5rem
2017-06-20 12:16:23 +00:00
// Setting z-index requires setting a background as well
2017-06-19 18:59:02 +00:00
z-index 10
2017-06-20 12:16:23 +00:00
background-color bg-color
2017-06-08 19:54:39 +00:00
> 900px
.anime-actions
position absolute
top 0
right content-padding
2017-06-08 09:51:34 +00:00
.anime-rating-categories
horizontal
width 100%
.anime-rating-category
ui-element
flex 1
text-align center
margin 0.5rem
.anime-rating-category-name
font-size 1.3rem
margin-top 0.5rem
.anime-rating
margin 0.5rem
letter-spacing 3px
font-size 1.3rem
color link-color
2017-06-20 18:13:04 +00:00
.anime-widget
margin-top 0.6rem
margin-bottom 0.4rem
2017-06-08 09:51:34 +00:00
< 800px
.anime-rating-categories
vertical
.sources
2017-06-08 12:46:38 +00:00
font-size 0.8rem
opacity 0.5
2017-06-08 12:46:38 +00:00
margin-top 0.5rem
.relations
2016-11-29 03:37:36 +00:00
horizontal-wrap
.relation
2016-11-29 03:37:36 +00:00
vertical
align-items center
padding 0.5rem
2016-11-29 03:37:36 +00:00
.relation-type
font-size 0.7rem
margin-top 0.1rem
.relation-image
width 100px
2016-11-30 15:29:36 +00:00
height 141px
border-radius 3px
object-fit cover
default-transition
2016-12-01 15:27:53 +00:00
shadow-up