2013-02-09 19:41:19 +00:00
|
|
|
// basic avatar sprite group
|
2013-02-08 18:29:09 +00:00
|
|
|
.avatar
|
2013-02-08 18:57:20 +00:00
|
|
|
cursor: pointer
|
2013-02-08 18:29:09 +00:00
|
|
|
position: relative
|
|
|
|
|
width: 90px
|
|
|
|
|
height: 90px
|
|
|
|
|
|
|
|
|
|
.character-sprites
|
|
|
|
|
position: absolute
|
|
|
|
|
|
|
|
|
|
.lvl
|
|
|
|
|
position: absolute
|
|
|
|
|
bottom: 0px
|
|
|
|
|
right: 10px
|
|
|
|
|
|
2013-02-09 19:41:19 +00:00
|
|
|
// main and party avatars
|
|
|
|
|
.main-avatar, .party-avatar
|
|
|
|
|
.character-sprites
|
|
|
|
|
top: -15px
|
2013-02-08 18:57:20 +00:00
|
|
|
|
2013-02-12 17:36:38 +00:00
|
|
|
|
2013-02-13 20:17:38 +00:00
|
|
|
.character-sprites span
|
2013-03-16 19:09:16 +00:00
|
|
|
position: absolute
|
|
|
|
|
|
|
|
|
|
#profileStable
|
|
|
|
|
.active
|
|
|
|
|
border 1px solid black
|