Indice:Il Trentino.djvu/styles.css

Da Wikisource.
/* Stili tabelle pag 124 e 125 del testo */
.tab01 {margin-left:auto; margin-right:auto; text-align:right; border-collapse:collapse;}
.tab01 td:nth-of-type(2), .tab01 td:nth-of-type(6) {text-align:left;}
.tab01 td:nth-of-type(4) {border-right: 3px double black;}

.tab02 {margin-left:auto; margin-right:auto; text-align:right; border-collapse:collapse;}
.tab02 td:nth-of-type(2n+1) {text-align:left; width:8em}
.tab02 td:nth-of-type(2) {border-right: 3px double black;}
.tab02 tr:last-of-type td {border:0;}

/* Stili tabelle pag 174 e 175 del testo */
.tab03 {
  width:100%; text-align:right; border-collapse:collapse;
  border-left:3px double black;
  border-top:3px double black;
}
.tab03 th {text-align:center; font-weight:normal; border-bottom: 3px double black;
  vertical-align:middle; transform: rotate(-90deg); white-space: nowrap; height:6em;
}
.tab03 th:first-of-type {border-bottom:3px solid black;}
.tab03 .l0 td {text-align:center; font-variant:small-caps; border-bottom:3px solid black;}
.tab03 th:nth-of-type(2n) {border-left:3px solid black;}
.tab03 td:nth-of-type(2n) {border-left:3px solid black; border-right:1px solid black;}
.tab03 .totale td {border-top: 1px solid black;}
.tab03 .totale td:first-of-type {border-top: 0;}