diff --git a/prosopopee/themes/light/static/css/style-page.css b/prosopopee/themes/light/static/css/style-page.css index 3e18936..2461bf5 100644 --- a/prosopopee/themes/light/static/css/style-page.css +++ b/prosopopee/themes/light/static/css/style-page.css @@ -252,3 +252,27 @@ video.responsive-video { width: 100%; } +blockquote { + margin: 1.5em 10px; + padding: 0.5em 10px; + quotes: "\201C""\201D""\2018""\2019"; + color: #8a8989; +} + +blockquote:before { + color: #8a8989; + content: open-quote; + line-height: 1.1em; + margin-right: 0.15em; + vertical-align: -0.2em; + font-size: 2em; +} + +blockquote:after { + color: #8a8989; + content: close-quote; + line-height: 0.1em; + margin-left: 0.15em; + vertical-align: -0.2em; + font-size: 2em; +}