From 378618325d507b738f61bfd7825bd80d593db0bd Mon Sep 17 00:00:00 2001 From: minima Date: Thu, 18 Jan 2001 19:55:48 +0000 Subject: [PATCH] added style sheet to the html stuff --- html/style.css | 9 +++++++++ sgml/Makefile | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 html/style.css diff --git a/html/style.css b/html/style.css new file mode 100644 index 00000000..d51dcabe --- /dev/null +++ b/html/style.css @@ -0,0 +1,9 @@ + body { font-family: verdana, helvetica, arial, sans-serif; background: white; } + table { font-family: verdana, helvetica, arial, sans-serif; background: white; } + th { font-family: verdana, helvetica, arial, sans-serif; background: white; } + td { font-family: verdana, helvetica, arial, sans-serif; background: white; } + h1 { font-size: +145%} + h2 { font-size: +130%} + h3 { font-size: +115%} + .copy { font-size: small; color: red } + .id { font-size: small } diff --git a/sgml/Makefile b/sgml/Makefile index 1856e10c..572e6d6d 100644 --- a/sgml/Makefile +++ b/sgml/Makefile @@ -19,6 +19,6 @@ all: ../html/adminmanual.html ../txt/adminmanual.txt ../html/spiderFAQ.html ../t # ../html/spiderFAQ.html: spiderFAQ.sgml sgml2html spiderFAQ.sgml - perl -pi.bak -e 's///' *.html + perl -pi.bak -e 's||\n|' *.html mv spid*.html ../html rm -f *.bak -- 2.34.1