diff themes/blog.steve.org.uk/style.css @ 93:4774e0a2fa1a

Added theme.
author Steve Kemp <steve@steve.org.uk>
date Wed, 12 Dec 2007 15:17:07 +0000
parents
children b67757b6fdae
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/themes/blog.steve.org.uk/style.css	Wed Dec 12 15:17:07 2007 +0000
@@ -0,0 +1,98 @@
+
+body {
+	padding: 0 10px;
+	padding-top: 1px;
+	padding-bottom: 1em;
+	background-color: white;
+	color: black;
+	margin: 0;
+}
+
+div.title {
+}
+
+div.title h1 {
+        margin: 0px -10px;
+	padding: 5px 10px 0px 10px;
+	text-align: center;
+}
+
+div.title a {
+	color: black !important;
+	text-decoration: none !important;
+}
+div.title a:hover {
+	color: black !important;
+	text-decoration: none !important;
+}
+
+div.title h2 {
+	margin: 0 0 1ex 0;
+	padding: 0;
+        text-align: right;
+}
+
+/*
+ * 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;
+        font-weight: bold;
+	border-bottom: 1px solid black;
+}
+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-family: Verdana, Georgia, Arial, sans-serif;
+	text-align: right;
+}
+
+ul {
+	list-style-type: none;
+	list-style-position: outside;
+	margin: 0 0 1em 0;
+	padding: 0;
+}
+
+li {
+	margin: 1ex;
+	padding: 0 0 1.25ex 0.75ex;
+	font-size: 95%;
+}
+
+.box {
+        border: 1px solid black;
+        background-color: #eee;
+        font-size: 80%;
+}
\ No newline at end of file