2018-03-05 19:40:04 +01:00
|
|
|
.episode-view-number
|
|
|
|
text-align center
|
|
|
|
margin 0
|
|
|
|
|
2018-03-05 19:54:41 +01:00
|
|
|
.episode-view-title
|
|
|
|
text-align center
|
|
|
|
margin-top 0.5rem
|
|
|
|
|
2018-03-05 19:40:04 +01:00
|
|
|
.episode-view-airing-date
|
|
|
|
text-align center
|
|
|
|
font-size 0.9rem
|
2018-04-18 14:34:33 +02:00
|
|
|
half-opacity-text
|
2018-03-05 19:40:04 +01:00
|
|
|
|
2018-12-10 13:42:29 +09:00
|
|
|
.episode-navigation-container
|
2018-03-05 19:40:04 +01:00
|
|
|
horizontal
|
|
|
|
justify-content center
|
2018-07-07 16:00:38 +09:00
|
|
|
align-items center
|
|
|
|
position relative
|
|
|
|
margin-bottom content-padding
|
|
|
|
|
2018-12-10 13:42:29 +09:00
|
|
|
.episode-video
|
|
|
|
width 100%
|
|
|
|
max-width amv-large-width
|
|
|
|
|
|
|
|
.episode-not-available
|
|
|
|
background reverse-light-color
|
|
|
|
|
2018-07-07 16:00:38 +09:00
|
|
|
.episode-arrow
|
|
|
|
position absolute
|
|
|
|
top 50%
|
2018-07-07 16:18:00 +09:00
|
|
|
z-index 1
|
2018-07-07 16:00:38 +09:00
|
|
|
|
|
|
|
.episode-arrow-previous
|
2018-07-07 16:18:00 +09:00
|
|
|
left calc(content-padding * -1 + 3px)
|
2018-07-07 16:00:38 +09:00
|
|
|
|
|
|
|
.episode-arrow-next
|
2018-07-07 16:18:00 +09:00
|
|
|
right calc(content-padding * -1 + 3px)
|
|
|
|
|
|
|
|
> 500px
|
|
|
|
.episode-arrow-previous
|
|
|
|
left 0
|
|
|
|
|
|
|
|
.episode-arrow-next
|
|
|
|
right 0
|