mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
* initial work * new client: working navigation and tasks showing up * finish header menu and add avatar component * fix sprites in new client * initial header version * initial styling for top menu * more progress on the header menu * almost complete menu and avatar * correctly apply active class for /social and /help * fix header colors and simplify css * switch from Roboto to native fonts * remove small avatar and add viewport * fixes * fix user menu with and progress bars * fix avatar rendeting * move bars colors to theme * add site overrides * fix tests * shrinkwrap * fix sprites path * another try at fixing the sprites path * another try at fixing the sprites path
27 lines
No EOL
543 B
CSS
27 lines
No EOL
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 */
|
|
} |