summaryrefslogtreecommitdiff
path: root/css/readability-home.css
diff options
context:
space:
mode:
authorumbrae <umbrae@d4e419ec-0920-11de-bbfd-a7c1bc4c261e>2009-03-11 15:58:53 +0000
committerumbrae <umbrae@d4e419ec-0920-11de-bbfd-a7c1bc4c261e>2009-03-11 15:58:53 +0000
commit9980a2d430b66db1069d10622520b4806313ceda (patch)
treedec5d724518cfb7017b5c12bb1cf68ae20f82340 /css/readability-home.css
parent3fc0722518f69935a67e49e8fc423317f0308e01 (diff)
downloadreadability-simple-9980a2d430b66db1069d10622520b4806313ceda.tar.bz2
readability-simple-9980a2d430b66db1069d10622520b4806313ceda.zip
Tweak to the regular expression to determine special classnames/id's
git-svn-id: http://arc90labs-readability.googlecode.com/svn/trunk@28 d4e419ec-0920-11de-bbfd-a7c1bc4c261e
Diffstat (limited to 'css/readability-home.css')
-rwxr-xr-xcss/readability-home.css34
1 files changed, 30 insertions, 4 deletions
diff --git a/css/readability-home.css b/css/readability-home.css
index ac6fe5c..c16b329 100755
--- a/css/readability-home.css
+++ b/css/readability-home.css
@@ -156,18 +156,44 @@ 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: 35%;
+ width: 385px;
}
.margin-wide {
- width: 55%;
+ width: 435px;
}
.margin-medium {
- width: 75%;
+ width: 580px;
}
.margin-narrow {
- width: 95%;
+ width: 760px;
}
/* ---------------- USER-CONFIGURABLE STYLING --------------------- */
/* ---------------- USER-CONFIGURABLE STYLING --------------------- */