Added a sawsim tag.
[blog.git] / local.css
index 3d19fca3f33449cba5772867624ebd9491d0af12..0d6b34972a876293b1acfe8d284e69755bfea4e3 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,62 @@ body { background: #e7e7e7; }
 
 .actions ul { border: none; padding-bottom: 0px; font-family: sans-serif;}
 #footer { border: none; font-family: sans-serif;}
+
+.scaled {
+  width: 100%;
+  height: auto;
+}
+
+.sidebar {
+  border: solid;
+  border-width: 1px;
+  padding: 0;
+  margin-top: 15px;
+  border: 1px solid;
+  border-color: #aaa;
+  background: #eee;
+  width: 18ex;
+}
+
+.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;
+}
+
+#sidebar {
+  border: solid;
+  border-width: 1px;
+  padding: 0ex 2ex;
+  margin-top: 15px;
+  border: 1px solid;
+  border-color: #aaa;
+  background: #eee;
+  width: 18ex;
+}
+
+#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;
+}