Modifiche

nessun oggetto della modifica
Riga 33: Riga 33:     
/*.heading-holder { display:none; }*/
 
/*.heading-holder { display:none; }*/
 +
 +
/* nasconde pulsante modifica */
 +
.ve-ui-targetToolbar-mobile .oo-ui-toolbar-tools > .oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool > .oo-ui-tool-link {
 +
display: none;
 +
}
 +
 +
.mw-ui-icon.mw-ui-icon-mf-next-invert.mw-ui-icon-element.continue {
 +
display: none;
 +
}
    
.desktop-only {
 
.desktop-only {
Riga 113: Riga 122:  
content: "";
 
content: "";
 
display: block;
 
display: block;
 +
}
 +
 +
.img-big {
 +
width: 100%;
 
}
 
}
   Riga 137: Riga 150:  
padding: 20px;
 
padding: 20px;
 
margin-bottom: 10px;
 
margin-bottom: 10px;
margin-top: 20px;
+
margin-top: 40px;
 
}
 
}
   Riga 232: Riga 245:  
/* =========================== Template:Box testo e Box testo e immagine =================================== */
 
/* =========================== Template:Box testo e Box testo e immagine =================================== */
 
.template-box-testo-header {
 
.template-box-testo-header {
 +
background-image: linear-gradient(135deg,#18374b 0%,#306199 100%);
 
background-color: #18374b;
 
background-color: #18374b;
 
color: white;
 
color: white;
Riga 240: Riga 254:     
.template-box-testo-body {
 
.template-box-testo-body {
background-image: linear-gradient(135deg,#18374b 0%,#306199 100%);
   
background-color: #fcfcfc;
 
background-color: #fcfcfc;
 
color: white;
 
color: white;
Riga 265: Riga 278:  
background-size: cover;
 
background-size: cover;
 
background-position: center center;
 
background-position: center center;
 +
}
 +
 +
 +
/* ==================== Gestione iframe =================== */
 +
.iframe-container {
 +
width: 360px;
 +
margin: 20px auto;
 +
}
 +
 +
.iframe-custom {
 +
width: 360px;
 +
height: 180px;
 
}
 
}