☀My Resources☀ (Custom Colors Stat Bars Code)

FelisLicht

Profile


Find this section of code:


							<td colspan="2" style="padding:2px;">
								<div class="progress" style="height:10px;">
								    <div class="progress-bar bg-info" style="width: 20%;">
								    </div>
								 </div>
							</td>

Replace it with this:


<td scope="row" colspan="2" style="padding:2px;">
<div class="progress" style="height:10px;"><div class="statbar" style="background-color: #FF0000; width: calc(100% * 20/255); height:11px"></div>
</div>
</td>