Added welcome page

This commit is contained in:
2018-11-15 12:42:10 +09:00
parent 085417edce
commit 1ef1c55e49
19 changed files with 153 additions and 30 deletions
auth
pages
embed
home
index/coreroutes
listimport
listimport.pixy
listimportanilist
listimportkitsu
listimportmyanimelist
settings
welcome
scripts
styles
utils/routetests

@ -107,16 +107,16 @@ post-content-padding-y = 0.75rem
margin-right 0.4em
.post-permalink
color post-permalink-color
color permalink-color
.post-like
color post-like-color
color like-color
.post-unlike
color post-unlike-color
color unlike-color
.post-delete
color post-delete-color
color delete-color
.post-save
//

@ -80,10 +80,10 @@ quote-color = hsl(0, 0%, 45%)
quote-side-border-color = quote-color
// Forum
post-like-color = green !important
post-unlike-color = rgb(255, 32, 12) !important
post-delete-color = post-unlike-color !important
post-permalink-color = blue !important
like-color = green
unlike-color = rgb(255, 32, 12)
delete-color = unlike-color
permalink-color = blue
table-row-hover-background = hsla(0, 0%, 0%, 0.01)
anime-list-item-name-color = link-color

@ -34,6 +34,14 @@ input, select
input
height input-height
[pattern]
:focus
:invalid
border-color red !important
:valid
border-color green !important
:active
transform translateY(3px)