dropsea/css/libro.css

39 lines
490 B
CSS

scheda {
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::before {
content: "traduzione di ";
}
ed {
display: block;
}
uscita {
font-weight: normal;
}
uscita::before {
content: " - ";
}
/* <formato></formato><euro></euro><isbn></isbn> */