From f23d4c09210e8bf34e1f51d1e196e784ff9979d0 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 15 Sep 2013 10:45:41 -0700 Subject: Another big layout/design change. --- _assets/stylesheets/text.css | 69 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 _assets/stylesheets/text.css (limited to '_assets/stylesheets/text.css') diff --git a/_assets/stylesheets/text.css b/_assets/stylesheets/text.css new file mode 100644 index 0000000..5b71cb2 --- /dev/null +++ b/_assets/stylesheets/text.css @@ -0,0 +1,69 @@ +#header h1 { + font-size: 120%; + display: inline-block; +} + +code, pre { + color: #000; + background-color: #fff; + font-weight: normal; + font-family: "Menlo", "Consolas", "Inconsolata", "Anonymous", "Monaco", monospace; + font-size: 0.9em; + line-height: 1.2em; +} + +p code, li>code { + border: 1px solid #DDDDDD; + padding: 2px; + font-size: 0.8em; +} + +#header h1 a, h2.post-title a, h2.static-title a { + color: #000; +} + +ul, ol { + margin-left: 2em; +} + +div.highlight, pre { + margin-bottom: 1em; +} + +code.has-jax { + border: none; + background-color: #fff; +} + +.date { + font-style: italic; + color: #4e4e4e; +} + +body { + font: 300 1.1em/1.6em "Droid Serif", "Open Sans", Cambria, Georgia, "DejaVu Serif", serif; +} + +blockquote { + padding-top: 0; +} + +.panel { + padding-left: 2em; + padding-right: 2em; + font-size: 120%; +} + +.panel p { + font-weight: bold; + font-style: italic; + line-height: 1.1em; +} + +footer { + text-align: center; +} + +footer span { + font-style: italic; +} -- cgit v1.2.3