diff options
Diffstat (limited to 'css/readability.css')
-rwxr-xr-x | css/readability.css | 39 |
1 files changed, 34 insertions, 5 deletions
diff --git a/css/readability.css b/css/readability.css index 15292d0..889f1e1 100755 --- a/css/readability.css +++ b/css/readability.css @@ -25,7 +25,6 @@ text-align: left;
line-height: 1.4em;
margin: 1em auto;
- max-width: 800px;
}
#readInner a {
@@ -119,18 +118,48 @@ 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: 35%;
+ width: 385px;
}
.margin-wide {
- width: 55%;
+ width: 435px;
}
.margin-medium {
- width: 75%;
+ width: 580px;
}
.margin-narrow {
- width: 95%;
+ width: 760px;
}
/* ---------------- USER-CONFIGURABLE STYLING --------------------- */
|