2015-11-30 18:07:01 -05:00
|
|
|
@import "app/styles/mixins"
|
|
|
|
@import "app/styles/bootstrap/variables"
|
|
|
|
|
2014-03-03 12:03:44 -05:00
|
|
|
#ladder-play-modal
|
2014-03-07 15:58:17 -05:00
|
|
|
#noob-view p
|
|
|
|
font-size: 30px
|
|
|
|
|
|
|
|
#skip-tutorial-button
|
|
|
|
font-size: 16px
|
|
|
|
|
2014-03-03 12:03:44 -05:00
|
|
|
.tutorial-suggestion
|
|
|
|
text-align: center
|
|
|
|
font-size: 18px
|
2014-03-07 15:58:17 -05:00
|
|
|
margin: 10px 0 30px
|
2014-03-03 12:03:44 -05:00
|
|
|
|
|
|
|
.play-option
|
|
|
|
margin-bottom: 15px
|
|
|
|
width: 100%
|
|
|
|
height: 100px
|
|
|
|
overflow: hidden
|
|
|
|
background: white
|
2014-09-17 21:56:08 -04:00
|
|
|
border-radius: 8px
|
2014-03-03 12:03:44 -05:00
|
|
|
position: relative
|
2015-11-30 18:07:01 -05:00
|
|
|
@include transition(opacity 0.3s ease-in-out, margin 0.1s linear, box-shadow 0.1s linear)
|
2014-03-03 12:03:44 -05:00
|
|
|
|
2014-03-03 15:04:31 -05:00
|
|
|
.only-one
|
|
|
|
opacity: 0
|
2014-08-26 20:34:00 -04:00
|
|
|
|
2015-11-30 18:07:01 -05:00
|
|
|
box-shadow: 2px 2px 4px black
|
|
|
|
|
2014-08-26 20:34:00 -04:00
|
|
|
#normal-view:hover
|
|
|
|
.play-option
|
|
|
|
opacity: 0.4
|
2014-03-03 12:03:44 -05:00
|
|
|
|
2014-08-26 20:34:00 -04:00
|
|
|
.play-option:hover
|
2014-03-03 15:04:31 -05:00
|
|
|
opacity: 1
|
2015-11-30 18:07:01 -05:00
|
|
|
box-shadow: 4px 4px 6px black
|
|
|
|
margin-left: -2px
|
|
|
|
margin-top: -2px
|
|
|
|
margin-bottom: 17px
|
2014-08-26 20:34:00 -04:00
|
|
|
.only-one
|
|
|
|
opacity: 1
|
2014-03-03 12:03:44 -05:00
|
|
|
|
|
|
|
.my-icon
|
|
|
|
position: relative
|
|
|
|
left: 0
|
|
|
|
top: -10px
|
2014-03-03 15:04:31 -05:00
|
|
|
z-index: 1
|
|
|
|
|
|
|
|
.my-team-icon
|
|
|
|
height: 60px
|
|
|
|
position: relative
|
2014-09-17 21:56:08 -04:00
|
|
|
top: -3.5px
|
|
|
|
left: 13.5px
|
2014-03-03 15:04:31 -05:00
|
|
|
z-index: 0
|
|
|
|
|
|
|
|
.opponent-team-icon
|
|
|
|
height: 60px
|
|
|
|
position: relative
|
2014-09-17 21:56:08 -04:00
|
|
|
top: 16.5px
|
|
|
|
right: 13.5px
|
2014-03-03 15:04:31 -05:00
|
|
|
z-index: 0
|
|
|
|
float: right
|
|
|
|
-moz-transform: scaleX(-1)
|
|
|
|
-o-transform: scaleX(-1)
|
|
|
|
-webkit-transform: scaleX(-1)
|
|
|
|
transform: scaleX(-1)
|
|
|
|
filter: FlipH
|
|
|
|
-ms-filter: "FlipH"
|
2014-03-03 12:03:44 -05:00
|
|
|
|
|
|
|
.opponent-icon
|
|
|
|
position: relative
|
|
|
|
float: right
|
|
|
|
right: 0
|
|
|
|
top: -10px
|
|
|
|
-moz-transform: scaleX(-1)
|
|
|
|
-o-transform: scaleX(-1)
|
|
|
|
-webkit-transform: scaleX(-1)
|
|
|
|
transform: scaleX(-1)
|
|
|
|
filter: FlipH
|
|
|
|
-ms-filter: "FlipH"
|
2014-03-03 15:04:31 -05:00
|
|
|
z-index: 1
|
2014-03-03 12:03:44 -05:00
|
|
|
|
|
|
|
.name-label
|
2014-09-17 21:56:08 -04:00
|
|
|
height: 20px
|
2014-03-03 12:03:44 -05:00
|
|
|
width: 40%
|
|
|
|
position: absolute
|
|
|
|
bottom: 0
|
2014-09-17 21:56:08 -04:00
|
|
|
color: white
|
2014-03-03 12:03:44 -05:00
|
|
|
font-weight: bold
|
2014-09-17 21:56:08 -04:00
|
|
|
text-shadow: -1px -1px 0px black
|
2014-03-03 12:03:44 -05:00
|
|
|
text-align: center
|
2014-03-03 15:04:31 -05:00
|
|
|
z-index: 2
|
2014-03-03 12:03:44 -05:00
|
|
|
|
|
|
|
span
|
|
|
|
position: relative
|
2014-09-17 21:56:08 -04:00
|
|
|
top: 4px
|
2014-07-13 23:19:51 -04:00
|
|
|
|
|
|
|
.code-language
|
|
|
|
position: absolute
|
2014-07-17 23:12:59 -04:00
|
|
|
background: transparent url(/images/common/code_languages/javascript_small.png) no-repeat center center
|
2014-07-13 23:19:51 -04:00
|
|
|
background-size: contain
|
2014-07-17 23:12:59 -04:00
|
|
|
width: 50px
|
|
|
|
height: 50px
|
|
|
|
right: -0px
|
|
|
|
top: -30px
|
2014-07-13 23:19:51 -04:00
|
|
|
display: block
|
|
|
|
|
2014-03-03 12:03:44 -05:00
|
|
|
.my-name
|
|
|
|
border-right: 15px solid transparent
|
|
|
|
left: 0
|
|
|
|
span
|
|
|
|
left: 3px
|
|
|
|
|
|
|
|
.opponent-name
|
|
|
|
border-left: 15px solid transparent
|
|
|
|
right: 0
|
|
|
|
//text-align: right
|
|
|
|
span
|
|
|
|
right: 3px
|
|
|
|
|
|
|
|
.difficulty
|
|
|
|
height: 0
|
|
|
|
width: 30%
|
|
|
|
position: absolute
|
|
|
|
left: 35%
|
|
|
|
top: 0
|
|
|
|
color: black
|
|
|
|
text-align: center
|
|
|
|
font-size: 18px
|
|
|
|
font-weight: bold
|
|
|
|
|
|
|
|
span
|
|
|
|
position: relative
|
2014-09-17 21:56:08 -04:00
|
|
|
top: 6px
|
|
|
|
|
|
|
|
.play-option
|
|
|
|
background-image: url(/images/pages/play/ladder/warmup_button.png)
|
2014-03-03 12:03:44 -05:00
|
|
|
|
2014-09-17 21:56:08 -04:00
|
|
|
.easy-option
|
|
|
|
background-image: url(/images/pages/play/ladder/easy_button.png)
|
2014-03-03 12:03:44 -05:00
|
|
|
|
2014-09-17 21:56:08 -04:00
|
|
|
.medium-option
|
|
|
|
background-image: url(/images/pages/play/ladder/medium_button.png)
|
2014-03-03 12:03:44 -05:00
|
|
|
|
2014-09-17 21:56:08 -04:00
|
|
|
.hard-option
|
|
|
|
background-image: url(/images/pages/play/ladder/hard_button.png)
|
|
|
|
.difficulty
|
|
|
|
color: white
|
2014-03-03 12:03:44 -05:00
|
|
|
|
|
|
|
.vs
|
|
|
|
position: absolute
|
|
|
|
left: 40%
|
|
|
|
right: 40%
|
|
|
|
text-align: center
|
|
|
|
top: 35px
|
|
|
|
font-size: 40px
|
|
|
|
font-weight: bolder
|
2014-07-13 23:19:51 -04:00
|
|
|
color: black
|