2013-03-21 16:31:23 +00:00
|
|
|
.new-stuff
|
2013-09-02 21:31:44 +00:00
|
|
|
position: fixed
|
|
|
|
|
text-align: center
|
|
|
|
|
top: 0
|
|
|
|
|
left: 0
|
|
|
|
|
width: 100%
|
|
|
|
|
height: 0
|
|
|
|
|
z-index: 1010
|
2013-03-21 16:31:23 +00:00
|
|
|
|
|
|
|
|
.new-stuff> .alert
|
2013-09-02 21:31:44 +00:00
|
|
|
border-top: 0
|
|
|
|
|
border-radius: 0 0 4px 4px
|
|
|
|
|
padding-right: 14px
|
|
|
|
|
display: inline-block
|
|
|
|
|
|
2013-09-09 21:09:45 +00:00
|
|
|
.wide-popover
|
2013-09-02 21:31:44 +00:00
|
|
|
max-width: 400px
|
2013-03-21 16:31:23 +00:00
|
|
|
|
2014-02-04 19:53:09 +00:00
|
|
|
#notification-area
|
|
|
|
|
position: fixed
|
|
|
|
|
top: 0
|
|
|
|
|
right: 0px
|
|
|
|
|
z-index: 1061
|
|
|
|
|
|
|
|
|
|
.alert
|
|
|
|
|
padding-top: 8px
|
|
|
|
|
padding-bottom: 8px
|
|
|
|
|
|
2013-02-27 22:41:36 +00:00
|
|
|
// variables
|
|
|
|
|
|
|
|
|
|
gpColor = #FBEFC0
|
|
|
|
|
gpText = #786938
|
|
|
|
|
hpColor = #f2dede
|
|
|
|
|
hpText = #b94a48
|
|
|
|
|
lvlColor = #d9edf7
|
|
|
|
|
lvlText = #3a87ad
|
|
|
|
|
xpColor = #DCC0FB
|
|
|
|
|
xpText = #635673
|
2013-03-02 20:02:57 +00:00
|
|
|
deathColor = #4E4E4E
|
|
|
|
|
deathText = #ABABAB
|
2013-12-26 13:31:00 +00:00
|
|
|
mpColor = #c7d3e9
|
|
|
|
|
mpText = #003aa1
|
2014-01-15 04:02:22 +00:00
|
|
|
critColor = #fce5cd
|
2014-01-07 18:03:07 +00:00
|
|
|
critText = #dc5000
|
2014-01-15 04:02:22 +00:00
|
|
|
dropColor = #d9ead3
|
|
|
|
|
dropText = #415838
|
2013-02-27 22:41:36 +00:00
|
|
|
borderDarken = 20%
|
|
|
|
|
|
|
|
|
|
// alert styles
|
|
|
|
|
|
|
|
|
|
.alert-gp
|
|
|
|
|
background-color: gpColor
|
|
|
|
|
border-color: darken(gpColor,borderDarken)
|
|
|
|
|
color: gpText
|
|
|
|
|
|
|
|
|
|
.alert-hp
|
|
|
|
|
background-color: hpColor
|
|
|
|
|
border-color: darken(hpColor,borderDarken)
|
|
|
|
|
color: hpText
|
|
|
|
|
|
|
|
|
|
.alert-lvl
|
|
|
|
|
background-color: lvlColor
|
|
|
|
|
border-color: darken(lvlColor,borderDarken)
|
|
|
|
|
color: lvlText
|
|
|
|
|
|
|
|
|
|
.alert-xp
|
|
|
|
|
background-color: xpColor
|
|
|
|
|
border-color: darken(xpColor,borderDarken)
|
|
|
|
|
color: xpText
|
|
|
|
|
|
2013-03-02 20:02:57 +00:00
|
|
|
.alert-death
|
|
|
|
|
background-color: deathColor
|
|
|
|
|
border-color: deathColor
|
|
|
|
|
color: deathText
|
|
|
|
|
|
2013-12-26 13:31:00 +00:00
|
|
|
.alert-mp
|
|
|
|
|
background-color: mpColor
|
|
|
|
|
border-color: darken(mpColor,borderDarken)
|
|
|
|
|
color: mpText
|
|
|
|
|
|
2014-01-07 18:03:07 +00:00
|
|
|
.alert-crit
|
|
|
|
|
background-color: critColor
|
|
|
|
|
border-color: darken(critColor,borderDarken)
|
|
|
|
|
color: critText
|
|
|
|
|
|
2014-01-15 04:02:22 +00:00
|
|
|
.alert-drop
|
|
|
|
|
background-color: dropColor
|
|
|
|
|
border-color: darken(dropColor,borderDarken)
|
|
|
|
|
color: dropText
|
|
|
|
|
|
2013-02-27 22:41:36 +00:00
|
|
|
// alert icons
|
|
|
|
|
|
2013-02-28 23:09:12 +00:00
|
|
|
.icon-gold
|
2013-08-27 01:31:32 +00:00
|
|
|
background: url("/bower_components/habitrpg-shared/img/coin_single_gold.png") no-repeat
|
2013-02-28 23:09:12 +00:00
|
|
|
background-position: center center
|
|
|
|
|
background-size: 18px
|
|
|
|
|
width: 14px
|
|
|
|
|
height: 14px
|
2014-02-04 19:53:09 +00:00
|
|
|
display: inline-block
|
|
|
|
|
vertical-align: middle
|
2013-02-28 23:09:12 +00:00
|
|
|
|
|
|
|
|
.icon-silver
|
2013-08-27 01:31:32 +00:00
|
|
|
background: url("/bower_components/habitrpg-shared/img/coin_single_silver.png") no-repeat
|
2013-02-28 23:09:12 +00:00
|
|
|
background-position: center center
|
|
|
|
|
background-size: 18px
|
2013-02-27 22:41:36 +00:00
|
|
|
width: 14px
|
2013-03-02 20:02:57 +00:00
|
|
|
height: 14px
|
2014-02-04 19:53:09 +00:00
|
|
|
display: inline-block
|
|
|
|
|
vertical-align: middle
|
2013-03-02 20:02:57 +00:00
|
|
|
|
|
|
|
|
.icon-death
|
2013-08-27 01:31:32 +00:00
|
|
|
background: url("/bower_components/habitrpg-shared/img/sprites/dead.png") no-repeat
|
2013-03-02 20:02:57 +00:00
|
|
|
background-position: center center
|
|
|
|
|
background-size: 14px
|
|
|
|
|
width: 14px
|
2013-03-18 00:30:54 +00:00
|
|
|
height: 14px
|
2014-02-04 19:53:09 +00:00
|
|
|
display: inline-block
|
|
|
|
|
vertical-align: middle
|
2013-03-18 00:30:54 +00:00
|
|
|
|
|
|
|
|
.undo-button
|
2013-03-23 14:22:05 +00:00
|
|
|
z-index: 3000
|
2013-03-18 00:30:54 +00:00
|
|
|
position:absolute
|
|
|
|
|
left:5px
|
2013-05-16 10:59:17 +00:00
|
|
|
top:5px
|