From b607b2f65b261c42dd2107a9c93e2bda185a4b5d Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 24 Jul 2015 18:56:07 -0700 Subject: cleaning up a little bit the css --- static/css/style.css | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'static/css') diff --git a/static/css/style.css b/static/css/style.css index ba69070..5feb82a 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1,5 +1,5 @@ html { - font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, freesans, sans-serif; + font-family: sans-serif; } body { @@ -19,7 +19,7 @@ body { h1, h2 { font-size: 20px; - border-bottom: 1px solid #eee; + border-bottom: 2px solid #e0ebf5; margin-bottom: 16px; margin-top: 20px; padding-bottom: 6px; @@ -32,11 +32,10 @@ h1, h2 a { blockquote { box-sizing: border-box; display: block; - padding-bottom: 16px; - padding-left: 16px; - padding-right: 16px; - padding-top: 16px; - background-color: #f7f7f7; + padding-bottom: 8px; + padding-left: 8px; + padding-right: 8px; + padding-top: 8px; } ul.spaced li { @@ -48,7 +47,7 @@ ul.spaced li { margin: 0 auto; margin-top: 2em; text-align: center; - border-top: 1px solid #eee; + border-top: 2px solid #e0ebf5; margin-top: 40px; padding-top: 40px; padding-bottom: 40px; @@ -65,7 +64,7 @@ img.portrait { a { text-decoration: none; - color: #4078c0; + color: #375eab; } a:hover { @@ -79,12 +78,15 @@ a.older, a.newer { } pre { - font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; + font-family: Inconsolata, monospace; -webkit-font-smoothing: subpixel-antialiased; font-smoothing: subpixel-antialiased; - background: #eee; - border: 1px solid #d1d8e3; - padding: .35em; + background-color: #fafafa; + border: 2px solid #e0ebf5; + padding-top: 1em; + padding-bottom: 1em; + padding-left: 0.5em; + padding-right: 0.5em; overflow: auto; overflow-y: hidden; border-bottom-left-radius: 5px; @@ -95,13 +97,11 @@ pre { } code { - background: #eee; - font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; + background-color: #fafafa; + color: #333; + font-family: 'Inconsolata', monospace; font-size: 85%; - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - border-top-left-radius: 3px; - border-top-right-radius: 3px; + border-radius: 4px; box-sizing: border-box; padding-top: 0.2em; padding-bottom: 0.2em; -- cgit v1.2.3