Make the sidebar prettier.
authorW. Trevor King <wking@drexel.edu>
Thu, 30 Sep 2010 15:24:45 +0000 (11:24 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 30 Sep 2010 15:24:45 +0000 (11:24 -0400)
local.css
sidebar.mdwn

index 3d19fca3f33449cba5772867624ebd9491d0af12..7661fd2831649d9d537f5c3979948a15aee6a8b9 100644 (file)
--- a/local.css
+++ b/local.css
@@ -1,6 +1,10 @@
 /* Embedded Moose local.css for use with ikiwiki
  * Written by Josh Triplett <josh@freedesktop.org>
- * Some ideas from the Debian lighttpd index.html page. */
+ * Some ideas from the Debian lighttpd index.html page.
+ *
+ * Editted by W. Trevor King <wking@drexel.edu> to support:
+ *   - Sidebars
+ */
 
 body { background: #e7e7e7; }
 
@@ -11,3 +15,30 @@ body { background: #e7e7e7; }
 
 .actions ul { border: none; padding-bottom: 0px; font-family: sans-serif;}
 #footer { border: none; font-family: sans-serif;}
+
+#sidebar {
+  border: solid;
+  border-width: 1px;
+  padding: 0;
+  margin-top: 15px;
+  border: 1px solid;
+  border-color: #aaa;
+  background: #eee;
+  width: 16ex;
+}
+
+.sidebar ul {
+  margin-left: 0;
+  padding: 0;
+  list-style-type: none;
+}
+
+.sidebar ul ul {
+  padding-left: 1em;
+}
+
+.sidebar .pagecloud {
+    float: none;
+    width: auto;
+    margin-bottom: 1em;
+}
index 33f60a45d30e985bf31dde90e140cbd9aba4feb8..80e008a6f5e0f3c79a548cd4b5ba434215e121ec 100644 (file)
@@ -2,5 +2,4 @@
 * [[Archive|posts]]
 * [Contact](http://www.physics.drexel.edu/~wking/contact.shtml)
 
-Categories:
 [[!pagestats pages="./tags/*"]]