mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 19:50:37 +00:00
27 lines
543 B
CSS
27 lines
543 B
CSS
|
|
/* TODO adapt paths to new client */
|
||
|
|
|
||
|
|
/* Comment out for holiday events
|
||
|
|
|
||
|
|
.npc_ian {
|
||
|
|
background: url('/static/sprites/gif/npc_ian.gif') no-repeat;
|
||
|
|
width: 78px;
|
||
|
|
height: 135px;
|
||
|
|
}
|
||
|
|
*/
|
||
|
|
|
||
|
|
.quest_burnout {
|
||
|
|
background: url('/static/sprites/gif/quest_burnout.gif') no-repeat;
|
||
|
|
width: 219px;
|
||
|
|
height: 249px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.quest_bewilder {
|
||
|
|
background: url('/static/sprites/gif/quest_bewilder.gif') no-repeat;
|
||
|
|
width: 219px;
|
||
|
|
height: 219px;
|
||
|
|
}
|
||
|
|
|
||
|
|
[class*='Mount_Head_'],
|
||
|
|
[class*='Mount_Body_'] {
|
||
|
|
margin-top: 18px; /* Sprite accommodates 105x123 box */
|
||
|
|
}
|