diff etc/style.css @ 1:bc8961a81af6 release

2007-08-13 22:53:14 by steve Initial revision
author steve
date Mon, 13 Aug 2007 22:53:14 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/etc/style.css	Mon Aug 13 22:53:14 2007 +0000
@@ -0,0 +1,78 @@
+
+body {
+	padding: 0 10px;
+	padding-top: 1px;
+	padding-bottom: 1em;
+	border-right: 1px solid rgb(128, 128, 128);
+	background-color: white;
+	color: black;
+	margin: 0;
+	margin-right: 185px;
+}
+
+
+/*
+ * Special markup for weblog entries.
+ */
+div.entry {
+	border-left: 1px solid rgb(128, 128, 128);
+	border-right: 1px solid rgb(128, 128, 128);
+	border-top: 1px solid rgb(128, 128, 128);
+	border-bottom: 1px solid rgb(128, 128, 128);
+        margin: 10px 0px;
+}
+
+div.padding {
+        padding-top: 15px;
+        padding-bottom: 15px;
+}
+div.entry div.body {
+	padding: 10px 10px;
+}
+
+div.entry .title {
+	background-color: #eee;
+	border-bottom: 1px solid rgb(128, 128, 128);
+	font-weight: bold;
+	font-size: 120%;
+	padding: 0.26ex 10px;
+	
+}
+div.entry div.date {
+        text-align: right;
+}
+div.entry div.title a {
+	color: black !important;
+	text-decoration: none !important;
+}
+div.entry div.title a:hover {
+	color: black !important;
+	text-decoration: none !important;
+}
+
+div.entry div.tags {
+	border-top: 1px solid rgb(128, 128, 128);
+	font-style: italic;
+	font-family: Verdana, Georgia, Arial, sans-serif;
+	font-size: 90%;
+	text-align: right;
+}
+
+
+div#sidebar {
+	position: absolute;
+	top: 0px;
+	right: 0px;
+	width: 165px;
+
+	font-family: sans-serif;
+	font-size: 80%;
+
+	text-align: justify;
+
+	padding: 0 10px;
+
+	background-color: white;
+
+	margin: 0;
+}
\ No newline at end of file