From cad413b4737d3723bd40955664c92fe0339e57a5 Mon Sep 17 00:00:00 2001 From: Heather Miller Date: Sun, 16 Oct 2016 22:40:38 -0400 Subject: More.. --- custom.css | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) (limited to 'custom.css') diff --git a/custom.css b/custom.css index 546db63..b89fbab 100644 --- a/custom.css +++ b/custom.css @@ -100,5 +100,50 @@ code { margin-top: 16px; } +blockquote { + /*font-family: Georgia, serif;*/ + font-size: 18px; + font-style: italic; + /*width: 500px;*/ + margin: 0.25em 0; + padding: 0.35em 40px; + /*line-height: 1.45;*/ + position: relative; + /*color: #383838;*/ +} + +blockquote:before { + display: block; + padding-left: 10px; + content: "\201C"; + font-size: 80px; + position: absolute; + left: -20px; + top: -20px; + color: #7a7a7a; +} + +blockquote cite { + color: #999999; + font-size: 14px; + display: block; + /*margin-top: 5px;*/ +} + +blockquote cite:before { + content: "\2014 \2009"; +} +blockquote footer:before { + content: "\2014 \2009"; +} + +blockquote footer { + margin-top: -12px; + font-size: 12px; + font-style: normal; + font-family: 'Montserrat', sans-serif; + text-transform: uppercase; + color: #b3b3b3; +} -- cgit v1.2.3