88 lines
1.4 KiB
Plaintext
Raw Normal View History

profile-boot-duration = 2s
.profile
2017-06-08 01:14:45 +02:00
horizontal
position relative
left calc(content-padding * -1)
2016-12-03 00:23:05 +09:00
top calc(content-padding-top * -1)
min-width calc(100% + content-padding * 2)
padding calc(content-padding * 2)
color white
text-shadow 0px 0px 2px rgb(0, 0, 0, 0.5)
2016-12-01 00:29:36 +09:00
default-transition
2016-12-02 00:27:53 +09:00
animation appear transition-speed
overflow hidden
2017-06-08 14:46:38 +02:00
.profile-field
text-align center
< 600px
.profile
vertical
align-items center
.intro-container
align-items center
margin-top calc(content-padding * 1.5)
padding-left content-padding
2016-12-02 00:27:53 +09:00
animation appear
0%
transform rotateX(90deg)
filter opacity(0) saturate(0) blur(10px)
100%
transform rotateX(0)
filter opacity(1) saturate(1) blur(0)
.profile-cover
position absolute
left 0
top 0
width 100%
height 100%
z-index -1
2017-06-06 16:59:04 +02:00
object-fit cover
// background-size cover
overflow hidden
2016-12-01 00:29:36 +09:00
default-transition
animation cover-animation profile-boot-duration
animation-fill-mode forwards
2016-12-02 00:27:53 +09:00
animation cover-animation
0%
filter brightness(500%) blur(5px)
100%
filter brightness(35%) blur(0)
.profile-image
object-fit cover
2017-06-08 14:46:38 +02:00
width 100%
height auto
.image-container
2017-06-08 14:46:38 +02:00
flex 1
2017-06-12 20:06:31 +02:00
max-width 280px
max-height 280px
2017-06-11 11:13:59 +02:00
border-radius 3px
overflow hidden
.intro-container
2016-11-29 12:37:36 +09:00
vertical
align-items flex-start
padding content-padding
padding-top 0
2017-06-08 14:46:38 +02:00
padding-left calc(content-padding * 2)
max-width 900px
2017-06-10 02:35:07 +02:00
#nick
margin-bottom 1rem
2017-06-08 14:46:38 +02:00
// Categories
.profile-category
2017-06-08 21:54:39 +02:00
margin-bottom content-padding