Indice:Le monete di Venezia.pdf/styles.css

Da Wikisource.
/* usata solo a p. 442 del .pdf cioè 425 nell'edi. EC= Errata Corrige */
.EC {width:100%; font-size:95%;}
.EC td:nth-of-type(1) {text-align:center;} 
.EC td:nth-of-type(3) {text-align:center;}

/* usata solo da p. 410 del .pdf cioè 393 nell'edi.  Per la Tabella dei Masari all'argento*/
.Massari1 {width:100%; font-size:85%; border-collapse:collapse;vertical-align:middle}
.Massari1 td:nth-of-type(1) {border-left:1px solid black;}
.Massari1 td:nth-of-type(2) {text-align:center; border-left:1px solid black; border-right:1px solid black;} 
.Massari1 td:nth-of-type(3) {text-align:center;}
.Massari1 td:nth-of-type(4) {text-align:right;} 
.Massari1 td:nth-of-type(5) {text-align:left;}
.Massari1 td:nth-of-type(6) {text-align:center;}
.Massari1 td:nth-of-type(7) {text-align:center; border-left:1px solid black; border-right:1px solid black;}
/*    */
/*  Per la Tabella dei Masari all'oro la definizione non è al momento completata*/
.Massari2 {width:100%; font-size:85%; border-collapse:collapse;vertical-align:top;}
.Massari2 td:nth-of-type(1) {border-left:1px solid black;}
.Massari2 td:nth-of-type(2) {text-align:center; border-left:1px solid black; border-right:1px solid black;} 
.Massari2 td:nth-of-type(3) {text-align:center;}
.Massari2 td:nth-of-type(4) {text-align:right;} 
.Massari2 td:nth-of-type(5) {text-align:left;}
.Massari2 td:nth-of-type(6) {text-align:center;}
.Massari2 td:nth-of-type(7) {text-align:center; border-left:1px solid black; border-right:1px solid black;line-height:120%;}

/* la classe tmv formatta le tabelle che rimandano alle tavole, dalla pag. 58 in poi */
.tmv {width:100%; font-size:85%; line-height:1.5; }
.tmv td:first-of-type {width:75%; padding-left:0.5em;text-align:left; }
.tmv td:last-of-type {width:25%;text-align:right;}

/* XVII classe della tavola del "Dvocumento XVII", a p. 349 deltesto, 366 del file */
.XVII {font-size:95%}
.XVII td:nth-of-type(2){text-align:center;}
.XVII td:nth-of-type(4){text-align:center;}

/* p379 classse per le due tabelle di pag. 362, 379 del file*/
.p379 {font-size:98%}
.p379 td:nth-of-type(2){text-align:center;}
.p379 td:nth-of-type(3){text-align:center;}
.p379 td:nth-of-type(4){text-align:center;}
.p379 td:nth-of-type(6){text-align:center;}

/* p401 tabella a p. 401 del file, 384 del testo  */ 
.p401 {font-size:.60em}
.p401  tr:nth-of-type(1) {text-align:center;;vertical-align:middle;}
.p401  tr:nth-of-type(2) {text-align:center;;vertical-align:middle;}
.p401  td:nth-of-type(3) {vertical-align:bottom;}
.p401  td:nth-of-type(4) {vertical-align:bottom;}
.p401  td:nth-of-type(5) {vertical-align:bottom;}
.p401  td:nth-of-type(6) {vertical-align:bottom;}

/* appendi3 tabella da p, 401 del testo e p. del file. COstituisce l'appendice 3. Indicate rarità e valore delle monete */
.appendi3 {font-size:90%; border-collapse:collapse;}
.appendi3 tr:nth-of-type(1) {text-align:center;vertical-align:middle;border-top:1px solid black;}
.appendi3 td:nth-of-type(1) {border-left:1px solid black; text-align:left;}
.appendi3 td:nth-of-type(2) {border-left:1px solid black; margin-left:5em;}
.appendi3 td:nth-of-type(3) {border-left:1px solid black;}
.appendi3 td:nth-of-type(4) {border-left:1px solid black; padding-left:1em;}
.appendi3 td:nth-of-type(5) {text-align:right; border-left:1px solid black; border-right:1px solid black;}

/* tabella a p. 382 del testo 399 del file  */ 
.p382 {font-size:.80em; border-collapse:collapse;}
.p382 tr:nth-of-type(1) {text-align:center;vertical-align:middle;border-top:3px double black;  border-bottom:1px solid;}
.p382 td:nth-of-type(1) {border-left:3px black double; border-right:1px black solid; }

/* tabella a p. 383 del testo 400 del file  */ 
.p383 {font-size:.80em; border-collapse:collapse;}
.p383 tr:nth-of-type(1) {text-align:center;vertical-align:middle;border-top:3px double black;  border-bottom:1px solid;}
/* per le colonne: */
.p383 td:nth-of-type(even) {border-right:1px black solid;}
.p383 td:nth-of-type(odd) {border-right:1px black solid;}
.p383 td:nth-of-type(1) {border-left:1px black solid;}
.p383 td:nth-of-type(3) {text-align:center;}
.p383 td:nth-of-type(4) {text-align:center;}
.p383 td:nth-of-type(6) {border-right:3px black double;}