@charset "utf-8";
/* CSS Document 

* File: dsktop_cnt.css
	*
	* Description: 	controllo aspetto grafico dei contenuti (testi e pulsanti)	per adattare il layout strutturale
	*				...
	*				con larghezza minima 480px				
	*				con larghezza minima 640px
	*
	* @version		2.0	2024-07-29
	* @author		Stefano Pascoletti Ph.D.
	* @copyright	Stefano Pascoletti Ph.D.
	* @license		GNU General Public License
	*
	* Note: per ricaricare la pagina svuotando la cache usare [Ctrl][F5]

*/


/* layout per aree con larghezza minima 480px */
@media only screen and (min-width:480px){
	
	h1{
		/*font-size: 2em;*/		
	}
	
	/* riquadro intestazione .............................................................. header_panel */

	#header_top_panel h1{ /*titolo del sito*/
		padding-top: 10px;	
		line-height: 0.4em;
		font-size: 30px;
	}
	
	#header_top_panel h2{ /*sottotitolo del sito*/
		font-size: 18px;
	}
	
	/* riquadro colonna sinistra (dimensioni fisse) ......................................... left_panel */	
	
	/*	riquadro menu delle news */
	#menu_news li{ 		
		/*font-family: Verdana, Geneva, sans-serif;
		font-size: 11px;	*/	
		}
	#menu_news h1{				
	/*	font-family: Verdana, Geneva, sans-serif;
		font-size: 14px;
		font-weight: bold;	*/			
		}	
	
	/*#left_panel_info p.icoapp{  paragrafo con l'immagine icona APP grande 		
		margin-top: 1.8em;
	}*/
	
	/* riquadro centrato (dimensioni elastiche) ........................................... center_panel */
	
	/* MENU App nel riquadro centrato */
	.menu_apps{	
		/*float: none;*/
		/*margin-right: 200px;  imposto una distanza pari alla larghezza della prima colonna fissa */			 
	}
	
	
	
	/* elenchi ... 

	.item_lst1 p.author {
		font-size: 0.8em;		
	}
	.item_lst1 h1 {
		font-size: 1.2em;		
	}
	.txt_lst1 p {
   	 	font-size: 1em;
	}
	*/
	
}



/* layout per aree con larghezza minima 640px */
@media only screen and (min-width:640px){
	
	/* riquadro intestazione .............................................................. header_panel */

	#header_top_panel h1{
		/*padding-top: 25px;*/	
		
	}
	
	/* riquadro centrato (dimensioni elastiche) ........................................... center_panel */	
	
	/* MENU App nel riquadro centrato */
	
	.menu_apps li{ 	/* aumenta dimensioni testo */					
		font-size:16px;
		font-weight: normal; 	
	}	
	.menu_apps a{ /* aumenta dimensioni pulsante */
		width: 140px;	
		height: 44px;
		padding-top: 100px;						
	}
	.menu_apps a:link,
	.menu_apps a:visited{
		font-weight: normal;	
		/*background: url(res/imgs/layout/app/cmdApp150x150.png) left top no-repeat;*/
	}	
	.menu_apps a:hover,
	.menu_apps a:focus,
	.menu_apps a:active{
		/*background: url(res/imgs/layout/app/cmdApp150x150_rv.png) left top no-repeat;*/
	}
	
	
	
	.app0 a:link, 
	.app0 a:visited{ /* base segnaposto */
		background: url(../../res/layout/app/cmdApp150x150_void.png) left top no-repeat;	
	} /* segnaposto */
	.app0 a:hover,
	.app0 a:focus,
	.app0 a:active{	
		background: url(../../res/layout/app/cmdApp150x150r_void.png) left top no-repeat;	
	}

	
/* app batteria FE */
	
	.appBFE a:link, 
	.appBFE a:visited{ /* webApp */
		background: url(../../res/layout/app/cmdApp150x150_bFE.png) left top no-repeat;	
	} /* Batteria FE */
	.appBFE a:hover,
	.appBFE a:focus,
	.appBFE a:active{	
		background: url(../../res/layout/app/cmdApp150x150r_bFE.png) left top no-repeat;	
	}


/* singoli test batteria FE */
	
	
	
	.app1 a:link,
	.app1 a:visited{ 
		background: url("../../fe_btst/test-id1/tst_res/cmdApp150x150_1.png") left top no-repeat;		
	} /* TEST id=1 */
	.app1 a:hover,
	.app1 a:focus,
	.app1 a:active{	
		background: url(../../fe_btst/test-id1/tst_res/cmdApp150x150r_1.png) left top no-repeat;	
	}
	
	.app2 a:link,
	.app2 a:visited{ 
		background: url(../../fe_btst/test-id1/tst_res/cmdApp150x150_2.png) left top no-repeat;		
	} /* TEST id=2 */
	.app2 a:hover,
	.app2 a:focus,
	.app2 a:active{	
		background: url(../../fe_btst/test-id1/tst_res/cmdApp150x150r_2.png) left top no-repeat;	
	}
	
	.app3 a:link,
	.app3 a:visited{	
		background: url(../../fe_btst/test-id3/tst_res/cmdApp150x150_3.png) left top no-repeat;		
	} /* TEST id=3 */
	.app3 a:hover,
	.app3 a:focus,
	.app3 a:active{	
		background: url(../../fe_btst/test-id3/tst_res/cmdApp150x150r_3.png) left top no-repeat;	
	}
	
	.app4 a:link,
	.app4 a:visited{	
		background: url(../../res/layout/app/cmdApp150x150_0.png) left top no-repeat;		
	} /* TEST id=4 */
	.app4 a:hover,
	.app4 a:focus,
	.app4 a:active{	
		background: url(../../res/layout/app/cmdApp150x150r_0.png) left top no-repeat;	
	}
	
	
	/*.area_txt p, 
	.item_lst1 p{
		text-align: justify;
	}
	
	p.author{		
		text-align: left !important;
	}
	*/	
}

