diff web/main.css @ 7:64272fc2350c

Begin importing the website. Add the files from the website's top-level directory. Note that recent.cgi still uses the old rlgall module.
author John "Elwin" Edwards <elwin@sdf.org>
date Sun, 19 Aug 2012 21:29:06 -0700
parents
children 86b616d88020
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/main.css	Sun Aug 19 21:29:06 2012 -0700
@@ -0,0 +1,45 @@
+@import url("http://fonts.googleapis.com/css?family=Inconsolata");
+
+html {
+	background-color: #C0FFC0;
+	color: #101040;
+	font-family: sans-serif;
+}
+
+h1 {
+	text-align: center;
+}
+
+h1, h2, h3 {
+	font-family: Inconsolata, monospace;
+}
+
+div.content {
+	margin: 0 auto;
+	width: 75%;
+}
+
+div.nav {
+	font-size: 0.8em;
+	background-color: #E0FFE0;
+	padding: 0.3em;
+}
+
+ul {
+	list-style-type: none;
+}
+
+form {
+	width: 90%;
+	margin: 1.5em auto;
+	border-top: 1px solid #101040;
+	border-bottom: 1px solid #101040;
+}
+
+form div {
+	margin: 0.6em auto;
+}
+
+span.metavar {
+	font-style: italic;
+}