simplified style.css - swerc - anselm's simpler werc fork | |
git clone git://git.suckless.org/swerc | |
Log | |
Files | |
Refs | |
README | |
--- | |
commit d50fa351ae102dec48c03ea43be77e16f72b39ed | |
parent 4e7233c7ec5bbcd3ade9ef6ff6b1fa7bf9981dc0 | |
Author: Anselm R Garbe <[email protected]> | |
Date: Mon, 18 Apr 2011 15:28:22 +0000 | |
simplified style.css | |
Diffstat: | |
A bin/contrib/markdown | 0 | |
M etc/initrc.local | 3 +++ | |
M pub/style/style.css | 29 ----------------------------- | |
C pub/style/style.css -> pub/style/s… | 0 | |
4 files changed, 3 insertions(+), 29 deletions(-) | |
--- | |
diff --git a/bin/contrib/markdown b/bin/contrib/markdown | |
Binary files differ. | |
diff --git a/etc/initrc.local b/etc/initrc.local | |
@@ -0,0 +1,3 @@ | |
+sitesdir='/var/www/sites' | |
+formatter=(fltr_cache markdown) | |
+debug=() | |
diff --git a/pub/style/style.css b/pub/style/style.css | |
@@ -22,35 +22,6 @@ a:hover { | |
max-width: 50em; | |
} | |
-#offsite { | |
- background-color: #ccc; | |
- padding: 0.5ex 0 0.5ex 0; | |
- margin: 0; | |
- -moz-box-shadow: 0 0 1ex #666; | |
- -webkit-box-shadow: 0 0 1ex #666; | |
- box-shadow: 0 0 1ex #666; | |
- text-align: center; | |
- font-size: 84%; | |
-} | |
- | |
-#offsite a { | |
- margin: 0; | |
- padding: 0.5ex 1em 0.5ex 1em; | |
-} | |
- | |
-#offsite a:hover { | |
- color: #36c; | |
- background-color: #ddd; | |
-} | |
- | |
-#offsite a.current { | |
- background-color: #eee; | |
- color: #333; | |
- -moz-box-shadow: 0 0 0.5ex #fff; | |
- -webkit-box-shadow: 0 0 0.5ex #fff; | |
- box-shadow: 0 0 0.5ex #fff; | |
-} | |
- | |
#header { | |
clear: both; | |
color: #666; | |
diff --git a/pub/style/style.css b/pub/style/style_full.css |