2013-02-08 18:29:09 +00:00
|
|
|
#character
|
|
|
|
|
float:none
|
|
|
|
|
margin:0px auto
|
|
|
|
|
|
|
|
|
|
td#bars
|
|
|
|
|
padding-top: 10px
|
|
|
|
|
|
|
|
|
|
#bars
|
|
|
|
|
.progress
|
|
|
|
|
position: relative
|
|
|
|
|
height: 25px
|
|
|
|
|
.bar
|
|
|
|
|
height: 25px
|
|
|
|
|
border: 1px solid black
|
|
|
|
|
.progress-text
|
|
|
|
|
position: absolute
|
|
|
|
|
right: 5px
|
|
|
|
|
top: 3px
|
|
|
|
|
color: black
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.avatar
|
2013-02-08 18:57:20 +00:00
|
|
|
cursor: pointer
|
2013-02-08 18:29:09 +00:00
|
|
|
position: relative
|
|
|
|
|
margin-top: -12px
|
|
|
|
|
width: 90px
|
|
|
|
|
height: 90px
|
|
|
|
|
|
|
|
|
|
.character-sprites
|
|
|
|
|
position: absolute
|
|
|
|
|
top: -15px
|
|
|
|
|
|
|
|
|
|
.lvl
|
|
|
|
|
position: absolute
|
|
|
|
|
bottom: 0px
|
|
|
|
|
right: 10px
|
|
|
|
|
|
|
|
|
|
.character-sprites span
|
2013-02-08 18:57:20 +00:00
|
|
|
position: absolute
|
|
|
|
|
|
2013-02-09 18:30:06 +00:00
|
|
|
table.customize td
|
|
|
|
|
padding: 10px
|
|
|
|
|
|
2013-02-09 12:40:17 +00:00
|
|
|
table.customize td div
|
|
|
|
|
cursor: pointer
|
2013-02-09 18:30:06 +00:00
|
|
|
-webkit-transition: 0.5s ease-out
|
|
|
|
|
-moz-transition: 0.5s ease-out
|
|
|
|
|
transition: 0.5s ease-out
|
2013-02-09 12:40:17 +00:00
|
|
|
|
|
|
|
|
table.customize td div:active
|
2013-02-09 18:30:06 +00:00
|
|
|
background-color: rgb(255, 242, 204);
|
|
|
|
|
-webkit-transition: none
|
|
|
|
|
-moz-transition: none
|
|
|
|
|
transition: none
|