Indice:Toaldo - Completa raccolta di opuscoli osservazioni e notizie diverse contenute nei giornali astro-meteorologici, Vol 1 - 1802.djvu/styles.css

Da Wikisource.
/* Stili per le immagini */
.cornice_superiore {
    display:block;
    max-width:400px;
    max-height:184px;
    width: auto;
    height: auto;
}

.separatore {
    max-width:120px;
    max-height:95px;
    width: auto;
    height:auto;
    display: block;
    margin: 4em auto;
}

.fine_capitolo {
    margin: 6em auto;
}

/* Stili per il titolo del capitolo */
.capitolo p {
    text-align:center;
    font-size:300%;
    line-height:2em;
    text-indent:0;
}

.capitoletto p {
    text-align:center;
    font-size:150%;
    margin-bottom:1em;
    text-indent:0;
}

.anno p {
    text-align:center;
    font-size:150%;
    margin-bottom:1em;
    text-indent:0;
    font-style: italic;
}

.sezione p {
    text-align:center;
    font-size:100%;
    margin-bottom:1em;
    margin-top:1em;
    text-indent:0;
    font-style:italic;
}

/* Stile per il piè di pagina */
.destra p {
    padding-right:6em;
    text-align:right;
}

/* Stili per l'allineamento dei paragrafi */

.contenitore1, .contenitore2, .contenitore3 {
    display: block;
    height: auto;
    padding: 0 0 .25em 0;
    clear: both;
}
.contenitore1 {border-bottom: 1px solid black;}
.contenitore3 {border-bottom: 1px solid black; width:50%;}

.des1, .des4, .des5 {
    float: right;
    margin:0;
    padding:0;
    background-color:white;
}

.des2 {
    display: inline-block;
    margin:0;
    padding:0;
    text-align:right;
}

.des3 {padding:0 .5em;}
.des4 {border-bottom: 1px solid black;}
.des5 {width: 4em;}

.sin1 {float: left; margin:0; padding:0; background-color: white; padding-right:1em; text-indent:0;}
.sin2 {float: left; margin:0; padding:0; background-color: white; padding-right:1em;}

.bor1 {
    border-bottom: 1px solid black;
}
.bor2 {
    border-bottom: 3px double black;
}

/* Stili per tabelle */

.pdati1 td,   /* prima riga dati tabella */
.pdati2 td,
.somma1 td,
.somma2 td,
.somma3 td,
.somma5 td,
.somma6 td {  /* ultima riga tabella */
    border-top: 1px solid black;
}

.pdati2 td,
.somma2 td {
    padding-top: 1em;
}
.somma2 td {
    padding-bottom: 1em;
}

.somma4 td:nth-last-of-type(1),
.somma4 td:nth-last-of-type(2) {
    border-top: 1px solid black;
    padding-bottom: 1em;
}

.somma6 td:first-of-type,
.somma6 td:last-of-type {
    border-top:0
}

.indent1 td {
    text-align: justify;
    text-indent: 2em;
}

/* Usato per mantenere costante il numero di celle in righe e colonne con colspan e rowspan */
.nascosto {
    display: none;
}

/* Usato per celle con testo ruotato di 90 gradi */
.ruotato {
    transform: rotate(-90deg);
    padding:0;
    margin:0;
}

.tab01, .tab02, .tab03, .tab04, .tab05, .tab06, .tab07, .tab08, .tab09,
.tab10, .tab11, .tab12, .tab13, .tab14, .tab15, .tab16, .tab17, 
.tab20, .tab21, .tab22, .tab23, .tab24, .tab25, .tab26, .tab27, .tab28, .tab29,
.tab30, .tab31, .tab32, .tab33, .tab34, .tab35 {
    width: 100%;
    border-collapse:collapse;
}

/* tab01: prototipo pag 36 volume 1 */
.tab01 td {
    text-align: left;
}
.tab01 td:nth-of-type(2n+3) {
    border-left: 1px solid black;
}
.tab01 td:nth-of-type(2n+1) {
    text-align:right;
}
.tab01 th {
    font-weight: normal;
    text-align: center;
}

/* tab02: prototipo pag 47 volume 1 */
.tab02 {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin-bottom: 0.5em;
}
.tab02 td {
    text-align: center;
    border-right: 1px solid black;
}
.tab02 th {
    font-weight: normal;
    font-style: italic;
    text-align: left;
    border-right: 1px solid black;
}

