X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=templates%2Fcgi-style.css;h=9e8c7c103a133831a344b6567928b3edf0c9f9ca;hb=5a73e418fa170b0362734c9da5f4921cd413e5f5;hp=7b8768465cbdaae5b3fb302b9259283998db82ab;hpb=ef0c89610e4ea1e7e80f244672842013c547833c;p=privoxy.git diff --git a/templates/cgi-style.css b/templates/cgi-style.css index 7b876846..9e8c7c10 100644 --- a/templates/cgi-style.css +++ b/templates/cgi-style.css @@ -1,13 +1,13 @@ /* * CSS for Privoxy CGI and script output * - * $ Id: $ + * $Id: cgi-style.css,v 1.4 2002/04/09 11:55:20 oes Exp $ */ /* * 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; } @@ -18,7 +18,9 @@ p,pre { margin-left: 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: @@ -47,10 +49,11 @@ div.wrapbox { border: solid black 1px; margin: 20px; /* - * Bold definitions in
s, Grey BG for Table headings + * Bold definitions in
s, grey BG for table headings, transparent (no-bordered) table */ dt { font-weight: bold; } th { background-color: #dddddd; } +table.transparent { border-style: none} /* * Special purpose paragraphs: Small for page footers,