diff web/notes/notes.css @ 61:5b4ff5680037

Add a basic blog manager. rlgnotes is an experimental script for managing a static blog.
author John "Elwin" Edwards
date Fri, 30 Jan 2015 09:25:32 -0500
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/notes/notes.css	Fri Jan 30 09:25:32 2015 -0500
@@ -0,0 +1,16 @@
+@import url("/main.css");
+
+h2.pagetitle {
+	text-align: center;
+}
+
+h3.posttitle {
+	background-color: #E0FFE0;
+	text-align: center;
+}
+
+div.datehead {
+	text-align: center;
+	font-size: 0.8em;
+	font-style: italic;
+}