notify.moe/pages/anime/anime.scarlet

113 lines
1.5 KiB
Plaintext
Raw Normal View History

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