Compare commits

...

3 Commits

Author SHA1 Message Date
ulaulaman 1c62203479 stile per titolo e libro 2021-09-17 21:49:07 +02:00
ulaulaman 5a76670b1d Aggiunta importazione css schede 2021-09-17 21:42:21 +02:00
ulaulaman 64c7065f94 Css per schede recensioni 2021-09-17 21:42:03 +02:00
2 changed files with 18 additions and 0 deletions

17
css/libro.css Normal file
View File

@ -0,0 +1,17 @@
scheda {
margin: 15px; padding: 5px 5px 5px 5px; background: #fafafa; border: 1px solid #4284b0;
}
titolo {
font-style: italic;
}
autore {
font-weight: bold;
}
autore::before {
content: "di";
}
/* <trad></trad><ed></ed><data></data><formato></formato><euro></euro><isbn></isbn> */

View File

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