codecombat/app/styles/home.sass

67 lines
1.3 KiB
Sass
Raw Normal View History

2014-01-03 13:32:13 -05:00
@import "bootstrap/mixins"
@import "bootstrap/variables"
#home-view
2014-03-16 19:59:48 -04:00
h1, h2
text-align: center
#trailer-wrapper object
display: block
margin: 0 auto
2014-01-03 13:32:13 -05:00
2014-03-16 19:59:48 -04:00
.game-mode-wrapper
2014-01-03 13:32:13 -05:00
position: relative
2014-03-16 19:59:48 -04:00
margin-bottom: 60px
2014-01-03 13:32:13 -05:00
2014-03-16 19:59:48 -04:00
img
display: block
margin: 0 auto
2014-01-03 13:32:13 -05:00
h3
2014-03-16 19:59:48 -04:00
color: $yellow
position: absolute
top: 10px
left: 40px
font-size: 70px
margin-top: 0
text-shadow: 2px 2px 5px black
h4
color: #e8d9c5
position: absolute
top: 75px
left: 140px
font-size: 30px
margin-top: 0
text-shadow: 2px 2px 5px black
.play-button
text-align: center
position: absolute
right: 40px
bottom: -30px
width: 200px
height: 100px
2014-01-03 13:32:13 -05:00
2014-03-16 19:59:48 -04:00
div, img
color: $yellow
position: absolute
top: 0
bottom: 0
left: 0
right: 0
width: 100%
height: 100%
font-size: 50px
font-family: Bangers
line-height: 100px
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black
@include transition(color .10s linear)
&:hover div
color: lighten($yellow, 20%)
&:hover img
filter: brightness(1.1)
-webkit-filter: brightness(1.1)