mirror of
https://github.com/ulaulaman/dropsea.git
synced 2025-02-23 11:17:41 +01:00
13 lines
237 B
CSS
13 lines
237 B
CSS
/* citazioni */
|
||
|
||
#cit::before { content: open-quote; }
|
||
#cit::after { content: close-quote; }
|
||
#cit {
|
||
quotes: "«" "»" "‘" "’";
|
||
}
|
||
|
||
/* messaggi */
|
||
|
||
#messaggio { font-style: italic; }
|
||
#messaggio::before { content: "Saluti a tutti"; }
|