2015-11-02 17:55:48 +00:00
|
|
|
/* Comment out for holiday events */
|
2017-03-18 17:01:41 +00:00
|
|
|
/* .npc_ian {
|
2016-09-21 14:20:48 +00:00
|
|
|
background: url("/npc_ian.gif") no-repeat;
|
2014-11-03 06:10:48 +00:00
|
|
|
width: 78px;
|
|
|
|
|
height: 135px;
|
2017-03-18 17:01:41 +00:00
|
|
|
} */
|
2013-12-20 19:42:31 +00:00
|
|
|
|
2015-09-24 19:39:16 +00:00
|
|
|
.quest_burnout {
|
2016-09-21 14:20:48 +00:00
|
|
|
background: url("/quest_burnout.gif") no-repeat;
|
2015-09-24 19:39:16 +00:00
|
|
|
width: 219px;
|
|
|
|
|
height: 249px;
|
|
|
|
|
}
|
|
|
|
|
|
2016-03-31 23:38:43 +00:00
|
|
|
.quest_bewilder {
|
2016-09-21 14:20:48 +00:00
|
|
|
background: url("/quest_bewilder.gif") no-repeat;
|
2016-03-31 23:38:43 +00:00
|
|
|
width: 219px;
|
|
|
|
|
height: 219px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-12-04 22:56:55 +00:00
|
|
|
.Gems {
|
|
|
|
|
display:inline-block;
|
|
|
|
|
margin-right:5px;
|
|
|
|
|
border-style:none;
|
|
|
|
|
margin-left:0px;
|
|
|
|
|
margin-top:2px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-12-14 05:38:54 +00:00
|
|
|
.inline-gems {
|
2014-02-08 16:35:43 +00:00
|
|
|
vertical-align: middle;
|
2013-12-14 05:38:54 +00:00
|
|
|
margin-left: 0px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
2013-12-04 22:56:55 +00:00
|
|
|
|
|
|
|
|
/* Both */
|
|
|
|
|
.customize-menu .locked {
|
|
|
|
|
background-color: #727272;
|
|
|
|
|
}
|
|
|
|
|
|
2016-10-14 01:51:55 +00:00
|
|
|
/* FIXME figure out how to handle customize menu!!
|
|
|
|
|
.customize-menu .f_head_0 {
|
|
|
|
|
width: 60px;
|
|
|
|
|
height: 60px;
|
|
|
|
|
background-position: -1917px -9px;
|
|
|
|
|
}
|
|
|
|
|
*/
|
2013-12-04 22:56:55 +00:00
|
|
|
|
|
|
|
|
.achievement {
|
|
|
|
|
float:left;
|
|
|
|
|
clear:right;
|
|
|
|
|
margin-right: 10px;
|
2014-01-22 01:00:32 +00:00
|
|
|
}
|
|
|
|
|
|
2016-12-13 18:48:18 +00:00
|
|
|
.achievement .counter {
|
|
|
|
|
bottom: 0;
|
|
|
|
|
right: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
2015-05-26 21:06:04 +00:00
|
|
|
.multi-achievement {
|
|
|
|
|
margin: auto;
|
|
|
|
|
padding-left: 0.5em;
|
|
|
|
|
padding-right: 0.5em;
|
|
|
|
|
}
|
|
|
|
|
|
2016-10-14 01:51:55 +00:00
|
|
|
[class*="Mount_Head_"],
|
|
|
|
|
[class*="Mount_Body_"] {
|
2014-01-22 01:00:32 +00:00
|
|
|
margin-top:18px; /* Sprite accommodates 105x123 box */
|
|
|
|
|
}
|
2014-12-04 04:10:35 +00:00
|
|
|
|
|
|
|
|
.Pet_Currency_Gem {
|
|
|
|
|
margin-top: 5px;
|
|
|
|
|
margin-bottom: 5px
|
|
|
|
|
}
|