habitica/css/index.css

40 lines
665 B
CSS
Raw Normal View History

/*[class*='Pet_'] {
2013-12-04 22:56:55 +00:00
margin-left: 1.25em;
}*/
2013-12-04 22:56:55 +00:00
.npc_ian {
background: url("../img/sprites/npc_ian.gif") no-repeat;
width: 78px;
height: 135px;
}
2013-12-04 22:56:55 +00:00
.Gems {
display:inline-block;
margin-right:5px;
border-style:none;
margin-left:0px;
margin-top:2px;
}
.inline-gems {
margin-left: 0px;
display: inline-block;
}
2013-12-04 22:56:55 +00:00
/* 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;}*/
.achievements-container {
margin: 20px;
}
.achievement {
float:left;
clear:right;
margin-right: 10px;
}