[ansi-test-cvs] r2131 - public_html

ehuelsmann at common-lisp.net ehuelsmann at common-lisp.net
Sun Sep 14 08:50:18 UTC 2008


Author: ehuelsmann
Date: Sun Sep 14 04:50:17 2008
New Revision: 2131

Added:
   public_html/index.shtml   (contents, props changed)
   public_html/project-name   (contents, props changed)
   public_html/style.css   (contents, props changed)
Log:
Add (current, empty) content.

Added: public_html/index.shtml
==============================================================================
--- (empty file)
+++ public_html/index.shtml	Sun Sep 14 04:50:17 2008
@@ -0,0 +1,25 @@
+<?xml version="1.0"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+  <title><!--#include virtual="project-name" --></title>
+  <link rel="stylesheet" type="text/css" href="style.css"/>
+  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+</head>
+
+<body>
+ <div class="header">
+   <h1><!--#include virtual="project-name" --></h1>
+ </div>
+
+ <p><em>This is an automatically generated placeholder page: this project
+ has not yet created a website.</em></p>
+
+ <p>Back to <a href="http://common-lisp.net/">Common-lisp.net</a>.</p>
+
+ <div class="check">
+   <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>
+ </div>
+</body>
+</html>

Added: public_html/project-name
==============================================================================
--- (empty file)
+++ public_html/project-name	Sun Sep 14 04:50:17 2008
@@ -0,0 +1 @@
+ansi-test

Added: public_html/style.css
==============================================================================
--- (empty file)
+++ public_html/style.css	Sun Sep 14 04:50:17 2008
@@ -0,0 +1,54 @@
+
+.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 ansi-test-cvs mailing list