dropsea/css/dropsea.css

33 lines
660 B
CSS
Raw Normal View History

2021-08-23 19:09:09 +02:00
/* 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;
}
2021-08-23 19:11:22 +02:00
#box {
margin: 15px; padding: 5px 5px 5px 5px; background: #fafafa; border: 1px solid #4284b0;
}
/* citazioni */
#cit::before { content: open-quote; }
#cit::after { content: close-quote; }
#cit {
quotes: "«" "»" "" "";
}
2021-08-23 18:57:24 +02:00
/* messaggi */
#messaggio { font-style: italic; }
#messaggio::before { content: "Saluti a tutti"; }