From 9516b9a5992c83433281c1f7607b7612335a4067 Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Wed, 20 Feb 2013 23:01:28 -0800 Subject: More style changes. --- style.css | 35 ++++++++++++++++++++++++++--------- 1 file changed, 26 insertions(+), 9 deletions(-) diff --git a/style.css b/style.css index dfcd96f..4d7a608 100644 --- a/style.css +++ b/style.css @@ -5,12 +5,19 @@ } blockquote { - background-color: #f0f0c9; font-size: 0.9em; margin: 0; padding: 1em; } +@media print { blockquote { + background-color: #eeeeee; +} } + +@media screen { blockquote { + background-color: #f0f0c9; +} } + em { font-style: italic; } h1, h2, h3, h4, h5, h6 { @@ -35,13 +42,13 @@ html { font-family: UnBatang, serif; } -@media screen { +@media print { html { + font-size: 0.5em; +} } - html { - background-color: #fafad2; - } - -} +@media screen { html { + background-color: #fafad2; +} } p { margin-bottom: 1ex; @@ -56,11 +63,14 @@ section.header { section.content { margin-left: auto; margin-right: auto; - max-width: 100ex; padding: 1ex; text-align: justify; } +@media screen { section.content { + max-width: 100ex; +} } + section.footer { font-size: 0.8em; font-style: italic; @@ -87,7 +97,6 @@ ul li { } .trail { - background-color: #f0f0c9; column-count: 3; -moz-column-count: 3; -webkit-column-count: 3; @@ -96,6 +105,14 @@ ul li { padding: 0.4ex; } +@media print { .trail { + background-color: #eeeeee; +} } + +@media screen { .trail { + background-color: #f0f0c9; +} } + .trail .prev { } -- cgit v1.2.3