diff options
author | umbrae <umbrae@d4e419ec-0920-11de-bbfd-a7c1bc4c261e> | 2009-03-11 16:09:33 +0000 |
---|---|---|
committer | umbrae <umbrae@d4e419ec-0920-11de-bbfd-a7c1bc4c261e> | 2009-03-11 16:09:33 +0000 |
commit | a414fcee8e7dc733443c6a971162d0dd9d0e723f (patch) | |
tree | 32987575a1f17ee2c364c1221a203bb0aa6469a5 | |
parent | 422bfc71671ffd1a765e5654199d87cf7d0f9ee9 (diff) | |
download | readability-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
-rwxr-xr-x | css/readability-home.css | 34 | ||||
-rwxr-xr-x | css/readability.css | 39 | ||||
-rwxr-xr-x | 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 --------------------- */
@@ -23,7 +23,6 @@ <p><input type="radio" name="style" value="style-novel" id="novel"/><label for="novel">Novel</label></p>
<p><input type="radio" name="style" value="style-ebook" id="ebook" /><label for="ebook">eBook</label></p>
<p><input type="radio" name="style" value="style-terminal" id="terminal" /><label for="terminal">Terminal</label></p>
- <p><input type="radio" name="style" value="style-slate" id="slate" /><label for="slate">Slate</label></p>
</div>
<div class="settings-box" id="size">
<p><input type="radio" name="size" value="size-small" id="small" /><label for="small">Small</label></p>
|