2013-05-11 18:19:09 +00:00
|
|
|
.gem-wallet
|
2013-03-27 05:35:51 +00:00
|
|
|
cursor: pointer
|
2013-09-10 13:30:38 +00:00
|
|
|
padding-top: 10px;
|
2013-03-27 05:35:51 +00:00
|
|
|
.tile
|
|
|
|
|
background-color: darken($neutral, 10%)
|
2013-05-11 18:19:09 +00:00
|
|
|
.add-gems-btn
|
2013-03-27 05:35:51 +00:00
|
|
|
opacity: 0
|
|
|
|
|
&:hover, &:focus
|
2013-05-11 18:19:09 +00:00
|
|
|
.add-gems-btn
|
2013-03-27 05:35:51 +00:00
|
|
|
opacity: 1
|
|
|
|
|
background-color: $good
|
|
|
|
|
.tile
|
|
|
|
|
opacity: 1
|
|
|
|
|
|
2013-10-13 03:01:18 +00:00
|
|
|
.modal-header .gem-wallet
|
|
|
|
|
padding-top: 0px
|
|
|
|
|
|
2013-03-27 05:35:51 +00:00
|
|
|
|
|
|
|
|
// pets (this will all change when pet system is overhauled)
|
|
|
|
|
.pet-grid
|
|
|
|
|
padding-top: 1.5em
|
|
|
|
|
border-top: rgba(0,0,0,0.1)
|
|
|
|
|
table
|
|
|
|
|
width: 100%
|
|
|
|
|
td
|
|
|
|
|
padding: 0.5em
|
2013-06-07 15:04:25 +00:00
|
|
|
//width: 25%
|
2013-03-27 05:35:51 +00:00
|
|
|
&.active-pet
|
|
|
|
|
background-color: $bad
|
|
|
|
|
outline: 1px solid rgba(0,0,0,0.1)
|
|
|
|
|
outline-offset: -1px
|
|
|
|
|
&:hover, &:focus
|
|
|
|
|
background-color: darken($better, 10%)
|
2013-06-07 15:04:25 +00:00
|
|
|
> div
|
|
|
|
|
margin:auto
|
|
|
|
|
margin-bottom:.5em
|
|
|
|
|
p
|
|
|
|
|
text-align:center
|
|
|
|
|
width:6.5em
|
|
|
|
|
height:2.5em
|
2013-03-27 05:35:51 +00:00
|
|
|
|
2013-09-29 14:43:01 +00:00
|
|
|
menu.pets div
|
|
|
|
|
display: inline-block
|
|
|
|
|
padding-top: -30px
|
|
|
|
|
|
2013-03-27 05:35:51 +00:00
|
|
|
.current-pet
|
|
|
|
|
left: 0px
|
2013-03-27 05:37:19 +00:00
|
|
|
bottom: 0px
|
2013-03-27 05:35:51 +00:00
|
|
|
|
|
|
|
|
.item-drop-icon
|
|
|
|
|
float:left
|
|
|
|
|
padding-right:20px
|
|
|
|
|
padding-bottom:20px
|
|
|
|
|
|
2013-11-11 03:18:06 +00:00
|
|
|
// we'll remove this and place it into habitrpg-shared when we have art to work with
|
|
|
|
|
menu button[class*="Pet_Food_"]
|
|
|
|
|
width:48px
|
|
|
|
|
height:53px
|
|
|
|
|
margin-left: 1.25em
|
2013-03-27 05:35:51 +00:00
|
|
|
|
2013-05-31 23:26:11 +00:00
|
|
|
.Pet_Currency_Gem, .Pet_Currency_Gem2x, .Pet_Currency_Gem1x
|
2013-08-27 01:31:32 +00:00
|
|
|
background: url("/bower_components/habitrpg-shared/img/sprites/Egg_Sprite_Sheet.png") no-repeat
|
2013-05-31 23:26:11 +00:00
|
|
|
display:block
|
|
|
|
|
|
2013-11-11 03:18:06 +00:00
|
|
|
.food-tray
|
|
|
|
|
position:fixed
|
|
|
|
|
right:0px
|
|
|
|
|
bottom:0px
|
|
|
|
|
width:30%
|
|
|
|
|
height: 50%
|
|
|
|
|
overflow-y: scroll
|
|
|
|
|
|
2013-05-31 23:26:11 +00:00
|
|
|
.Pet_Currency_Gem {background-position: 0px -510px; width: 51px; height: 45px} /* Not an egg or potion so has a different size */
|
|
|
|
|
.Pet_Currency_Gem2x {background-position: -55px -513px; width: 34px; height: 30px}
|
|
|
|
|
.Pet_Currency_Gem1x {background-position: -63px -542px; width: 19px; height: 17px}
|
|
|
|
|
|
2013-11-10 04:15:55 +00:00
|
|
|
.inventory-list
|
|
|
|
|
p
|
2013-09-05 12:26:35 +00:00
|
|
|
//display: none
|
2013-11-10 04:15:55 +00:00
|
|
|
li
|
2013-03-27 05:35:51 +00:00
|
|
|
clear:both
|
2013-11-10 04:15:55 +00:00
|
|
|
button.customize-option
|
|
|
|
|
position:relative
|
|
|
|
|
.stack-count
|
|
|
|
|
position:absolute
|
|
|
|
|
bottom:-6px
|
|
|
|
|
right:-9px
|
|
|
|
|
|
2013-03-27 05:35:51 +00:00
|
|
|
.pets-menu > div
|
2013-07-02 08:44:07 +00:00
|
|
|
display:inline-block
|
|
|
|
|
vertical-align:top
|
2013-06-07 15:04:25 +00:00
|
|
|
padding:.3em
|
2013-07-02 09:21:14 +00:00
|
|
|
width:6em
|
2013-07-02 08:44:07 +00:00
|
|
|
margin-top:1em
|
2013-06-07 15:04:25 +00:00
|
|
|
p
|
|
|
|
|
text-align:center
|
2013-07-02 08:44:07 +00:00
|
|
|
width:6em
|
2013-07-02 08:44:53 +00:00
|
|
|
margin-top:-.5em
|
2013-06-07 15:04:25 +00:00
|
|
|
.hatchingPotion-menu > div
|
2013-07-02 08:44:07 +00:00
|
|
|
display:inline-block
|
|
|
|
|
vertical-align:top
|
2013-06-07 15:04:25 +00:00
|
|
|
padding:.3em
|
2013-07-02 08:44:07 +00:00
|
|
|
width:6em
|
|
|
|
|
margin-top:1em
|
2013-06-07 15:04:25 +00:00
|
|
|
p
|
|
|
|
|
text-align:center
|
2013-07-02 08:44:07 +00:00
|
|
|
width:6em
|
2013-07-02 08:44:53 +00:00
|
|
|
margin-top:-.5em
|
2013-04-15 06:03:32 +00:00
|
|
|
|
2013-11-10 04:15:55 +00:00
|
|
|
// This adds feeding progress bars to pets. If we have any issues with `menu.pets > button`, revisit
|
|
|
|
|
menu.pets .customize-menu
|
2013-11-25 15:50:51 +00:00
|
|
|
width: 100%
|
|
|
|
|
|
2013-11-10 04:15:55 +00:00
|
|
|
button
|
|
|
|
|
position: relative
|
|
|
|
|
.progress
|
|
|
|
|
width: 60%
|
|
|
|
|
position: absolute
|
|
|
|
|
bottom: -25px
|
|
|
|
|
left: 20%
|
|
|
|
|
height: 5px
|
|
|
|
|
|
2013-04-15 06:03:32 +00:00
|
|
|
.pet-button
|
|
|
|
|
border: none
|
|
|
|
|
background: none white
|
|
|
|
|
.pet-not-owned
|
|
|
|
|
width: 81px;
|
|
|
|
|
height: 99px;
|
|
|
|
|
/* Would use css3 filters and just display the original pet image with a black hue,
|
|
|
|
|
but doesn't seem to work in Firefox or Opera */
|
|
|
|
|
/*filter: brightness(0%)
|
|
|
|
|
-webkit-filter: brightness(0%)
|
|
|
|
|
-moz-filter: brightness(0%)
|
|
|
|
|
-o-filter: brightness(0%)
|
|
|
|
|
-ms-filter: brightness(0%)*/
|
2013-10-20 02:21:55 +00:00
|
|
|
|
|
|
|
|
.selectableInventory
|
|
|
|
|
background-color: lightgreen !important
|
2013-11-11 06:53:20 +00:00
|
|
|
border-radius: 50%
|
2013-10-20 02:36:59 +00:00
|
|
|
|
|
|
|
|
.sell-inventory
|
|
|
|
|
width: 162px
|
|
|
|
|
height: 138px
|