Compare commits

...

5 Commits

Author SHA1 Message Date
ulaulaman f1b2ec7427 importato table.css 2021-09-17 22:10:44 +02:00
ulaulaman b54a2c4e4b Tolto "di" prima dell'autore 2021-09-17 22:10:26 +02:00
ulaulaman 4f35035a43 Versione completa 2021-09-17 22:06:25 +02:00
ulaulaman 6a0008bc08 aggiunto display:block per <scheda> 2021-09-17 21:57:30 +02:00
ulaulaman b19d1adde1 Aggiunti altri dati 2021-09-17 21:55:39 +02:00
2 changed files with 51 additions and 3 deletions

View File

@ -1,17 +1,64 @@
scheda {
display: block;
margin: 15px; padding: 5px 5px 5px 5px; background: #fafafa; border: 1px solid #4284b0;
}
titolo {
display: block;
font-style: italic;
}
autore {
display: block;
font-weight: bold;
}
autore::before {
content: "di";
trad {
display: block;
}
/* <trad></trad><ed></ed><data></data><formato></formato><euro></euro><isbn></isbn> */
trad::before {
content: "traduzione di ";
}
ed {
display: block;
}
uscita {
font-weight: normal;
}
uscita::before {
content: " - ";
}
formato {
display: block;
}
pag {
font-weight: normal;
}
pag::after {
content: " pagine, "
}
euro, dollaro {
font-weight: lighter;
}
euro::before {
content: " - €";
}
dollaro::before {
content: " - $";
}
isbn {
display: block;
font-weight: lighter;
}
/* <formato></formato><euro></euro><isbn></isbn> */

View File

@ -1,2 +1,3 @@
@import "css/dropsea.css";
@import "css/libro.css";
@import "css/table.css";