From ba215fa6bb4d5293cff0a7b9b399d075f990300d Mon Sep 17 00:00:00 2001 From: oes Date: Tue, 9 Apr 2002 11:55:20 +0000 Subject: [PATCH 1/1] Try Arial first for NS4/Win --- doc/webserver/privoxy.css | 12 +++++++----- templates/cgi-style.css | 4 ++-- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/doc/webserver/privoxy.css b/doc/webserver/privoxy.css index e70bdd1c..2d33e85b 100644 --- a/doc/webserver/privoxy.css +++ b/doc/webserver/privoxy.css @@ -1,13 +1,13 @@ /* * CSS for Privoxy CGI and script output * - * $ Id: $ + * $Id: $ */ /* * General rules: Font, Color, Headings, Margins, Links */ -body,td,th { font-family: helvetica, helv, arial, sans-serif; } +body,td,th { font-family: arial, helvetica, helv, sans-serif; } body { background-color: #ffffff; color: #000000; } h1 { font-size: 140%; margin: 0px; } @@ -15,10 +15,12 @@ h2 { font-size: 120%; margin: 0px; } h3 { font-size: 110%; margin: 0px; } p,pre { margin-left: 15px; } -li { margin: 5px 15px; } -dl { margin: 5px 15px; } +li { margin: 2px 15px; } +dl { margin: 2px 15px; } -:link { text-decoration: none; } +a:link { color: #0000dd; text-decoration: none; } +a:visited { color: #330099; text-decoration: none; } +a:active { color: #3333ff; text-decoration: none; } /* * Boxen as Table elements: diff --git a/templates/cgi-style.css b/templates/cgi-style.css index be5b490f..2d33e85b 100644 --- a/templates/cgi-style.css +++ b/templates/cgi-style.css @@ -1,13 +1,13 @@ /* * CSS for Privoxy CGI and script output * - * $ Id: $ + * $Id: $ */ /* * General rules: Font, Color, Headings, Margins, Links */ -body,td,th { font-family: helvetica, helv, arial, sans-serif; } +body,td,th { font-family: arial, helvetica, helv, sans-serif; } body { background-color: #ffffff; color: #000000; } h1 { font-size: 140%; margin: 0px; } -- 2.39.2