/**
 * Funzioni LESS principali per tutti i miei widget
 * Si raccomanda di non inserire regole dirette, ma di utilizzare il format dei Mixins per poi richiamare le regole CSS all'interno del file LESS del singolo widget,
 * Poiché questo file viene automaticamente incluso in ogni mio widget tramtie la funzione wg_widgets_less_add_filter in wg_widgets.php.
 * */
/**
 * 
 * @colors --> Array(
 * 		[1] => color
 * 		[2] => color_state => normal | link | none (nessuna applicazione dei colori di stato)
 * 		[3] => color_hover
 *  	[4] => color_visited
 *  	[5] => color_focus
 * )
 * 
 **/
/**
 * 
 * @colors --> Array(
 * 		[1] => color
 * 		[2] => color_state
 * 		[3] => color_hover
 *  	[4] => color_visited
 *  	[5] => color_focus
 * )
 * 
 **/
/**
 * Ampliato con il replace per evitare problemi con i Font standard tipo Georgia ecc.
 * 
 **/
/**
 * 
 * @font --> Array(
 * 		[1] => font-family
 * 		[2] => font-weight
 *  	[3] => font-style
 *  	[4] => font-size
 *  	[5] => color
 * 		[6] => color_state
 * 		[7] => color_hover
 *		[8] => color_visited
 *  	[9] => color_focus
 * )
 * 
 **/
/**
 * @list --> Array(
 *  	[1] => border-style
 *  	[2] => border-width
 *  	[3] => border-color
 * 		[4] => border-radius
 * )
 **/
/**
 * @list --> Array(
 *  	[1] => margin
 *  	[2] => padding
 *  	[3] => text-align
 * )
 **/
/**
 * @layout --> Array(
 * 		[1] => margin
 * 		[2] => padding
 * 		[3] => text_align
 * )
 * 
 * @font --> Array(
 * 		[1] => font_family
 * 		[2] => font_weight
 *  	[3] => font_style
 *  	[4] => font_size
 *  	[5] => color
 * 		[6] => color_state
 * 		[7] => color_hover
 * 		[8] => color_visited
 * 		[9] => color_focus
 * )
 * 
 * @borders --> Array(
 * 		[1] => border-style
 * 		[2] => border-width
 *  	[3] => border-color
 * 		[4] => border-radius
 * )
 * 
 **/