/* tab03: prototipo pag 65 volume 1 */
.tab03 td {
    text-align:right;
}
.tab03 td:nth-of-type(1) {
   text-align:left;
   width: 70%;
}
.tab03 tr:nth-of-type(1) td:nth-of-type(1) {
    padding-left: 1em;
}

/* tab04: prototipo pag 66 volume 1 */
.tab04 td {
    text-align:right;
}
.tab04 th {
    font-style:italic;
    text-align:center;
    font-weight: normal;
}
.tab04 td:nth-last-of-type(2) {
    padding-right:0;
}
.tab04 td:nth-last-of-type(1) {
    text-align:left;
    width:2em;
    padding-left:0;
}

/* tab05: prototipo pag 69 volume 1 */
.tab05 td {
    text-align:left;
    vertical-align:middle;
}
.tab05 td:nth-of-type(4) {
    border-left:3px solid black;
    padding-left:.4em;
}

/* tab06: prototipo pag 71 volume 1 */
.tab06 td {
    text-align:left;
    vertical-align:middle;
}
.tab06 td:nth-last-of-type(2) {
    padding-right:0;
    text-align:right;
}
.tab06 td:nth-last-of-type(1) {
    width:2em;
    padding-left:0;
}
.tab06 td:nth-of-type(1) {
    width: 5em;
}

/* tab07: prototipo pag 76 volume 1 */
.tab07 {
   border: 1px solid black;
}
.tab07 th {
    text-align: center;
    font-weight: normal;
    font-style: italic;
}
.tab07 td {
    text-align: right;
    white-space: nowrap;
}
.tab07 td:first-of-type {
    text-align: left;
}
.tab07 td:nth-of-type(4) {
    padding-left: 0;
    text-align: left;
}
.tab07 td:nth-of-type(3) {
    padding-right: 0;
}
.tab07 td:nth-of-type(n+4),
.tab07 th:nth-of-type(n+3),
.tab07 td:first-of-type,
.tab07 tr:first-of-type th:nth-of-type(2),
.tab07 th:first-of-type {
    border-right: 1px solid black;
}

/* tab08: prototipo pag 135 volume 1 */
.tab08 {
    margin-bottom:2em;
    text-align:left;
}
.tab08 td, .tab08 th {
    padding:0;
}
.tab08 th {
    text-align: center;
    font-weight: normal;
    font-style: italic;
}
.tab08 td:nth-of-type(2),
.tab08 td:nth-of-type(4) {
    text-align:right;
}
.tab08 td:nth-of-type(3) {
    width:2em;
}
.tab08 td:nth-of-type(5) {
    padding-left:.4em;
}

/* tab09: prototipo pag 185 volume 1 */
.tab09 {
    text-align:right;
}
.tab09 th {
    text-align:center;
    font-style:italic;
    font-weight: normal;
    border: 0;
}
.tab09 td:nth-of-type(5) {
    border-right: 1px solid black;
}

/* tab10: prototipo pag 148 volume 1 */
.tab10 th {
    text-align:center;
    font-style:italic;
    font-weight: normal;
    padding-bottom:1em;
}
.tab10 td:nth-of-type(3n+1) {
    text-align: right;
}
.tab10 td:nth-of-type(3n+2) {
    text-align: right;
    padding-right:0;
}
.tab10 td:nth-of-type(3n+3) {
    text-align: left;
    padding-left:0;
}
.tab10 td:nth-of-type(4) {
    border-left: 1px solid black;
    font-size: smaller;
}

/* tab11: prototipo pag 172 volume 1 */
.tab11 td {
    text-align:right;
    font-size: 80%;
}
.tab11 .diff td:first-of-type {
    text-align:center;
}
.tab11 .diff td:nth-of-type(n+4) {
    border-top: 1px solid black;
}

/* tab12: prototipo pag 214 volume 1 */
.tab12 {
    border: 3px solid black;
    padding-left:5em;
    font-size: smaller;
}
.tab12 th {
    text-align:center;
    font-weight: normal;
    border-left: 1px solid black;
}
.tab12 td:nth-of-type(n+2) {
    text-align: right;
    border-left: 1px solid black;
}
.tab12 .somma5 td {
    border-top: none;
    border-left: none;
    border-right: none;
}

/* tab13: prototipo pag 220 volume 1 */
.tab13 {
    border: 3px solid black;
    font-size: 80%;
}
.tab13 td:nth-of-type(n+2) {
    text-align: right;
}
.tab13 th {
    text-align:center;
    font-weight: normal;
    vertical-align: middle;
}
.tab13 td:nth-of-type(2n+1),
.tab13 th:nth-of-type(2n+1) {
    border-right: 1px solid black;
}

