Compare commits

...

4 Commits

Author SHA1 Message Date
ulaulaman 54459dc0e3 Add caption code 2021-08-23 19:09:09 +02:00
ulaulaman 93d0be10be Prova aggiornamento testo del messaggio 2021-08-23 19:01:22 +02:00
ulaulaman 9ad5cb3df9 Aggiornamento di prova 2021-08-23 18:57:24 +02:00
ulaulaman 21c624aeef Add dropsea_styles.css 2021-08-23 18:50:30 +02:00
2 changed files with 22 additions and 0 deletions

View File

@ -1,3 +1,19 @@
/* caption */
#caption {
background: rgb(249, 249, 249);
border: 1px solid rgb(204, 204, 204);
color: #262626;
font-family: Arial, sans-serif;
font-size: 11px;
font-stretch: normal;
line-height: 1.4em;
margin: 0.5em 0.8em 0.5em 0pt;
outline: 0px;
padding: 5px;
text-align: center; vertical-align: baseline;
}
/* citazioni */
#cit::before { content: open-quote; }
@ -5,3 +21,8 @@
#cit {
quotes: "«" "»" "" "";
}
/* messaggi */
#messaggio { font-style: italic; }
#messaggio::before { content: "Saluti a tutti"; }

1
dropsea_styles.css Normal file
View File

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