X-Git-Url: http://pileus.org/git/?p=~andy%2Faweather-web;a=blobdiff_plain;f=data%2Fglobal.css;h=b3a75d9e59dd2d6e2c0126333407e817438a47a6;hp=0e99fb45938adf48c107275e43443315ad55ed91;hb=de5ed3b6280431715ee843db2c24d28ec09449fd;hpb=5cd35e19a1d2d470ad5b8821c3a7c07b60076797 diff --git a/data/global.css b/data/global.css index 0e99fb4..b3a75d9 100644 --- a/data/global.css +++ b/data/global.css @@ -30,15 +30,15 @@ ul { h3, h4, h5, h6 { margin-top: 0.5em; } -blockquote { +.quote { font-style: italic; font-family: serif; } -blockquote:before { +.quote:before { font-weight: bold; content: '“'; } -blockquote:after { +.quote:after { font-weight: bold; content: '”'; } @@ -66,7 +66,7 @@ body { background-color: white; margin-left: auto; margin-right: auto; - font-family: 'DejaVu Sans', Arial, sans-serif; + font-family: 'DejaVu Sans Condensed', Arial, sans-serif; width: 850px; /* width: 80%; */ @@ -198,6 +198,7 @@ body { .download { display: block; + z-index: 1; height: 62px; color: white; padding: 8px 10px 8px 10px; @@ -207,6 +208,10 @@ body { box-shadow: 0px 2px 2px rgba(0,0,0,0.30); } +.download > * { + display: block; +} + .download:first-line { font-weight: bold; font-style: italic;