.tab13 .somma5 td {
    border-left: none;
    border-right: none;
}

/* tab14: prototipo pag 104 volume 2 */
.tab14 {
    border: 3px solid black;
}
.tab14 th {
    text-align:center;
    font-weight: normal;
    vertical-align: middle;
    padding:0;
}
.tab14 td {
    text-align: right
}
.tab14 td:first-of-type,
.tab14 td:last-of-type {
    text-align: left;
}
.tab14 td:nth-last-of-type(n+3),
.tab14 th:nth-last-of-type(n+1) {
    border-right: 1px solid black;
}
.tab14 tr:last-of-type th {
    border-right: 0;
}

/* tab15: prototipo pag 120 volume 2 */
.tab15 {
    border: 3px solid black;
}
.tab15 th {
    text-align:center;
    font-weight: normal;
    border-right: 1px solid black;
}
.tab15 td {
    text-align: right;
    border-right: 1px solid black;
    white-space: nowrap;
}
.tab15 td:nth-of-type(2n+3) {
    text-align: left;
}
.tab15 tr:last-of-type td,
.tab15 tr:nth-last-of-type(2) td {
    text-align: left;
    border-right: 0;
}

/* tab16: prototipo pag 121 volume 2 */
.tab16 {
    border: 3px solid black;
}
.tab16 th {
    white-space: nowrap;
    text-align: center;
    font-weight: normal;
    padding: .25em 0;
    border-right: 1px solid black;
}
.tab16 .header1 th {
    font-size:200%;
}
.tab16 .header2 th {
    font-style:italic;
    font-size:150%;
    border-bottom: 1px solid black;
}
.tab16 .header2 th:nth-of-type(2) {
    border-bottom: 0
}
.tab16 td {
    border-right: 1px solid black;
}
.tab16 td:nth-of-type(6n+1) {
    text-align:right;
}

/* prototipo pag 135 volume 2 */
.tab17 th {
    text-align: center;
    font-weight: normal;
}
.tab17 td:nth-of-type(2n),
.tab17 th:nth-of-type(n+2) {
    border-left: 1px solid black;
}
.tab17 td:nth-of-type(2n+3) {
    text-align: right;
}

/* prototipo pag 139 volume 2 */
.tab18 {
    border-collapse:collapse;
    margin-left: auto;
    margin-right: auto;
}
.tab18 th {
    text-align: center;
    font-weight: normal;
    font-style:italic;
    padding-bottom: 1em;
}
.tab18 td:nth-of-type(n+1) {
    text-align: right;
}
.tab18 td:nth-of-type(1) {
    padding-left: 2em;
    text-align:left;
    width: 5em;
}
.tab18 td:nth-of-type(2) {
    border-right: 1px solid black;
}
.tab18 tr:nth-of-type(2) td {
    padding-left:0;
}

/* prototipo pag 142 volume 2 */
.tab19 {
    border-collapse:collapse;
}
.tab19 td {
    text-align: right;
}
.tab19 td:nth-of-type(3) {
    width: 4em;
}
.tab19 td:last-of-type {
    padding-right: 2em;
}

/* prototipo pag 153 volume 2 */
.tab20 th {
    text-align: center;
    font-weight: normal;
}
.tab20 td:nth-of-type(2n+3) {
    text-align: right;
}
.tab20 th:nth-of-type(1),
.tab20 th:nth-of-type(2),
.tab20 td:nth-of-type(1),
.tab20 td:nth-of-type(5) {
    border-right: 1px solid black;
}

/* prototipo pag 154 volume 2 */
.tab21 th {
    font-weight: normal;
    text-align: center;
}
.tab21 td {
    text-align:right;
}
.tab21 th:nth-of-type(2n+1),
.tab21 td:nth-of-type(2n+1),
.tab21 td:nth-of-type(2n+6) {
    border-right: 1px solid black;
}
.tab21 td:nth-of-type(6) {
    text-align:center;
}
.tab21 td:nth-of-type(7),
.tab21 td:nth-of-type(8) {
    text-align:left;
}
.tab21 td:nth-of-type(9) {
    padding-right:3em;
}

