blog.css
branchstyles
changeset 0 08de8d15f932
child 17 f1b3bd39d387
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/blog.css	Tue Dec 27 13:55:27 2005 -0500
@@ -0,0 +1,26 @@
+@import "html.css";
+
+#lcol { width: 70% }
+#title { margin: 10pt }
+#icon { float: left }
+div.stories { clear: both; padding: 10pt; border: solid teal }
+.dateheader { font-weight: bold }
+div.comments { text-align: right }
+
+#rcol { margin: 15pt; position: absolute; left: 70%; top: 0; max-width: 20% }
+/* #rcol { border: solid teal; padding: 10pt } */
+#rcol { text-align: center }
+#rcol div { text-align: left }
+.calendar  { font-size: 80%; text-align: center }
+
+/*
+.stories { background: #aaaaff;
+	color: black;
+	padding: 10pt; }
+.stories :link { color: blue }
+.stories :visited { color: navy }
+.story_title { color: blue }
+.stories .dateheader { color: blue }
+.stories strong, .stories b, .stories em { color: blue }
+*/
+