Modifiche

nessun oggetto della modifica
Riga 1: Riga 1:  
/* Gli stili CSS inseriti qui si applicano a tutti i temi */
 
/* Gli stili CSS inseriti qui si applicano a tutti i temi */
 +
/* =============== Interfaccia generale ============= */
 +
 
.mobile-only {
 
.mobile-only {
 
display: none;
 
display: none;
 
}
 
}
   −
.mw-body h2 {
+
.toc {
font-family: sans-serif;
+
margin-top: 30px;
 
}
 
}
.box {
+
 
background-color: lavender;
+
/* nascondi pulsante salvataggio */
border: 2px solid plum;
+
/*.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-tool-link {
}
+
display: none;
.backgray{
  −
background-color: #f2f2f2;
  −
text-align: center;
  −
}
  −
.backyellow{
  −
background-color: #FFEC45;
  −
}
  −
.testocentrato{
  −
text-align: center;
  −
}
  −
.movetable{
  −
padding-left: 85px;
  −
border-spacing:15px;
  −
text-align: center;
  −
width: 75%;
  −
}
  −
.movecell{
  −
padding-top: 30px;
  −
padding-bottom:30px;
  −
}
  −
.verticale{
  −
transform: rotate(-90deg);
  −
}
  −
.p{
  −
font-style: italic;
  −
}
  −
.testosottotabella{
  −
text-align: center;
  −
padding-left: 80px;
   
}
 
}
   −
.wrap-parallax{
+
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
overflow: hidden;
+
display: none;
    position: absolute;
+
}*/
    top: 0;
  −
    right: 0;
  −
    bottom: 0;
  −
    left: 0;
  −
}
     −
.colonna-uno{
  −
    background-size: cover;
  −
    background-position: 50%;
  −
    background-repeat: no-repeat;
  −
    position: relative;
  −
    z-index: 2;
  −
    min-height: 1px;
  −
}
   
/* =============== Home ============= */
 
/* =============== Home ============= */
 
.home-title-container {
 
.home-title-container {
Riga 83: Riga 43:  
     width: 100%;
 
     width: 100%;
 
     padding: 70px 0;
 
     padding: 70px 0;
}
  −
  −
.home-box-red-1 {
  −
padding-top: 0;
   
}
 
}
   Riga 92: Riga 48:  
color: white;
 
color: white;
 
     text-align: center;
 
     text-align: center;
    font-size: 125%;
   
     width: 65%;
 
     width: 65%;
 
     margin: 40px auto;
 
     margin: 40px auto;
    text-shadow: 1px 3px 4px rgba(0, 0, 0, 0.3);
+
}
 +
 
 +
.text-shadow {
 +
text-shadow: 1px 3px 4px rgba(0, 0, 0, 0.3);
 +
    font-size: 125%;
 
}
 
}
   Riga 117: Riga 76:  
.home-box-blue {
 
.home-box-blue {
 
text-align: center;
 
text-align: center;
     background-image: linear-gradient(180deg,#18374b 0%,#306199 100%);
+
color: white;
 +
     background-image: linear-gradient(135deg,#18374b 0%,#306199 100%);
 
     background-position: center;
 
     background-position: center;
 
     background-size: cover;
 
     background-size: cover;
Riga 125: Riga 85:  
.home-box-blue a {
 
.home-box-blue a {
 
color: white;
 
color: white;
 +
}
 +
 +
.separator {
 +
display: inline-block;
 +
color: white;
 +
text-align: center;
 +
width: 2em;
 +
}
 +
 +
.img-big {
 +
width: 500px;
 +
}
 +
 +
/* =============== Tabelle SMW ============= */
 +
.sortable.wikitable.smwtable.jquery-tablesorter {
 +
  border: none;
 +
  margin-top: 30px;
 +
  margin-bottom: 30px;
 +
}
 +
 +
.sortable.wikitable.smwtable.jquery-tablesorter * {
 +
  border: none;
 +
}
 +
 +
.smwtable {
 +
  border-collapse: collapse;
 +
  margin: 10px auto;
 +
}
 +
 +
.smwtable td {
 +
  padding: 4px;
 +
  background-color: #f9f9f9;
 +
}
 +
 +
.smwtable td:nth-child(1) {
 +
  background-color: #f2f2f2;
 
}
 
}
   Riga 141: 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;
 +
}
 +
 +
/* ======== template:Infobox ======== */
 +
.infobox {
 +
  border: 1px solid silver;
 +
  background-color: #f9f9f9;
 +
  width: 300px;
 +
  float: right;
 +
  padding: 2px;
 +
  margin: 0 0 20px 20px;
 +
}
 +
 +
.infobox td {
 +
  padding: 4px;
 +
}
 +
 +
.infobox td:nth-child(1) {
 +
  width: 50%;
 +
  background-color: #f2f2f2;
 +
  font-weight: bold;
 +
  text-align: right;
 +
}
 +
 +
.infobox td:nth-child(2) {
 +
  width: 50%;
 +
}
 +
 +
/* ======== Font Awesome icons ======== */
 +
.wt-blue {
 +
color: #18374b;
 +
}
 +
 +
/* ======== Template:Social icons ======== */
 +
.social-icons-container {
 +
display: flex;
 +
}
 +
 +
.social-icon {
 +
color: #18374b;
 +
font-size: 200%;
 +
width: 25%;
 +
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;
 
}
 
}