/* tab22: prototipo pag 199 volume 2 */
.tab22 {
    border: 3px solid black;
    font-size: 90%;
}
.tab22 th {
    text-align:center;
    font-weight: normal;
    border-right: 1px solid black;
}
.tab22 td {
    text-align: right;
    border-right: 1px solid black;
    white-space: nowrap;
}
.tab22 td:nth-last-of-type(2), .tab22 td:nth-last-of-type(3) {
    text-align: left;
}
.tab22 td:last-of-type {
    padding-right: 1em;
}
.tab22 td:nth-of-type(2),
.tab22 td:nth-of-type(3),
.tab22 td:nth-of-type(7),
.tab22 td:nth-of-type(8) {
    border-right: 0;
}
.tab22 .somma1 td {
   border-left: 0;
   border-right: 0;
}
.tab22 .somma1 td:first-of-type {
    text-align:left;
}
.tab22 .somma1 td:nth-last-of-type(2) {
    text-align:right;
}
.tab22 .somma4 td {
    border-right: 0;
    text-align: right;
}

/* tab23: prototipo pag 207 volume 2 */
.tab23 td {
    text-align: right;
    padding:0 .25em;
}

.tab23 td:first-of-type {
    text-align: left;
    padding: 0 0 0 2em;
}

/* tab24: prototipo pag 224 volume 2 */
.tab24 {
    border: 3px solid black;
    font-size: 90%;
}
.tab24 th {
    text-align:center;
    font-weight: normal;
    vertical-align: middle;
}
.tab24 .titolo1 th {
    font-style: italic;
    padding-bottom: 1em;
    padding-top: 1em;
}
.tab24 td, .tab24 th {
    border-right: 1px solid black;
}

.tab24 td:nth-of-type(n+2) {
    text-align: right;
}

.tab24 td:nth-of-type(2),
.tab24 td:nth-of-type(4),
.tab24 td:nth-of-type(6) {
    border-right: none;
}

.tab24 .somma1 td {
    border-right: none;
    padding-bottom: 1em;
}

/* tab25: prototipo pag 241 volume 2 */
.tab25 {
    border: 3px solid black;
    font-size: 90%;
}
.tab25 th {
    text-align:center;
    font-weight: normal;
    vertical-align: middle;
    border-right: 1px solid black;
}
.tab25 .titolo1 th {
    padding: 1em 0;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}
.tab25 .titolo1 th:nth-of-type(2),
.tab25 .titolo1 th:nth-of-type(4) {
    border-right: none;
}

.tab25 td {
    text-align: right;
}
.tab25 td:first-of-type {
    padding-left: 1em;
    text-align: left;
}
.tab25 td:nth-of-type(1),
.tab25 td:nth-of-type(3),
.tab25 td:nth-of-type(6),
.tab25 td:nth-of-type(8) {
    border-right: 1px solid black;
}

/* tab26: prototipo pag 263 volume 2 */
.tab26 th {
    text-align:center;
    font-weight: normal;
    border-right: 1px solid black;
}

.tab26 td {
    text-align: left;
    border-right: 1px solid black;
}
.tab26 td:nth-of-type(2) {
    padding-left: 1em;
}
.tab26 td:nth-of-type(3) {
    text-align: center;
}
.tab26 td:last-of-type,
.tab26 td:nth-last-of-type(2),
.tab26 th:last-of-type {
    border-right: none;
}
.tab26 td:last-of-type {
    padding-left: 0;
}
.tab26 td:nth-last-of-type(2) {
    padding-right: 0;
    text-align: right;
}

/* tab27: prototipo pag 10 volume 3 */
.tab27 {
    border: 3px solid black;
}

.tab27 th {
    text-align:center;
    font-weight: normal;
    padding: 1em 0;
}

.tab27 td {
    text-align: right;
}
.tab27 td:first-of-type {
    padding-left: .5em;
    text-align:left;
    border-right: 1px solid black;
}

.tab27 th:first-of-type,
.tab27 th:nth-of-type(4),
.tab27 th:nth-of-type(7),
.tab27 td:nth-of-type(5),
.tab27 td:nth-of-type(9) {
    border-right: 1px solid black;
}
.tab27 .somma5 td {
    padding-bottom: 1em;
}

/* tab28: prototipo pag 11 volume 3 */
.tab28 {
    border: 3px solid black;
}

.tab28 th {
    text-align:center;
    font-weight: normal;
    padding: 1em 0;
}

.tab28 td {
    text-align: right;
}
.tab28 td:first-of-type {
    padding-left: .5em;
    text-align:left;
    border-right: 1px solid black;
}

.tab28 th:first-of-type,
.tab28 th:nth-of-type(3),
.tab28 th:nth-of-type(5),
.tab28 td:nth-of-type(4),
.tab28 td:nth-of-type(7) {
    border-right: 1px solid black;
}
.tab28 .somma5 td {
    padding-bottom: 1em;
}

