Add caption code

This commit is contained in:
ulaulaman 2021-08-23 19:09:09 +02:00
parent 93d0be10be
commit 54459dc0e3
1 changed files with 16 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; }