summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorumbrae <umbrae@d4e419ec-0920-11de-bbfd-a7c1bc4c261e>2009-03-11 16:09:33 +0000
committerumbrae <umbrae@d4e419ec-0920-11de-bbfd-a7c1bc4c261e>2009-03-11 16:09:33 +0000
commita414fcee8e7dc733443c6a971162d0dd9d0e723f (patch)
tree32987575a1f17ee2c364c1221a203bb0aa6469a5 /css
parent422bfc71671ffd1a765e5654199d87cf7d0f9ee9 (diff)
downloadreadability-simple-a414fcee8e7dc733443c6a971162d0dd9d0e723f.tar.bz2
readability-simple-a414fcee8e7dc733443c6a971162d0dd9d0e723f.zip
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
Diffstat (limited to 'css')
-rwxr-xr-xcss/readability-home.css34
-rwxr-xr-xcss/readability.css39
2 files changed, 9 insertions, 64 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 --------------------- */