2014-09-30 19:17:54 -04:00
|
|
|
@import "app/styles/mixins"
|
|
|
|
@import "app/styles/bootstrap/variables"
|
2014-05-19 14:31:18 -04:00
|
|
|
|
2014-01-03 13:32:13 -05:00
|
|
|
#goals-view
|
|
|
|
position: absolute
|
2014-11-04 20:20:58 -05:00
|
|
|
left: -15px
|
2014-05-19 14:31:18 -04:00
|
|
|
top: -100px
|
2014-10-08 12:46:56 -04:00
|
|
|
@include transition(0.5s ease-in-out)
|
2014-12-07 18:51:32 -05:00
|
|
|
border-style: solid
|
2014-11-05 18:06:26 -05:00
|
|
|
border-image: url(/images/level/goals_background.png) 15 20 51 15 fill stretch
|
|
|
|
border-width: 8px 10px 25px 8px
|
|
|
|
margin: -8px -10px -25px -8px
|
|
|
|
padding: 19px 0px 2px 25px
|
2014-10-08 12:46:56 -04:00
|
|
|
z-index: 3
|
|
|
|
font-size: 14px
|
2014-11-19 12:01:01 -05:00
|
|
|
min-width: 230px
|
2014-10-08 12:46:56 -04:00
|
|
|
|
|
|
|
&.brighter
|
2014-10-27 19:34:20 -04:00
|
|
|
font-size: 18px
|
|
|
|
font-size: 1.4vw
|
2014-11-05 18:06:26 -05:00
|
|
|
border-width: 0.91vw 1.22vw 3.10vw 0.91vw
|
2014-11-19 12:01:01 -05:00
|
|
|
min-width: 23vw
|
2014-10-08 12:46:56 -04:00
|
|
|
|
2014-05-19 19:34:39 -04:00
|
|
|
.goals-status
|
2014-11-05 18:06:26 -05:00
|
|
|
margin: 5px 0 0 0
|
|
|
|
position: absolute
|
2014-11-04 20:20:58 -05:00
|
|
|
color: white
|
|
|
|
text-transform: uppercase
|
2014-10-08 12:46:56 -04:00
|
|
|
|
2014-05-19 19:34:39 -04:00
|
|
|
.success
|
2014-11-04 20:20:58 -05:00
|
|
|
color: lightgreen
|
|
|
|
text-shadow: 1px 1px 0px black
|
2014-05-19 19:34:39 -04:00
|
|
|
.timed-out
|
2014-11-04 20:20:58 -05:00
|
|
|
color: rgb(230, 230, 230)
|
2014-05-19 19:34:39 -04:00
|
|
|
.failure
|
2014-11-04 20:20:58 -05:00
|
|
|
color: rgb(239, 61, 71)
|
|
|
|
text-shadow: 1px 1px 0px black
|
2014-05-19 19:34:39 -04:00
|
|
|
.incomplete
|
2014-11-04 20:20:58 -05:00
|
|
|
color: rgb(245, 170, 49)
|
2014-11-05 17:42:55 -05:00
|
|
|
.running
|
|
|
|
color: rgb(200, 200, 200)
|
2014-01-03 13:32:13 -05:00
|
|
|
|
|
|
|
ul
|
2014-01-27 19:59:34 -05:00
|
|
|
padding-left: 0
|
2014-01-03 13:32:13 -05:00
|
|
|
margin-bottom: 0
|
|
|
|
color: black
|
|
|
|
|
|
|
|
li
|
|
|
|
list-style: none
|
|
|
|
margin-right: 5px
|
|
|
|
i
|
|
|
|
margin-right: 5px
|
|
|
|
|
|
|
|
li.status-incomplete
|
|
|
|
color: #333
|
|
|
|
|
|
|
|
li.status-failure
|
|
|
|
color: darkred
|
|
|
|
|
|
|
|
li.status-success
|
|
|
|
color: darkgreen
|
|
|
|
|
|
|
|
#goals-view.collapsed i.collapsed, #goals-view.expanded i.expanded
|
|
|
|
display: none
|
|
|
|
|
|
|
|
#goals-view.collapsed ul
|
2014-09-30 19:17:54 -04:00
|
|
|
display: none
|
2014-11-04 20:20:58 -05:00
|
|
|
|
2014-11-05 18:06:26 -05:00
|
|
|
html.no-borderimage
|
|
|
|
#goals-view
|
|
|
|
background: transparent url(/images/level/goals_background.png)
|
|
|
|
background-size: 100% 100%
|
|
|
|
border: 0
|
|
|
|
|
|
|
|
&.brighter
|
|
|
|
border: 0
|
|
|
|
|
|
|
|
.goals-status
|
|
|
|
position: static
|
|
|
|
margin-top: 10px
|