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 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 mentre si fa clic su Refresh, oppure premere Ctrl-F5
  • Opera: svuotare completamente la cache dal menu Strumenti → Preferenze
/* Le CSS placé ici sera appliqué à tous les habillages. */
.sinottico {
    clear: right;
    float: right;
    font-size: 95%;
    margin: 0 0 1em 0.5em;
    padding: 3px;
    vertical-align: top;
    width: 300px !important;
    max-width: 300px;
}
 
.sinottico th {
    padding: 0em 0.5em;
    text-align: right;
    vertical-align: top;
}
 
.sinottico td {
    padding: 0em 0.2em;
    vertical-align: top;
}

/* Fine classi per template Sinottici */

.wikitable-noborder th, .wikitable-noborder td {
    border: 0px none !important;
    margin:auto;
}

.wikitable-zebra tr:nth-child(odd) {
    background-color: #DDCE72;
margin:auto;
}

.wikitable th {
    background-color: #A5C719 !important;
margin:auto;
width:100%;
}

li.gallerybox div.thumb {
    background-color: transparent;
    border: none;
}
ul.gallery li.gallerybox {
	width: 100% !important;
}
ul.gallery li.gallerybox > div {
	width: 100% !important;
}
ul.gallery li.gallerybox div.thumb {
	float: left;
}