94 lines
1.4 KiB
Plaintext
Raw Normal View History

#calendar
[data-show-added-anime-only="true"]
.calendar-entry
[data-added="false"]
display none
2017-11-22 10:51:59 +00:00
.week
vertical
.weekday
2017-11-22 11:04:04 +00:00
width 100%
2018-03-24 23:20:31 +00:00
max-width 750px
2018-03-10 19:17:08 +00:00
margin 0 auto
2017-11-22 10:51:59 +00:00
text-align left
border-bottom 1px solid ui-border-color
2017-11-22 11:04:04 +00:00
padding 0.5rem
2017-11-22 10:51:59 +00:00
:last-child
border-bottom none
.weekday-name
text-align center
2017-11-22 11:20:57 +00:00
margin-bottom 1rem
2017-11-22 10:51:59 +00:00
2017-12-03 18:08:05 +00:00
.weekend
.weekday-name
font-weight bold
2017-11-22 11:04:04 +00:00
.calendar-entries
vertical
.calendar-entry
2018-03-08 16:36:55 +00:00
horizontal
default-transition
border-radius ui-element-border-radius
padding 0.5rem 0.6rem
margin-bottom 0.4rem
2017-11-22 11:04:04 +00:00
overflow hidden
2018-03-08 16:36:55 +00:00
:hover
background calendar-hover-color
box-shadow outline-shadow-light
2017-12-03 17:52:34 +00:00
.calendar-entry-image
2018-03-08 16:36:55 +00:00
anime-list-item-image
2017-12-03 17:52:34 +00:00
2017-12-03 18:08:05 +00:00
.calendar-entry[data-added="true"]
2018-03-08 16:36:55 +00:00
background calendar-entry-seen-background
box-shadow outline-shadow-light
border ui-border
2017-11-22 11:48:18 +00:00
2017-11-22 12:35:05 +00:00
:hover
2018-03-08 16:36:55 +00:00
background calendar-entry-seen-hover-background
2017-11-22 12:35:05 +00:00
2017-11-22 11:20:57 +00:00
.calendar-entry-info
2018-03-08 16:36:55 +00:00
vertical
overflow hidden
margin-left 0.8rem
flex 1
2017-11-22 11:20:57 +00:00
2017-11-22 11:04:04 +00:00
.calendar-entry-title
clip-long-text
2018-03-08 16:36:55 +00:00
flex 0.5
line-height 1.2em
.calendar-entry-time-and-episode
horizontal
flex 0.5
color text-color
line-height 1.6em
text-shadow none
2017-11-22 11:04:04 +00:00
2017-11-22 11:20:57 +00:00
.calendar-entry-time
opacity 0.85
font-size 0.9rem
flex 1
2017-11-22 11:04:04 +00:00
.calendar-entry-episode
2017-11-22 11:20:57 +00:00
opacity 0.65
2017-11-22 11:04:04 +00:00
text-align right
font-size 0.9rem
2018-03-10 19:17:08 +00:00
> 1350px
2017-11-22 10:51:59 +00:00
.week
horizontal
.weekday
2017-11-22 11:04:04 +00:00
width 14.2857%
2018-03-24 23:20:31 +00:00
max-width 500px
2017-11-22 10:51:59 +00:00
border-bottom none
border-right 1px solid ui-border-color
:last-child
border-right none