Ocjo: dopo vê salvât, tu podaressis scugnî netâ la cache dal to sgarfadôr par viodi i cambiaments. Par Mozilla / Firefox / Safari: frache Torne a cjamâ tignint jù ancje il tast des maiusculis, o se no frache Ctrl-F5 o Ctrl-R (Command-R su Mac); par Konqueror: frache Reload o il tast F5; par Opera al pues jessi necessari disvuedâ dal dut la cache doprant il menù Tools → Preferencis; par Internet Explorer: ten fracât il tast Ctrl cuant che tu cjalcjis su Aggiorna o frache Ctrl-F5.

/* Class for links with loudspeaker icon next to them */

 .audiolink a{
    background: url("//upload.wikimedia.org/wikipedia/commons/f/f7/Loudspeaker.png") center left no-repeat !important;
    padding-left: 16px !important;
    padding-right: 0 !important;
 }

/* wikitable/prettytable class for skinning normal tables */

 table.wikitable,
 table.prettytable {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #aaaaaa solid;
  border-collapse: collapse;
 }

 table.wikitable th, table.wikitable td,
 table.prettytable th, table.prettytable td {
  border: 1px #aaaaaa solid;
  padding: 0.2em;
 }

 table.wikitable th,
 table.prettytable th {
  background: #f2f2f2;
  text-align: center;
 }

 table.wikitable caption,
 table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
 }
/* pretty table end */

/* Infobox template style */

.infobox {
   border: 1px solid #aaaaaa;
   background-color: #f9f9f9;
   color: black;
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
   float: right;
   clear: right;
}
.infobox td,
.infobox th {
   vertical-align: top;
}
.infobox caption {
   font-size: larger;
   margin-left: inherit;
}
.infobox.bordered {
   border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
   border: 1px solid #aaaaaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
   border: 0;
}

.infobox.sisterproject {
   width: 20em;
   font-size: 90%;
}

/* styles for bordered infobox with merged rows */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
   border: 0;
   border-top: 1px solid #aaaaaa;
   border-right: 1px solid #aaaaaa;
}

.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
   border: 0;
   border-right: 1px solid #aaaaaa;
}

/* end infobox */


/* Geographical coordinates (copiat de la viqui anglesa el 26/8/2007)

Per a visualitzar les coordenades usant la definició de cada article, escriviu açò en el vostre Usuari:Username/monobook.css:
   .geo-default { display: inline } .geo-nondefault { display: none } 
   .geo-dec { display: inline } .geo-dms { display: inline }
 
Per a visualitzar sempre les coordenades usant la notació decimal, escriviu açò en el vostre Usuari:Username/monobook.css:
   .geo-default { display: inline } .geo-nondefault { display: inline } 
   .geo-dec { display: inline } .geo-dms { display: none }
 
Per a visualitzar sempre les coordenades usant la notació grau/minut/segon (dms), escriviu açò en el vostre Usuari:Username/monobook.css:
   .geo-default { display: inline } .geo-nondefault { display: inline } 
   .geo-dec { display: none }   .geo-dms { display: inline }
 
Per a visualitzar sempre les coordenades usant ambdues notacions, escriviu açò en el vostre Usuari:Username/monobook.css:
   .geo-default { display: inline } .geo-nondefault { display: inline } 
   .geo-dec { display: inline }   .geo-dms { display: inline }
   .geo-multi-punct { display: inline }
 
See [[Template:Coor link]] for how these are used.
 
Note that the classes "geo", "longitude", and "latitude" are not just styles but also used by the [[Geo microformat]], so the names should not be changed.
 
*/
 
.geo-default { display: inline; }
.geo-nondefault { display: none; }
.geo-dms { display: inline; }
.geo-dec { display: inline; }
.geo-multi-punct { display: none; }
 
.longitude .latitude {
  white-space: nowrap;
}
 
/* This is used for the Geo microformat, but no style is needed for now other than .geo-dec. */
.geo { }
 
/***** end Geo-related */

/*Classe necessaria per rendere non visibili parte dei contenuti */
 
.hiddenStructure {
    display: none;
}

/* Per elementi che non vanno stampati */

@media print {
    .noprint { display: none }
}