aboutsummaryrefslogtreecommitdiff
path: root/custom.css
diff options
context:
space:
mode:
authorHeather Miller <heather.miller@epfl.ch>2016-10-16 22:40:38 -0400
committerHeather Miller <heather.miller@epfl.ch>2016-10-16 22:40:38 -0400
commitcad413b4737d3723bd40955664c92fe0339e57a5 (patch)
tree8dfbf9515243b505e50cff2fe1e780779b189796 /custom.css
parentffedb5d62ec4e5d6ff9b1390b3e35e5b14a15c5e (diff)
More..
Diffstat (limited to 'custom.css')
-rw-r--r--custom.css45
1 files changed, 45 insertions, 0 deletions
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;
+}