From a414fcee8e7dc733443c6a971162d0dd9d0e723f Mon Sep 17 00:00:00 2001 From: umbrae Date: Wed, 11 Mar 2009 16:09:33 +0000 Subject: Reverting custom tweaks made to my own instance that I accidentally committed. Whoops. git-svn-id: http://arc90labs-readability.googlecode.com/svn/trunk@30 d4e419ec-0920-11de-bbfd-a7c1bc4c261e --- css/readability-home.css | 34 ++++------------------------------ css/readability.css | 39 +++++---------------------------------- index.htm | 1 - 3 files changed, 9 insertions(+), 65 deletions(-) diff --git a/css/readability-home.css b/css/readability-home.css index c16b329..ac6fe5c 100755 --- a/css/readability-home.css +++ b/css/readability-home.css @@ -156,44 +156,18 @@ div#margin { color: #C6FFC6; } -.style-slate { - font-family: "Gill Sans", Calibri, Trebuchet, sans-serif; - background: #262626; - color: #6A6969; - font-weight: lighter; - letter-spacing: .1em; -} - -.style-slate #articleContent { - text-align: left; -} - -.style-slate hr { - background-color: #666; - color: #666; - height: 1px; - border-width: 0; -} - -.style-slate h1 { - font-variant: small-caps; - font-weight: lighter; - letter-spacing: .15em; - text-align: left; -} - /* Margin Options */ .margin-x-wide { - width: 385px; + width: 35%; } .margin-wide { - width: 435px; + width: 55%; } .margin-medium { - width: 580px; + width: 75%; } .margin-narrow { - width: 760px; + width: 95%; } /* ---------------- USER-CONFIGURABLE STYLING --------------------- */ /* ---------------- USER-CONFIGURABLE STYLING --------------------- */ diff --git a/css/readability.css b/css/readability.css index 889f1e1..15292d0 100755 --- a/css/readability.css +++ b/css/readability.css @@ -25,6 +25,7 @@ text-align: left; line-height: 1.4em; margin: 1em auto; + max-width: 800px; } #readInner a { @@ -118,48 +119,18 @@ span.version { color: #C6FFC6; } -.style-slate { - font-family: "Gill Sans", Calibri, Trebuchet, sans-serif; - background: #262626; - color: #6A6969; - font-weight: lighter; - letter-spacing: .1em; -} - -.style-slate hr { - background-color: #666; - color: #666; - height: 1px; - border-width: 0; -} - -.style-slate h1 { - font-variant: small-caps; - font-weight: lighter; - letter-spacing: .15em; -} - -.style-slate #readInner a { - color: #36C; - text-decoration: none; -} - -.style-slate #readInner a:hover { - text-decoration: underline; -} - /* Margin Options */ .margin-x-wide { - width: 385px; + width: 35%; } .margin-wide { - width: 435px; + width: 55%; } .margin-medium { - width: 580px; + width: 75%; } .margin-narrow { - width: 760px; + width: 95%; } /* ---------------- USER-CONFIGURABLE STYLING --------------------- */ diff --git a/index.htm b/index.htm index 698d633..92f20d6 100755 --- a/index.htm +++ b/index.htm @@ -23,7 +23,6 @@

-

-- cgit v1.2.3