habitica/public/css/npcs.styl

36 lines
1.1 KiB
Stylus
Raw Normal View History

2013-11-27 00:40:05 +00:00
.NPC-Alex, .NPC-Bailey, .NPC-Bailey-Head, .NPC-Daniel, .NPC-Justin, .NPC-Justin-Head, .NPC-Matt {background: url("/bower_components/habitrpg-shared/img/npcs/thanksgiving/NPC-SpriteSheet.png") no-repeat}
2013-05-16 04:44:39 +00:00
2013-09-05 13:35:34 +00:00
.NPC-Alex {background-position: 0 0; width: 162px; height: 138px;}
.NPC-Alex-container{margin-bottom: 20px;}
2013-05-16 04:44:39 +00:00
.NPC-Daniel {background-position: -222px 0; width: 135px; height: 123px}
.NPC-Justin {background-position: -357px 0; width: 84px; height: 119px}
.NPC-Justin-Head {background-position: -396px 0; width: 36px; height: 96px}
2013-09-03 08:32:06 +00:00
.NPC-Matt {background-position: -441px 0; width: 100%; padding-left: 208px; padding-bottom: 20px;}
// Bailey
.NPC-Bailey
background-position: -162px -42px
width: 60px
height: 72px
float:left
.NPC-Bailey-Head
2013-11-27 00:40:05 +00:00
background-position: -162px -42px
width: 60px
height: 30px
position: absolute
top: 117px // 147 (header-height) - 30 (bailey height)
right: 50px
cursor: pointer
.static-popover
z-index 0
display block
position:relative
// Tour (Justin)
.NPC-Justin.float-left
float: left
margin-right: 5px
margin-bottom: 5px
.popover-navigation {clear:both;}