diff options
| author | Heather Miller <heather.miller@epfl.ch> | 2016-10-16 22:40:38 -0400 |
|---|---|---|
| committer | Heather Miller <heather.miller@epfl.ch> | 2016-10-16 22:40:38 -0400 |
| commit | cad413b4737d3723bd40955664c92fe0339e57a5 (patch) | |
| tree | 8dfbf9515243b505e50cff2fe1e780779b189796 /custom.css | |
| parent | ffedb5d62ec4e5d6ff9b1390b3e35e5b14a15c5e (diff) | |
More..
Diffstat (limited to 'custom.css')
| -rw-r--r-- | custom.css | 45 |
1 files changed, 45 insertions, 0 deletions
@@ -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; +} |
