mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-15 04:06:22 +00:00
42 lines
812 B
CSS
42 lines
812 B
CSS
/*[class*='Pet_'] {
|
|
margin-left: 1.25em;
|
|
}*/
|
|
|
|
/* Comment out for holiday events */
|
|
/*.npc_ian {*/
|
|
/*background: url("../img/sprites/npc_ian.gif") no-repeat;*/
|
|
/*width: 78px;*/
|
|
/*height: 135px;*/
|
|
/*}*/
|
|
|
|
.Gems {
|
|
display:inline-block;
|
|
margin-right:5px;
|
|
border-style:none;
|
|
margin-left:0px;
|
|
margin-top:2px;
|
|
}
|
|
|
|
.inline-gems {
|
|
vertical-align: middle;
|
|
margin-left: 0px;
|
|
display: inline-block;
|
|
}
|
|
|
|
/* Both */
|
|
.customize-menu .locked {
|
|
background-color: #727272;
|
|
}
|
|
|
|
/* FIXME figure out how to handle customize menu!! */
|
|
/*.customize-menu .f_head_0 {width: 60px; height: 60px; background-position: -1917px -9px;}*/
|
|
|
|
.achievement {
|
|
float:left;
|
|
clear:right;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
[class*="Mount_Head_"], [class*="Mount_Body_"]{
|
|
margin-top:18px; /* Sprite accommodates 105x123 box */
|
|
}
|