105 lines
1.6 KiB
Plaintext
Raw Normal View History

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
vertical
2017-06-20 18:13:04 +00:00
.anime-list-item
horizontal
2017-06-20 18:13:04 +00:00
2017-07-21 03:09:47 +00:00
td
display flex
align-items center
.anime-list-item-image-container
padding 0
2017-10-21 17:16:11 +00:00
width 39px
2017-07-21 03:09:47 +00:00
.anime-list-item-image
2017-07-21 06:09:22 +00:00
width 39px
2017-07-21 03:09:47 +00:00
height 39px
border-radius 2px
2017-07-21 06:09:22 +00:00
object-fit cover
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-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-07-21 03:09:47 +00:00
width 130px
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
flex 0.4
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
.anime-list-item-episodes-separator
flex 0.2
opacity 0.5
.anime-list-item-episodes-max
flex 0.4
opacity 0.5
2017-06-20 18:13:04 +00:00
.anime-list-item-rating
text-align right
2017-07-21 03:09:47 +00:00
justify-content flex-end
width 65px
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
width 30px
: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-item-airing-date
2017-07-21 03:51:11 +00:00
display flex !important
text-align right
2017-07-21 03:09:47 +00:00
width 150px
opacity 0.8
justify-content flex-end
2017-06-29 06:32:46 +00:00
2017-06-25 12:58:27 +00:00
< 1100px
.anime-list-item-rating
2017-07-21 03:09:47 +00:00
display none !important
2017-07-06 01:24:56 +00:00
.fill-screen
2017-09-22 15:23:22 +00:00
min-height calc(100vh - content-padding * 2 - 1rem - 43px - 23px)