Modifiche

nessun oggetto della modifica
Riga 5: Riga 5:  
display: none;
 
display: none;
 
}
 
}
 +
 +
.toc {
 +
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 64: Riga 77:  
text-align: center;
 
text-align: center;
 
color: white;
 
color: white;
     background-image: linear-gradient(180deg,#18374b 0%,#306199 100%);
+
     background-image: linear-gradient(135deg,#18374b 0%,#306199 100%);
 
     background-position: center;
 
     background-position: center;
 
     background-size: cover;
 
     background-size: cover;
Riga 79: Riga 92:  
text-align: center;
 
text-align: center;
 
width: 2em;
 
width: 2em;
 +
}
 +
 +
.img-big {
 +
width: 500px;
 
}
 
}
   Riga 120: Riga 137:  
width: 70%;
 
width: 70%;
 
margin: 20px auto;
 
margin: 20px auto;
 +
}
 +
 +
/* =============== Template:Footer ============= */
 +
.page-footer {
 +
color: white;
 +
text-align: center;
 +
    background-image: linear-gradient(130deg,#18374b 0%,#d74e38 100%);
 +
    background-position: center;
 +
    background-size: cover;
 +
padding: 20px;
 +
margin-bottom: 10px;
 +
}
 +
 +
.page-footer a {
 +
color: white;
 
}
 
}
   Riga 157: Riga 189:  
}
 
}
   −
.social-icon a.external.text {
+
.social-icon {
 
color: #18374b;
 
color: #18374b;
 
font-size: 200%;
 
font-size: 200%;
 
width: 25%;
 
width: 25%;
 
text-align: center;
 
text-align: center;
 +
}
 +
 +
/* =========================== Template:Riga indice, Riga indice primo livello, Riga indice collassabile =================================== */
 +
.riga-indice {
 +
color: white;
 +
}
 +
 +
.riga-indice a {
 +
color: white;
 +
}
 +
 +
.riga-indice-semplice {
 +
padding-left:35px;
 +
padding-top:5px;
 +
padding-bottom:5px;
 +
padding-right:5px;
 +
margin:5px auto;
 +
width: 80%;
 +
background-image: linear-gradient(135deg,#18374b 0%,#306199 100%);
 +
    background-position: center;
 +
    background-size: cover;
 +
}
 +
 +
.riga-indice-collassabile {
 +
padding-left:35px;
 +
padding-top:5px;
 +
padding-bottom:5px;
 +
padding-right:5px;
 +
margin:5px auto 5px auto;
 +
width: 80%;
 +
background-image: linear-gradient(135deg,#18374b 0%,#306199 100%);
 +
    background-position: center;
 +
    background-size: cover;
 +
}
 +
 +
.riga-indice-primo-livello {
 +
padding-left:5px;
 +
padding-top:5px;
 +
padding-bottom:5px;
 +
padding-right:35px;
 +
margin:5px auto;
 +
width: 80%;
 +
background-image: linear-gradient(135deg,#18374b 0%,#306199 100%);
 +
    background-position: center;
 +
    background-size: cover;
 +
}
 +
 +
.ispring-book {
 +
width: 100%;
 +
height: 500px;
 +
margin: 20px auto;
 +
border: none;
 +
}
 +
 +
/* =========================== Template:Box testo e Box testo e immagine =================================== */
 +
.template-box-testo-header {
 +
background-image: linear-gradient(135deg,#18374b 0%,#306199 100%);
 +
background-color: #18374b;
 +
color: white;
 +
border: 1px solid #D8D8D8;
 +
padding: 15px;
 +
margin: 10px 0 0 0;
 +
}
 +
 +
.template-box-testo-body {
 +
background-color: #fcfcfc;
 +
color: white;
 +
border: 1px solid #D8D8D8;
 +
padding: 15px 15px 5px 15px;
 +
margin: 0 0 10px 0;
 +
}
 +
 +
/* ====================== individual pages ======================*/
 +
.ornament {
 +
margin-top: 20px;
 +
margin-bottom: 20px;
 +
height: 12em;
 +
}
 +
 +
.ornament-1 {
 +
background-image: url('https://interno.ct2.it/wiki_demo/images/4/42/University-gd1cc75ad5_1920.jpg');
 +
background-size: cover;
 +
background-position: center bottom;
 +
}
 +
 +
.ornament-2 {
 +
background-image: url('https://interno.ct2.it/wiki_demo/images/c/ca/Young-woman-1034421_1920.jpg');
 +
background-size: cover;
 +
background-position: center center;
 +
}
 +
 +
/* ==================== Gestione iframe =================== */
 +
.iframe-container {
 +
width: 700px;
 +
margin: 20px auto;
 +
}
 +
 +
.iframe-custom {
 +
width: 700px;
 +
height: 350px;
 
}
 
}