Template:Libro di cucina/styles.css

Wikibooks, manuali e libri di testo liberi.
/*******************************************************************

         STILI PER I MENU DI NAVIGAZIONE DEL LIBRO DI CUCINA
         [[Categoria:Fogli di stile TemplateStyles]]

********************************************************************/

.ldc-general {
	font-size: .9em; 
	border: 2px solid #C6E4F2; 
	border-radius: .5em;
}
.ldc-bottom {
	text-align: center; 
	clear: both; 
	margin: auto 20%; 
}
.ldc-right {
	float: right;
	margin: 0 0 15px 15px;
	width: 200px;
}
.ldc-header {
	text-align: center;
	font-weight: bolder; 
	background-color: #FFF9E8; 
	border: 2px solid #FFC17E; 
	margin: 5px;
}