Added cover image support for the beta

This commit is contained in:
2016-11-20 19:26:11 +09:00
parent c89add3967
commit 614ff87246
16 changed files with 316 additions and 23 deletions

View File

@ -3,13 +3,11 @@ html
body
font-family "Ubuntu", "Trebuchet MS", sans-serif
font-size 1.05em
font-size 1.05rem
tab-size 4
overflow-x hidden
overflow-y hidden
height 100%
-webkit-font-smoothing antialiased
-moz-osx-font-smoothing grayscale
a
text-decoration none

View File

@ -13,6 +13,7 @@ outlineShadowMedium = 0 0 6px alpha(black, 0.13)
outlineShadowHeavy = 0 0 6px alpha(black, 0.6)
transitionSpeed = 290ms
fadeSpeed = 200ms
contentPadding = 1.5rem
uiElement()
border uiBorder

View File

@ -6,10 +6,10 @@ input[type="password"]
input[type="url"]
input[type="number"]
button
font-family "Ubuntu", sans-serif
font-size 1em
font-family inherit
font-size 1rem
border-radius 3px
transition all 0.5s ease
transition all transitionSpeed ease
margin 0 0 10px
padding 0.4em 0.8em
width calc(100% - 1.6em)
@ -23,7 +23,7 @@ button
input[type="submit"]
button
.button
font-family "Ubuntu", sans-serif
font-family inherit
font-size 1em
color black
padding 0.5em 2em
@ -41,7 +41,7 @@ textarea
border-radius 3px
padding 0.2em 0.4em
font-size 1em
font-family "Open Sans", Ubuntu, sans-serif
font-family inherit
line-height 1.7em
outline none
resize vertical

View File

@ -62,16 +62,15 @@
background-color transparent
#content
float left
width 100%
height 100%
min-height 100%
padding 1.5em
padding contentPadding
line-height 1.7em
text-align center
box-sizing border-box
display flex
flex-flow column
& > div
float left
width 100%
.header-logged-in

View File

@ -1,10 +1,8 @@
#navigation
float left
width 100%
margin 0 auto
width 100%
height 100%
padding 0 1.5em
padding 0 contentPadding
margin 0 auto
z-index 0
box-sizing border-box

View File

@ -30,6 +30,8 @@ footer, header, hgroup, menu, nav, section
body
line-height 1
-webkit-font-smoothing antialiased
-moz-osx-font-smoothing grayscale
ol, ul
list-style none