/* 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; }
.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;
+}