forked from smogon/pokemon-showdown-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhpbartest.html
16 lines (9 loc) · 1.82 KB
/
hpbartest.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<meta charset="UTF-8" />
<link rel="stylesheet" href="battle.css" />
<div id="battle" class="battle">
<div class="statbar rstatbar" style="display: block; left: 50px; top: 20px; opacity: 1;"><strong>Lucario <small style="color:#7575C0">♂</small></strong><div class="hpbar"><div class="hptext">79%</div><div class="hptextborder"></div><div class="prevhp" style="width: 135px;"><div class="hp" style="width: 119px; border-right-width: 1px;"></div></div><div class="status"><span class="bad">0.67× Def</span> <span class="bad">0.67× SpD</span> </div></div></div>
<div class="statbar lstatbar" style="display: block; left: 50px; top: 60px; opacity: 1;"><strong>Gothitelle <small style="color:#7575C0">♂</small></strong><div class="hpbar"><div class="hptext">48%</div><div class="hptextborder"></div><div class="prevhp" style="width: 151px;"><div class="hp hp-yellow" style="width: 72px; border-right-width: 1px;"></div></div><div class="status"></div></div></div>
<div class="statbar lstatbar" style="display: block; left: 50px; top: 100px; opacity: 1;"><strong>Gothitelle <small style="color:#7575C0">♂</small></strong><div class="hpbar"><div class="hptext">10%</div><div class="hptextborder"></div><div class="prevhp prevhp-yellow" style="width: 73px;"><div class="hp hp-yellow hp-red" style="width: 16px; border-right-width: 1px;"></div></div><div class="status"></div></div></div>
<div class="statbar lstatbar" style="display: block; left: 50px; top: 140px; opacity: 1;"><strong>Gothitelle <small style="color:#7575C0">♂</small></strong><div class="hpbar"><div class="hptext">10%</div><div class="hptextborder"></div><div class="prevhp prevhp-yellow prevhp-red" style="width: 16px;"><div class="hp hp-yellow hp-red" style="width: 0px; border-right-width: 0px;"></div></div><div class="status"></div></div></div>
</div>