Mercurial > hg > isophonics-drupal-site
view themes/isobartik/css/components/captions.css @ 6:875880e46745
Styling
author | Chris Cannam |
---|---|
date | Fri, 08 Dec 2017 13:21:27 +0000 |
parents | e11175134f4e |
children |
line wrap: on
line source
/* -------------- Captions -------------- */ .caption { margin-bottom: 1.2em; } .caption > * { background: #F3F3F3; padding: 0.5ex; border: 1px solid #CCC; } .caption > figcaption { border: 1px solid #CCC; border-top: none; padding-top: 0.5ex; font-size: small; text-align: center; } /* Override Bartik's default blockquote and pre styles when captioned. */ .caption-pre > pre, .caption-blockquote > blockquote { margin: 0; } .caption-blockquote > figcaption::before { content: "— "; } .caption-blockquote > figcaption { text-align: left; /* LTR */ } [dir="rtl"] .caption-blockquote > figcaption { text-align: right; }