Difference between revisions of "Template:Progress bar"

From Analytics Practicum
Jump to navigation Jump to search
(Created page with "<div style=" width:{{{width|75%}}}; {{#ifeq: {{{center|yes}}} | yes | margin:auto; text-align:center;}}"> {{#ifeq: {{{header|yes}}} | yes | <p> {{Big|1= '''{{#expr:...")
 
 
(2 intermediate revisions by the same user not shown)
Line 12: Line 12:
 
   </p>
 
   </p>
 
}}
 
}}
<p style="border:{{{border|1px solid gray}}}; padding:{{{padding|1px}}}; overflow:hidden;">
+
<p style="border:{{{border|1px solid gray}}}; padding:{{{padding|5px}}}; overflow:hidden;">
 
   <span style="
 
   <span style="
 
     width: {{#expr: {{{1|<noinclude>2</noinclude>0}}} / {{{total|100}}} * 100}}%;
 
     width: {{#expr: {{{1|<noinclude>2</noinclude>0}}} / {{{total|100}}} * 100}}%;
     height: {{{height|2}}}px;
+
     height: {{{height|10}}}px;
     background:{{{color1|#5FDB00}}};
+
     background:{{{color1|#ed881e}}};
 
     float:left;
 
     float:left;
 
     ">&nbsp;</span>
 
     ">&nbsp;</span>
 
   <span style="
 
   <span style="
 
     width:{{#expr: 100 - {{{1|<noinclude>2</noinclude>0}}} / {{{total|100}}} * 100}}%;
 
     width:{{#expr: 100 - {{{1|<noinclude>2</noinclude>0}}} / {{{total|100}}} * 100}}%;
     height:{{{height|2}}}px;
+
     height:{{{height|10}}}px;
 
     background:{{{color2|#efefef}}};
 
     background:{{{color2|#efefef}}};
 
     float:left;
 
     float:left;
 
     ">&nbsp;</span>
 
     ">&nbsp;</span>
 
</p>
 
</p>
</div><noinclude>{{Documentation}}</noinclude>
+
</div>

Latest revision as of 14:32, 5 September 2016

20% completed (estimate)