126 lines
1.9 KiB
Plaintext
Raw Normal View History

.anime-list-user-avatar
position absolute
2018-11-21 07:43:41 +00:00
top content-padding-half
left content-padding-half
2017-06-29 21:27:21 +00:00
.anime-list-container
2017-06-20 18:13:04 +00:00
width 100%
2017-11-08 16:21:56 +00:00
max-width 800px
2017-07-22 14:31:25 +00:00
margin 0 auto
2017-06-29 21:27:21 +00:00
margin-bottom 1rem
.anime-list
display grid
grid-template-rows 40px
grid-template-columns 100%
2017-06-20 18:13:04 +00:00
.anime-list-item
2017-12-04 12:23:45 +00:00
table-row
horizontal
2017-12-04 12:23:45 +00:00
align-items center
padding-right 1rem
width 100%
height 40px
2017-07-21 03:09:47 +00:00
.anime-list-item-image-container
padding 0
2018-03-22 19:15:21 +00:00
width anime-image-tiny-width
2017-07-21 03:09:47 +00:00
.anime-list-item-image-link
display flex
2017-07-21 03:09:47 +00:00
.anime-list-item-image
2018-03-08 16:36:55 +00:00
anime-list-item-image
2017-07-21 03:09:47 +00:00
2017-06-20 18:13:04 +00:00
.anime-list-item-name
2017-06-25 12:58:27 +00:00
flex 1
2017-12-04 12:23:45 +00:00
margin 0.5rem 1rem
2018-03-05 18:01:46 +00:00
padding 0
2017-07-20 12:26:43 +00:00
clip-long-text
2017-06-20 18:13:04 +00:00
2017-11-04 16:11:47 +00:00
a
2017-11-05 05:56:09 +00:00
color anime-list-item-name-color
2017-11-04 16:11:47 +00:00
:hover
color link-hover-color
2017-06-20 18:13:04 +00:00
.anime-list-item-episodes
2017-06-25 12:58:27 +00:00
horizontal
justify-content flex-end
text-align right
white-space nowrap
2017-12-04 12:23:45 +00:00
flex-basis 80px
flex-shrink 1
2017-06-25 12:58:27 +00:00
2017-07-12 22:34:33 +00:00
:hover
.plus-episode
opacity 1
2017-10-20 00:43:02 +00:00
pointer-events auto
2017-07-12 22:34:33 +00:00
2017-06-25 12:58:27 +00:00
.anime-list-item-episodes-watched
2017-12-04 12:23:45 +00:00
flex 0.45
2017-07-12 22:34:33 +00:00
horizontal
justify-content flex-end
.plus-episode
display inline-block
cursor pointer
opacity 0
2017-10-14 10:45:22 +00:00
pointer-events none
2017-07-12 22:34:33 +00:00
margin-left 1px
transition opacity transition-speed ease
2017-06-25 12:58:27 +00:00
2017-12-04 12:23:45 +00:00
.plus-episode-dummy
display inline-block
opacity 0
2017-06-25 12:58:27 +00:00
.anime-list-item-episodes-separator
2017-12-04 12:23:45 +00:00
flex 0.1
2017-06-25 12:58:27 +00:00
opacity 0.5
.anime-list-item-episodes-max
2017-12-04 12:23:45 +00:00
flex 0.3
2017-06-25 12:58:27 +00:00
opacity 0.5
2019-08-31 02:11:11 +00:00
.anime-list-item-rating-container
2017-12-04 12:23:45 +00:00
horizontal
2017-07-21 03:09:47 +00:00
justify-content flex-end
2019-08-31 02:11:11 +00:00
flex-basis 65px
2017-12-04 12:23:45 +00:00
flex-shrink 1
2019-08-31 02:11:11 +00:00
.anime-list-item-rating
default-transition
:hover,
:focus
transform scale(1.5)
2017-12-04 12:23:45 +00:00
2017-06-25 12:58:27 +00:00
.anime-list-item-actions
2019-08-31 02:46:26 +00:00
display none
2017-06-25 12:58:27 +00:00
2017-07-05 00:56:50 +00:00
> 740px
.anime-list-item-actions
2019-08-31 02:46:26 +00:00
display flex
2017-12-04 12:23:45 +00:00
flex-basis 30px
flex-shrink 1
2017-07-21 08:10:48 +00:00
:empty
2019-08-31 02:46:26 +00:00
display none
2017-07-05 00:56:50 +00:00
2017-06-29 06:32:46 +00:00
.anime-list-item-airing-date
2019-08-31 02:46:26 +00:00
display none
2017-06-29 06:32:46 +00:00
> 700px
.anime-list-item-airing-date
2019-08-31 02:46:26 +00:00
display flex
text-align right
2017-12-04 12:23:45 +00:00
flex-basis 150px
flex-shrink 1
2018-04-18 12:34:33 +00:00
color hsla(text-color-h, text-color-s, text-color-l, 0.8)
2017-07-21 03:09:47 +00:00
justify-content flex-end
2017-06-29 06:32:46 +00:00
2017-12-04 12:23:45 +00:00
.anime-list-item-episodes
flex-basis 130px
2017-06-25 12:58:27 +00:00
< 1100px
2019-08-31 02:29:07 +00:00
.anime-list-item-rating-container
2019-08-31 02:46:26 +00:00
display none