Optionally add player health bars to map markers.
This commit is contained in:
parent
728cd8304a
commit
6bea667659
5 changed files with 26 additions and 1 deletions
|
|
@ -529,6 +529,19 @@
|
|||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.dynmap .playerHealth {
|
||||
position: absolute;
|
||||
bottom: 3px;
|
||||
left: 34px;
|
||||
height: 11px;
|
||||
|
||||
background: url(../images/heart.png) rgba(0,0,0,0.6) repeat-x left center;
|
||||
padding: 1px 0;
|
||||
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
|
||||
/*******************
|
||||
* Compass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue