Everything is scarlet now
This commit is contained in:
@ -1,9 +1,13 @@
|
||||
.anime-section-name
|
||||
font-weight bold
|
||||
|
||||
.anime-header
|
||||
horizontal
|
||||
|
||||
< 800px
|
||||
.anime-header
|
||||
vertical
|
||||
|
||||
.anime-section-name
|
||||
font-weight bold
|
||||
|
||||
.anime-image-container
|
||||
horizontal
|
||||
justify-content center
|
||||
@ -58,8 +62,4 @@
|
||||
object-fit cover
|
||||
default-transition
|
||||
scale-up
|
||||
shadow-up
|
||||
|
||||
< 800px
|
||||
.anime-header
|
||||
vertical
|
||||
shadow-up
|
@ -14,18 +14,17 @@ profile-boot-duration = 2s
|
||||
text-shadow 0px 0px 2px rgb(0, 0, 0, 0.5)
|
||||
|
||||
default-transition
|
||||
animation-name appear
|
||||
animation-duration transition-speed
|
||||
animation appear transition-speed
|
||||
|
||||
overflow hidden
|
||||
|
||||
// @keyframes appear
|
||||
// 0%
|
||||
// transform rotateX(90deg)
|
||||
// filter opacity(0) saturate(0) blur(10px)
|
||||
// 100%
|
||||
// transform rotateX(0)
|
||||
// filter opacity(1) saturate(1) blur(0)
|
||||
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
|
||||
@ -41,7 +40,7 @@ profile-boot-duration = 2s
|
||||
animation cover-animation profile-boot-duration
|
||||
animation-fill-mode forwards
|
||||
|
||||
@keyframes cover-animation
|
||||
animation cover-animation
|
||||
0%
|
||||
filter brightness(500%) blur(5px)
|
||||
100%
|
||||
|
7
pages/search/search.scarlet
Normal file
7
pages/search/search.scarlet
Normal file
@ -0,0 +1,7 @@
|
||||
#search-container
|
||||
horizontal
|
||||
justify-content center
|
||||
|
||||
#search
|
||||
width 100%
|
||||
max-width 560px
|
Reference in New Issue
Block a user