Introduction
Introduction Statistics Contact Development Disclaimer Help
tuned darkstyle - swerc - anselm's simpler werc fork
git clone git://git.suckless.org/swerc
Log
Files
Refs
README
---
commit 7ce2a2fd7ee450a0f6fe83156b6415857cc5a30a
parent 27762141c36e81818bb3a0bb15fcb7abcc13d2d1
Author: [email protected] <unknown>
Date: Sun, 25 Mar 2012 14:06:04 +0200
tuned darkstyle
Diffstat:
M pub/darkstyle.css | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
---
diff --git a/pub/darkstyle.css b/pub/darkstyle.css
@@ -1,18 +1,18 @@
body {
- background-color: #eee;
- color: #111;
+ background-color: #000;
+ color: #fff;
font-family: sans-serif;
padding: 0;
margin: 0;
}
a {
- color: #058;
+ color: #39f;
text-decoration: none;
}
a:hover {
- background-color: #eee;
+ background-color: #000;
}
#menu {
@@ -39,15 +39,15 @@ a:hover {
#header {
clear: both;
- color: #666;
- text-shadow: 1px 1px #fff;
+ color: #fff;
+ text-shadow: 1px 1px #666;
font-size: 1.7em;
padding: 0.7ex 0.7ex 0.7ex 0.7em;
- border-bottom: 1px solid #ccc;
+ border-bottom: 1px solid #333;
}
#header a {
- color: #666;
+ color: #fff;
}
h1 {
@@ -80,18 +80,18 @@ h4 {
clear: both;
margin: 0;
padding: 0;
- background-color: #fff;
+ background-color: #222;
overflow: hidden;
- border-top: 1px solid #ccc;
- border-bottom: 1px solid #ccc;
+ border-top: 1px solid #333;
+ border-bottom: 1px solid #333;
}
#nav {
- background-color: #fff;
+ background-color: #222;
float: left;
margin: 0 1px 0 0;
padding: 1em 0;
- border-right: 1px dotted #ccc;
+ border-right: 1px dotted #333;
width: 200px;
}
@@ -117,7 +117,7 @@ h4 {
}
#nav li a.thisPage {
- color: #333;
+ color: #fff;
font-weight: bold;
font-style: italic;
}
@@ -131,7 +131,7 @@ h4 {
#footer {
clear: both;
- color: #666;
+ color: #ccc;
font-size: 84%;
padding: 1em;
margin: 0 0 1.5em 0;
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.