Modifiche

nessun oggetto della modifica
Riga 9: Riga 9:  
margin-top: 30px;
 
margin-top: 30px;
 
}
 
}
 +
 +
/* nascondi pulsante salvataggio */
 +
/*.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-tool-link {
 +
display: none;
 +
}
 +
 +
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
 +
display: none;
 +
}*/
    
/* =============== Home ============= */
 
/* =============== Home ============= */
Riga 83: Riga 92:  
text-align: center;
 
text-align: center;
 
width: 2em;
 
width: 2em;
 +
}
 +
 +
.img-big {
 +
width: 500px;
 
}
 
}
   Riga 270: Riga 283:  
background-size: cover;
 
background-size: cover;
 
background-position: center center;
 
background-position: center center;
 +
}
 +
 +
/* ==================== Gestione iframe =================== */
 +
.iframe-container {
 +
width: 700px;
 +
margin: 20px auto;
 +
}
 +
 +
.iframe-custom {
 +
width: 700px;
 +
height: 350px;
 
}
 
}