Contenuto cancellato Contenuto aggiunto
Riga 279:
 
 
Nota bene: ".tab" definisce una classe. Ma potrebbe essere ".giusy" o altro. La tabella poi inizia con <code>{| class="[nome classe]"</code>. ad es: <code>class="giusy"</code>
::.tab {width:100%; font-size:80%;}
<code>
::.tab td:nth-of-type(1) {text-align:left;}
::.tab td{width:nth-of-type(2)100%; {textfont-alignsize:center80%;}
::.tab td:nth-of-type(3) {text-align:center;}
::.tab td:nth-of-type(4) {text-align:left;padding-left:1em; text-indent:-1em;}
 
::.tab td:nth-of-type(1) {text-align:left;}
 
.tab td:nth-of-type(2) {text-align:center;}
 
::.tab td:nth-of-type(3) {text-align:center;}
 
::.tab td:nth-of-type(4) {text-align:left;padding-left:1em; text-indent:-1em;}
</code>