Modifiche

Jump to navigation Jump to search
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 {
  −
font-family: sans-serif;
  −
}
  −
.box {
  −
background-color: lavender;
  −
border: 2px solid plum;
  −
}
  −
.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{
  −
overflow: hidden;
  −
    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 132: Riga 79:  
text-align: center;
 
text-align: center;
 
width: 2em;
 
width: 2em;
 +
}
 +
 +
/* =============== Tabelle SMW ============= */
 +
.sortable.wikitable.smwtable.jquery-tablesorter {
 +
  border: none;
 +
}
 +
 +
.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;
 
}
 
}
  

Menu di navigazione