131 lines
2.0 KiB
Plaintext
Raw Normal View History

.anime-list-user-avatar
position absolute
top calc(content-padding / 2)
left calc(content-padding / 2)
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
2017-06-20 18:13:04 +00:00
.anime-list-item-rating
2017-12-04 12:23:45 +00:00
horizontal
text-align right
2017-07-21 03:09:47 +00:00
justify-content flex-end
2017-12-04 12:23:45 +00:00
flex-basis 65px
flex-shrink 1
// .rating-label
// opacity 0.5
// margin-right 0.2rem
2017-06-25 12:58:27 +00:00
.anime-list-item-actions
2017-07-21 08:10:48 +00:00
display none !important
2017-06-25 12:58:27 +00:00
// // Beautify icon alignment
// .raw-icon
// margin-bottom -4px
2017-06-25 12:58:27 +00:00
2017-07-05 00:56:50 +00:00
> 740px
.anime-list-item-actions
2017-07-21 08:10:48 +00:00
display flex !important
2017-12-04 12:23:45 +00:00
flex-basis 30px
flex-shrink 1
2017-07-21 08:10:48 +00:00
:empty
display none !important
2017-07-05 00:56:50 +00:00
2017-06-29 06:32:46 +00:00
.anime-list-item-airing-date
2017-07-21 03:51:11 +00:00
display none !important
2017-06-29 06:32:46 +00:00
> 700px
.anime-list-title
display block
2017-06-29 06:32:46 +00:00
.anime-list-item-airing-date
2017-07-21 03:51:11 +00:00
display flex !important
text-align right
2017-12-04 12:23:45 +00:00
flex-basis 150px
flex-shrink 1
2017-07-21 03:09:47 +00:00
opacity 0.8
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
.anime-list-item-rating
display none !important