From 378dc096d371b99df67009ff1cf520d7f02a769e Mon Sep 17 00:00:00 2001 From: Torsten Dreyer Date: Thu, 6 Mar 2014 13:17:04 +0100 Subject: [PATCH] Prepare the ground for the new httpd --- Docs/css/props.css | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ httpd-settings.xml | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++ preferences.xml | 1 + 3 files changed, 127 insertions(+) create mode 100644 Docs/css/props.css create mode 100644 httpd-settings.xml diff --git a/Docs/css/props.css b/Docs/css/props.css new file mode 100644 index 0000000..94fff89 --- /dev/null +++ b/Docs/css/props.css @@ -0,0 +1,65 @@ + +a { + color: #000000; + font-weight: bold; + text-decoration: none; +} + +th { + border-bottom: 1px solid #000000; + text-align: left; +} + +td { + padding-right: 1em; +} + +body { + background-color: #C0C0C0; +} + +#breadcrumb { + border-bottom: 5px solid #e0e0e0; + background-color:#303030; + line-height: 20px; + overflow:auto; + color: #e0e0e0; +} + +#breadcrumb h3 { + padding-left: 0.3em; + text-align: left; + border-bottom: 1px solid #808080; +} + +#breadcrumb ul, li { + list-style-type: none; + padding: 0; + margin: 0; +} + + +#breadcrumb li { + float: left; + padding-left: 0.3em; + padding-bottom: 0.3em; +} + +#breadcrumb li a { + padding:0 0.2em 0 0; +} + +#breadcrumb li a:link, #breadcrumb li a:visited { + text-decoration: none; + color:#e0e0e0; +} + +#breadcrumb li a:hover, #breadcrumb li a:focus { + text-decoration:underline; + color:#e0e0e0; +} + +#breadcrumb li { + color:#e0e0e0; +} + diff --git a/httpd-settings.xml b/httpd-settings.xml new file mode 100644 index 0000000..56447cd --- /dev/null +++ b/httpd-settings.xml @@ -0,0 +1,61 @@ + + + + + + /props/ + /json/ + /run.cgi + + + + + + + + + + + + + + + + + + + + + + + Docs + + yes + + + + + + + + + + + + 30000 + + index.html + + + + + + + + + + + diff --git a/preferences.xml b/preferences.xml index 774dee1..50164f5 100644 --- a/preferences.xml +++ b/preferences.xml @@ -857,6 +857,7 @@ Started September 2000 by David Megginson, david@megginson.com guest + -- 2.1.4