[Mit-cadr-cvs] r2 - public_html
bparker at common-lisp.net
bparker at common-lisp.net
Tue Sep 20 00:24:21 UTC 2011
Author: bparker
Date: Mon Sep 19 17:24:21 2011
New Revision: 2
Log:
added style.css
Added:
public_html/project-name
public_html/style.css
Added: public_html/project-name
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ public_html/project-name Mon Sep 19 17:24:21 2011 (r2)
@@ -0,0 +1 @@
+mit-cadr
Added: public_html/style.css
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ public_html/style.css Mon Sep 19 17:24:21 2011 (r2)
@@ -0,0 +1,53 @@
+.header {
+ font-size: medium;
+ background-color:#336699;
+ color:#ffffff;
+ border-style:solid;
+ border-width: 5px;
+ border-color:#002244;
+ padding: 1mm 1mm 1mm 5mm;
+}
+
+.footer {
+ font-size: small;
+ font-style: italic;
+ text-align: right;
+ background-color:#336699;
+ color:#ffffff;
+ border-style:solid;
+ border-width: 2px;
+ border-color:#002244;
+ padding: 1mm 1mm 1mm 1mm;
+}
+
+.footer a:link {
+ font-weight:bold;
+ color:#ffffff;
+ text-decoration:underline;
+}
+
+.footer a:visited {
+ font-weight:bold;
+ color:#ffffff;
+ text-decoration:underline;
+}
+
+.footer a:hover {
+ font-weight:bold;
+ color:#002244;
+ text-decoration:underline; }
+
+.check {font-size: x-small;
+ text-align:right;}
+
+.check a:link { font-weight:bold;
+ color:#a0a0ff;
+ text-decoration:underline; }
+
+.check a:visited { font-weight:bold;
+ color:#a0a0ff;
+ text-decoration:underline; }
+
+.check a:hover { font-weight:bold;
+ color:#000000;
+ text-decoration:underline; }
More information about the mit-cadr-cvs
mailing list