Added cover image support for the beta
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user