2014-05-24 14:45:53 -04:00
|
|
|
.notifyjs-achievement-base
|
2014-05-31 17:19:55 -04:00
|
|
|
//background: url("/images/pages/base/notify_mockup.png")
|
|
|
|
background-image: url("/images/pages/base/modal_background.png")
|
2014-05-26 14:45:12 -04:00
|
|
|
background-size: 100% 100%
|
|
|
|
width: 500px
|
|
|
|
height: 200px
|
2014-05-31 17:19:55 -04:00
|
|
|
padding: 35px 35px 15px 15px
|
2014-05-24 14:45:53 -04:00
|
|
|
text-align: center
|
2014-05-31 17:19:55 -04:00
|
|
|
cursor: auto
|
2014-05-24 14:45:53 -04:00
|
|
|
|
2014-05-26 12:21:56 -04:00
|
|
|
.achievement-body
|
|
|
|
.achievement-image
|
|
|
|
img
|
|
|
|
float: left
|
|
|
|
width: 100px
|
|
|
|
height: 100px
|
|
|
|
border-radius: 50%
|
2014-05-31 17:19:55 -04:00
|
|
|
margin: 20px 30px 20px 30px
|
|
|
|
-webkit-box-shadow: 0px 0px 36px 0px white
|
|
|
|
-moz-box-shadow: 0px 0px 36px 0px white
|
|
|
|
box-shadow: 0px 0px 36px 0px white
|
2014-05-26 14:45:12 -04:00
|
|
|
|
|
|
|
.achievement-title
|
|
|
|
font-family: Bangers
|
|
|
|
font-size: 28px
|
|
|
|
|
|
|
|
.achievement-description
|
|
|
|
margin-top: 10px
|
|
|
|
font-size: 16px
|
2014-05-24 14:45:53 -04:00
|
|
|
|
2014-05-26 12:21:56 -04:00
|
|
|
.achievement-progress
|
2014-05-31 17:19:55 -04:00
|
|
|
padding: 15px 0px 0px 0px
|
|
|
|
|
|
|
|
.achievement-message
|
|
|
|
font-family: Bangers
|
|
|
|
font-size: 18px
|
|
|
|
&:empty
|
|
|
|
display: none
|
2014-05-26 12:21:56 -04:00
|
|
|
|
|
|
|
.progress-wrapper
|
|
|
|
.progress-bar-wrapper
|
|
|
|
width: 100%
|
|
|
|
.earned-exp
|
2014-05-26 14:45:12 -04:00
|
|
|
padding-left: 5px
|
2014-05-26 12:21:56 -04:00
|
|
|
font-family: Bangers
|
2014-05-26 14:45:12 -04:00
|
|
|
font-size: 16px
|
2014-05-31 17:19:55 -04:00
|
|
|
float: right
|