From c42b029b97fb835d969305d4f679bcc01870e963 Mon Sep 17 00:00:00 2001 From: Adrien Beudin Date: Thu, 11 May 2017 17:08:22 +0200 Subject: [PATCH] blockcode light mode --- .../themes/light/static/css/style-page.css | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) 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; +}