mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
89 lines
2.1 KiB
Sass
89 lines
2.1 KiB
Sass
@import "app/styles/mixins"
|
|
@import "app/styles/bootstrap/variables"
|
|
|
|
#home-view
|
|
|
|
#spacer
|
|
height: 626px
|
|
@media screen and ( max-height: 800px )
|
|
height: 510px
|
|
|
|
#play-button, #or-ipad, #apple-store-button, #slogan, .alert
|
|
text-align: center
|
|
text-transform: uppercase
|
|
font-weight: bold
|
|
position: absolute
|
|
margin-right: auto
|
|
margin-left: auto
|
|
left: 0
|
|
right: 0
|
|
font-weight: bold
|
|
|
|
#play-button
|
|
text-align: center
|
|
padding-top: 170px
|
|
font-size: 50px
|
|
color: rgb(255,253,149)
|
|
text-shadow: 0 0 6px black,0 0 6px black,0 0 6px black,0 0 6px black, 0 0 6px black,0 0 6px black,0 0 6px black,0 0 6px black, 0 0 6px black,0 0 6px black,0 0 6px black,0 0 6px black, 0 0 6px black,0 0 6px black,0 0 6px black,0 0 6px black, 0 0 6px black,0 0 6px black,0 0 6px black,0 0 6px black
|
|
top: 308px
|
|
width: 218px
|
|
height: 219px
|
|
@media screen and ( max-height: 800px )
|
|
top: 78px
|
|
|
|
background-image: url(/images/pages/home/play_button.png)
|
|
background-position: 0 219px
|
|
|
|
&:hover
|
|
background-position: 0 0
|
|
color: rgb(230,180,75)
|
|
text-decoration: none
|
|
|
|
#or-ipad
|
|
top: 540px
|
|
color: rgb(119,101,84)
|
|
font-size: 17px
|
|
max-width: 211px
|
|
|
|
@media screen and ( max-height: 800px )
|
|
top: 310px
|
|
|
|
#apple-store-button
|
|
top: 593px
|
|
height: 63px
|
|
|
|
@media screen and ( max-height: 800px )
|
|
top: 363px
|
|
|
|
#slogan
|
|
top: 681px
|
|
height: 132px
|
|
width: 276px
|
|
padding: 15px
|
|
font-size: 28px
|
|
line-height: 32px
|
|
color: rgb(50,40,31)
|
|
|
|
@media screen and ( max-height: 800px )
|
|
top: 451px
|
|
|
|
.alert
|
|
top: 213px
|
|
border: 5px solid darkred
|
|
|
|
&.hour-of-code
|
|
#site-footer
|
|
background-color: rgb(70, 58, 44)
|
|
height: 185px
|
|
|
|
.hour-of-code-explanation
|
|
color: #9e8777
|
|
text-align: center
|
|
|
|
a
|
|
color: lighten(#0b63bc, 10%)
|
|
|
|
body[lang='ru'], body[lang^='de'], body[lang^='pt'], body[lang='pl'], body[lang='tr'], body[lang^='nl'], body[lang^='cs'], body[lang^='sv'], body[lang^='el'], body[lang^='hu'], body[lang^='bg']
|
|
#home-view #slogan
|
|
font-size: 22px
|
|
line-height: 23px
|