Advertisement
Guest User

newFightWindow

a guest
Mar 14th, 2021
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.97 KB | None | 0 0
  1. <div class="pico-content" style="display: block; position: fixed; z-index: 10001; left: 50%; top: 100px; background: rgb(238, 238, 238); max-width: 400px; padding: 0px; border-radius: 5px; width: 300px; margin: 0px 0px 0px -150px;"><div class="newFightWindow">
  2.     <div id="fightResponse">
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52. <div>
  53.    
  54.    
  55.        
  56.        
  57.        
  58.          
  59.            
  60.            
  61.            
  62.            
  63.            
  64.             <div id="fightResult">
  65.                 <div style="margin:0 auto" class="fightsprite normal2"></div>
  66.                 <br>
  67.                 <b id="fightHitType" class="">Normal hit -
  68.                    
  69.                    
  70.                         Great!
  71.                    
  72.                    
  73.                 </b>
  74.             </div>
  75.             <div style="width:100%" class="progress foundation-center">
  76.                 <div style="width:90%; margin: 0 5%;" class="smallhelp bar ui-progressbar ui-widget ui-widget-content ui-corner-all" id="hitProgress" role="progressbar" aria-valuemin="0" aria-valuemax="775" aria-valuenow="392">
  77.                     <div class="ui-progressbar-value ui-widget-header ui-corner-left" style="width: 50.58064516129033%;"></div>
  78.                 </div>
  79.             </div>
  80.        
  81.         <div>
  82.             <div>
  83.                 <span>Damage done: </span>
  84.                 <span id="DamageDone" style="white-space: nowrap">
  85.                     2,589
  86.                    
  87.                 </span>
  88.             </div>
  89.             <div>
  90.                 <span>Your total damage: </span>
  91.                 <span id="totalDamageUpdate">2,579,569</span>
  92.             </div>
  93.            
  94.            
  95.            
  96.            
  97.            
  98.            
  99.            
  100.                        
  101.            
  102.            
  103.                 <div title="Bonus damage +166%" class="smallhelp fightsprite weaponplus"></div>
  104.                        
  105.            
  106.                                    
  107.            
  108.            
  109.            
  110.             <div title="Weapon bonus -50%" class="smallhelp fightsprite weapon0"></div>
  111.             <div title="XP gained - 1" class="smallhelp fightsprite xp1"></div>
  112.            
  113.            
  114.                
  115.                     <div title="Buff type - 5% bonus damage" class="smallhelp fightsprite BONUS_DAMAGE_5plus"></div>
  116.                
  117.                     <div title="Buff type - 5% bonus damage" class="smallhelp fightsprite BONUS_DAMAGE_5plus"></div>
  118.                
  119.                     <div title="Buff type - 10% bonus damage" class="smallhelp fightsprite BONUS_DAMAGE_10plus"></div>
  120.                
  121.                     <div title="Buff type - 10% bonus damage" class="smallhelp fightsprite BONUS_DAMAGE_10plus"></div>
  122.                
  123.            
  124.            
  125.         </div>
  126.         <div style="display:none;" id="healthUpdate">80.0 HP</div>
  127.         <div style="display:none;" id="nextLevelXpUpdate">2500</div>
  128.         <div style="display:none;" id="currLevelXpUpdate">1500</div>
  129.         <div style="display:none;" id="xpUpdate">2139</div>
  130.         <div style="display:none;" id="nextLevelRankUpdate">5000000</div>
  131.         <div style="display:none;" id="currLevelRankUpdate">2500000</div>
  132.         <div style="display:none;" id="rankUpdate">2579569</div>
  133.         <div style="display:none;" id="rankText">Rank Captain</div>
  134.         <div style="display:none;" id="rankImg">Captain-glam</div>
  135.         <div style="display:none;" id="citizenLevel">11</div>
  136.         <div style="display:none;" id="citizenLevelText">Level 11</div>
  137.    
  138.        
  139. </div>
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159. </div>
  160. <button class="foundation-style button fightagain" id="fightagainbutton">Hit again!</button></div><div class="pico-close" style="border-radius: 2px; cursor: pointer; height: 15px; width: 15px; position: absolute; top: 5px; right: 5px; font-size: 16px; text-align: center; line-height: 15px; background: rgb(204, 204, 204);">×</div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement