<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#nd_titolo {
	position: relative;
	margin: 0px 0px 0px 180px;
	padding: 0px 20px 0px 20px;
	color: white;
	font-size: 120%;
	}
	
#rd_titolo {
	position: relative;
	margin-left: 180px;
	padding: 10px 20px 20px 20px;
	color: #AFAFAF;
	font-style: oblique;	
	font-size: 90%;
	}
	
.rd_titolo_norm {
	font-style: normal;
	color: White;
}

	
#immagini {
	margin: 0px 10px 10px 180px;
}

	
#immagini img  {

/*	padding: 20px; */
	margin: 3px 55px 0px 55px; 
	border: #949494 3px solid;
}


.box_immagini {
	padding-top: 20px;
	margin-bottom: 20px;
	background-color: black;
	float: left;
	margin: 5px;

/*	margin: 15px 15px 45px 15px; */
/*	padding: 10px 15px 25px 15px; */  
/*	width: 440 px; 
	height: 400 px; 
	border: 5px solid red;  */	 /*bordo cancellato, perché è da usare 
											come prova, per cercare di fare box 
											di dimensioni tutte uguali*/
}
	

.titolo_opera {
font-size: 93%;
/*margin: 0px 10px;*/
text-align: center;
text-decoration:none;
color: #CC0033;
clear: both; 
	font-weight: lighter;

}

.titolo_opera a { 
text-decoration: none;
color: #949494; 
font-style: oblique;
}

.scarica_alta_def{
text-decoration: none;
color: #AFAFAF; 
text-align: center;
font-weight: lighter;
font-size: 85%;
}


/*

per mettere una particolarità a "SCARICA ALTE DEF" devi impostare le immagini

NON COSI &lt;a href="quadri_hd/hd_146.jpg"&gt; &lt;span class="scarica_alta_def"&gt;(Visualizza in Alta Definizione)&lt;/span&gt;&lt;/a&gt; &lt;/p&gt;
MA COSI &lt;span class="scarica_alta_def"&gt; &lt;a href="quadri_hd/hd_120.jpg"&gt; (Visualizza in Alta Definizione)&lt;/a&gt; &lt;/span&gt; &lt;/p&gt;

E PER FAR QUESTO DEVI RIFARE STAMPA UNIONE CON EXCEL E WORD
ALLORA FUNZIONA QUANTO SCRITTO SOTTO... a:hover, focus, active...!!!
(SALVO CHE INTERNET EXPLORER SEMBRA NON RICONOSCA IL BORDER-BOTTOM....)

.scarica_alta_def a:hover,
.scarica_alta_def a:focus,
.scarica_alta_def a:active{
text-decoration: none;
color: #7CFC00; 
text-align: center;
border-bottom: 2px solid #DFDFDF;
}

*/

/*
							#pag_opere {
							text-align: center;
							margin-top: 30px;
							margin-bottom: 30px;
								}
							
							#pag_opere a {
							position: relative;
							text-decoration: none;
							color: #D1D1D1;
							background-color: #8C8C8C;
							padding: 5px;
								}
							
							#box_pag_opere {
							background-color: #6A0000;
							border: solid 3px white;
							padding: 7px;
								}
	
*/
</pre></body></html>