Templat:PeWaris Silat/figure/styles.css

/* Formatting for figures (inc. auto-numbering) */
 
div.thumbinner {
 border-color: #FFFFFF;
 background:   #FFFFFF;
}

img.thumbimage {
 border-color: #FFFFFF;
}

div.thumbcaption:before {
	content:"Figure " counter(figure-n-counter) " | ";
	font-weight: bold;
	counter-increment: figure-n-counter;
}

.figure-n-counter-set-to-zero {
	counter-reset: figure-n-counter;
}


/*------------------------------------------------------------------------------------

For additional formatting applied to published articles, see Template:WikiJournal/header/styles.css

The command <templatestyles src="WikiJournal/figure/styles.css" /> must be followed by
<dl class="figure-n-counter-set-to-zero"></dl> in order for the counter to work        
 
------------------------------------------------------------------------------------*/