MediaWiki:Common.css

Nota: dopo aver salvato, potrebbe essere necessario pulire la cache del proprio browser per vedere i cambiamenti.

  • Firefox / Safari: tenere premuto il tasto delle maiuscole Shift e fare clic su Ricarica, oppure premere Ctrl-F5 o Ctrl-R (⌘-R su Mac)
  • Google Chrome: premere Ctrl-Shift-R (⌘-Shift-R su un Mac)
  • Internet Explorer: tenere premuto il tasto Ctrl e fare clic su Aggiorna, oppure premere Ctrl-F5
  • Opera: Vai nel Menu → Impostazioni (Opera → Preferenze su un Mac) e poi in Privacy & sicurezza → Pulisci dati del browser → Immagini e file nella cache.
/* Gli stili CSS inseriti qui si applicano a tutti i temi */

/* Disabilitazione TAB 'discussioni' */
#ca-talk { 	display:none!important; }

/* colori */
#mw-content h1#firstHeading { border-color: #fd9c00; }
.color-middle { background: black; }
#mw-page-header-links li.selected { border-bottom-color: #fd9c00; }
#mw-content h1, #mw-content h2 { 
   border-color: #cc0000; 
}
#mw-content h1 a, #mw-content h2 a { 
   color: #cc0000; 
}
#mw-content h3 {
   border-bottom: 1px solid grey;
}

/* logo */
.mw-wiki-logo { background-size: 175px; }

/* indice delle pagine */
#toc ul, .toc ul { margin: 0 0; }
#toc ul ul, .toc ul ul { margin: 0 0 0 1rem; }

/* template */
.template-building {
   border: 1px dashed grey;
   background: #eee;
   padding: 5px 10px;
   font-weight: bold;
   text-align: center;
   color: #555;
}

/* tabelle */
table.wikitable > tbody > tr > th, 
table.wikitable > tbody > tr > td {
   padding: 4px 10px;
   border: 1px solid lightgrey;
}

/* liste ; : */
#mw-content dl dt { font-weight: bold; }

/* formattazione testo */
td.aligncenter, div.aligncenter { text-align: center; }
dl > dt { font-weight: bold; }
div.columns { 
   display: table-cell;
   width: 100%;
   margin: 0px;
}
div.columns.large-6 { width: 50%; }
div.columns.large-4 { width: 33.3%; }
div.columns.large-3 { width: 25%; }
@media screen and (max-width: 600px) {
   div.columns { display: block; }
   div.columns.large-6 { width: 100%; }
   div.columns.large-4 { width: 100%; }
   div.columns.large-3 { width: 100%; }
}