/* tab29: prototipo pag 159 volume 3 */
.tab29 {
    border: 3px solid black;
}

.tab29 th {
    text-align:center;
    font-weight: normal;
}

.tab29 td {
    text-align: right;
}
.tab29 td:first-of-type {
    text-align: left;
}

.tab29 th:first-of-type, .tab29 td:first-of-type,
.tab29 td:nth-of-type(4), .tab29 td:nth-of-type(7),
.tab29 td:nth-of-type(8), .tab29 td:nth-of-type(11) {
    border-right: 1px solid black;
}

.tab29 .r1 td {
    border: 0px;
}
.tab29 .r2 td:nth-of-type(n+2):nth-last-of-type(n+8),
.tab29 .r2 td:nth-of-type(n+9) {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}
.tab29 .r3 td:nth-of-type(n+2):nth-last-of-type(n+8) {
    border-top: 1px solid black;
}
.tab29 .r3 td:nth-of-type(n+9):nth-last-of-type(n+4),
.tab29 .r4 td:nth-of-type(n+2):nth-last-of-type(n+8),
.tab29 .r4 td:nth-of-type(n+9):nth-last-of-type(n+4)
{
    border-bottom: 1px solid black;
}

.tab29 td:nth-of-type(8) {
    border-top: 0;
    border-bottom: 0;
}

/* tab30: prototipo pag 224 volume 3 */
.tab30 {
    border: 3px solid black;
}

.tab30 th {
    text-align:center;
    font-weight: normal;
}
.tab30 .head1 th:nth-of-type(n):nth-last-of-type(n+5),
.tab30 .head1 th:nth-of-type(n+7) {
    border-bottom: 1px solid black;
}

.tab30 td {
    text-align: right;
    white-space: nowrap;
}
.tab30 td:first-of-type {
    padding-left: 1em;
    text-align: left;
}

.tab30 td:first-of-type, .tab30 th:nth-of-type(n),
.tab30 td:nth-of-type(2n+4), .tab30 td:nth-of-type(2n+11) {
    border-right: 1px solid black;
}

.tab30 tr:nth-of-type(4) th:nth-of-type(2),
.tab30 tr:nth-of-type(4) th:nth-of-type(6) {
    border-right: 0;
}

/* tab31: prototipo pag 45 volume 4 */
.tab31 {
    border: 3px solid black;
}
.tab31 th {
    text-align:center;
    font-weight: normal;
    border-right: 1px solid black;
}
.tab31 td {
    text-align: right;
    white-space: nowrap;
}
.tab31 td:first-of-type {
    padding-left: 1em;
    text-align: left;
}
.tab31 td:nth-of-type(3),
.tab31 td:nth-of-type(6) {
    border-right: 1px solid black;
}

/* tab32: prototipo pag 135 volume 4 */
.tab32 {border: 1px solid black; }

.tab32 th {text-align:center; font-weight: normal; border-right: 1px solid black; }

.tab32 th:nth-last-of-type(n+2) {
    transform: rotate(-90deg); 
    line-height:100%;
    height:4em;
    padding: 0;
    margin: 0;
    border-bottom:1px solid black;
    vertical-align:middle;
    white-space: nowrap;
}
.tab32 th:last-of-type {
    vertical-align: middle;
    font-style: italic;
    white-space: nowrap;
}

.tab32 td {
    border-right: 1px solid black;
    text-align: right;
}
.tab32 td:last-of-type {
    text-align:left;
    padding-left: 1em;
    text-indent: -1em;
}

/* tab33: prototipo pag 207 volume 4 */
.tab33 th {text-align:right; font-weight:normal; font-style:italic;}
.tab33 td {text-align:left; vertical-align:bottom;}
.tab33 td:last-of-type {text-align:right;}

/* tab34: prototipo pag 212 volume 4 */
.tab34 {border: 3px solid black;}
.tab34 th {text-align:center; font-weight:normal; font-style:italic; border-right: 1px solid black;}
.tab34 td {text-align:right; vertical-align:bottom; border-right: 1px solid black;}
.tab34 td:first-of-type {text-align:left; font-style:italic; padding-left:2em}
.tab34 td:last-of-type, .tab34 th:last-of-type {padding-right:2em;}
.tab34 tr:first-of-type th {padding-top:2em;}
.tab34 tr:last-of-type td {padding-bottom:2em;}

/* tab35: prototipo le errata-corrige */
.tab35 th {text-align:center; font-weight:normal; font-size:120%}
.tab35 td {text-align:left;}
.tab35 td:first-of-type, .tab35 td:nth-of-type(2) {text-align:right}