mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
48 lines
No EOL
800 B
Stylus
48 lines
No EOL
800 B
Stylus
#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
|
|
cursor: pointer
|
|
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
|
|
position: absolute
|
|
|
|
table.customize td div
|
|
cursor: pointer
|
|
-webkit-transition: 0.25s ease-out
|
|
-moz-transition: 0.25s ease-out
|
|
transition: 0.25s ease-out
|
|
|
|
table.customize td div:active
|
|
background-color: rgb(255, 242, 204); |