Introduction
Introduction Statistics Contact Development Disclaimer Help
update - swerc - anselm's simpler werc fork
git clone git://git.suckless.org/swerc
Log
Files
Refs
README
---
commit 27762141c36e81818bb3a0bb15fcb7abcc13d2d1
parent b7a2ee5aeaca75d225defe711509204069d25beb
Author: [email protected] <unknown>
Date: Sun, 25 Mar 2012 13:25:42 +0200
update
Diffstat:
A pub/darkstyle.css | 150 +++++++++++++++++++++++++++++…
1 file changed, 150 insertions(+), 0 deletions(-)
---
diff --git a/pub/darkstyle.css b/pub/darkstyle.css
@@ -0,0 +1,150 @@
+body {
+ background-color: #eee;
+ color: #111;
+ font-family: sans-serif;
+ padding: 0;
+ margin: 0;
+}
+
+a {
+ color: #058;
+ text-decoration: none;
+}
+
+a:hover {
+ background-color: #eee;
+}
+
+#menu {
+ clear: both;
+ color: #069;
+ background-color: #17a;
+ padding: 0.7ex;
+ font-size: 94%;
+}
+
+#menu a {
+ padding: 0.5ex 1ex 0.5ex 1ex;
+ color: #fff;
+}
+
+#menu a:hover {
+ background-color: #069;
+}
+
+#menu a.thisSite {
+ font-weight: bold;
+ font-style: italic;
+}
+
+#header {
+ clear: both;
+ color: #666;
+ text-shadow: 1px 1px #fff;
+ font-size: 1.7em;
+ padding: 0.7ex 0.7ex 0.7ex 0.7em;
+ border-bottom: 1px solid #ccc;
+}
+
+#header a {
+ color: #666;
+}
+
+h1 {
+ margin: 1em 1ex 0.5ex 0;
+ font-size: 1.4em;
+}
+
+h2 {
+ margin: 1em 1ex 0.5ex 0;
+ font-size: 1.3em;
+}
+
+h3 {
+ margin: 1em 1ex 0.5ex 0;
+ font-size: 1.2em;
+}
+
+h4 {
+ margin: 1em 1ex 0.5ex 0;
+ font-size: 1.1em;
+}
+
+#headerSubtitle {
+ font-size: 0.75em;
+ font-style: italic;
+ margin-left: 1em;
+}
+
+#content {
+ clear: both;
+ margin: 0;
+ padding: 0;
+ background-color: #fff;
+ overflow: hidden;
+ border-top: 1px solid #ccc;
+ border-bottom: 1px solid #ccc;
+}
+
+#nav {
+ background-color: #fff;
+ float: left;
+ margin: 0 1px 0 0;
+ padding: 1em 0;
+ border-right: 1px dotted #ccc;
+ width: 200px;
+}
+
+#nav ul {
+ margin: 0;
+ padding: 0;
+}
+
+#nav li {
+ list-style: none;
+ padding: 0;
+ margin: 0;
+}
+
+#nav li ul {
+ padding-left: 0.6em !important;
+}
+
+#nav li a {
+ display: block;
+ margin: 0;
+ padding: 0.8ex 2em 0.8ex 1em;
+}
+
+#nav li a.thisPage {
+ color: #333;
+ font-weight: bold;
+ font-style: italic;
+}
+
+#main {
+ text-align: justify;
+ margin: 0 0 0 200px;
+ padding: 1.5em;
+ max-width: 50em;
+}
+
+#footer {
+ clear: both;
+ color: #666;
+ font-size: 84%;
+ padding: 1em;
+ margin: 0 0 1.5em 0;
+}
+
+.left {
+ float: left;
+ margin: 0;
+ padding: 0;
+}
+
+.right {
+ float: right;
+ margin: 0;
+ padding: 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.