diff themes/blocky/style.css @ 25:9ab9589e05a6

2007-08-16 12:45:30 by steve Added.
author steve
date Thu, 16 Aug 2007 12:45:30 +0000
parents
children acbe466b3c13
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/themes/blocky/style.css	Thu Aug 16 12:45:30 2007 +0000
@@ -0,0 +1,46 @@
+body {
+	padding-bottom: 1em;
+	border-right: 1px solid rgb(128, 128, 128);
+	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;
+}
+
+legend a {
+	color: black !important;
+	text-decoration: none !important;
+}
+legend a:hover {
+	color: black !important;
+	text-decoration: none !important;
+}
+
+legend {
+        font-weight: bold;
+}
+