Difference between revisions of "User:Piphi/Template:Progress Bar"
(Created page with "<div style=" width:{{{width|75%}}};"> <p style="border:{{{border|1px solid #c8ccd1}}}; padding:{{{padding|1px}}}; overflow:hidden;"> <span style=" width: {{{1|0}}}%;...") |
(Added colors and roundness) |
||
Line 1: | Line 1: | ||
<div style=" | <div style=" | ||
− | width:{{{width|75%}}};"> | + | width:{{{width|75%}}}; |
− | <p style="border:{{{border|1px solid # | + | border-radius:100px;"> |
+ | <p style="border:{{{border|1px solid #c0c0c0}}}; padding:{{{padding|1px}}}; overflow:hidden; border-radius:100px;"> | ||
<span style=" | <span style=" | ||
width: {{{1|0}}}%; | width: {{{1|0}}}%; | ||
Line 7: | Line 8: | ||
background:{{{color1|#00af32}}}; | background:{{{color1|#00af32}}}; | ||
float:left; | float:left; | ||
+ | border-radius:100px; | ||
"> </span> | "> </span> | ||
</p> | </p> | ||
− | </div><noinclude>{{User:Piphi/Template:Progress Bar|50|width=50%}}</noinclude> | + | </div><noinclude>{{User:Piphi/Template:Progress Bar|50|width=50%|height=50|color1=#1b3650|border=1px solid #504280}}</noinclude> |