From: Norman Walsh Date: Fri, 24 May 2002 13:17:30 +0000 (+0000) Subject: Make the navigation bar prettier X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8b10699604fb9f450b42fd607c3b4295f22fa3aa;p=docbook-dsssl Make the navigation bar prettier --- diff --git a/website/example/example.css b/website/example/example.css index 2324f0866..df201ea76 100644 --- a/website/example/example.css +++ b/website/example/example.css @@ -50,3 +50,31 @@ span.footcopy { color: black; font-size: 70%; font-family: Arial, sans-serif; } + +SPAN.curpage { color: yellow; + font-style: italic; } +SPAN.curpage A { color: white; } +SPAN.curpage A:link { color: white; } +SPAN.curpage A:visited { color: white; } + +SPAN.toplevel A { color: white; } +SPAN.toplevel A:link { color: white; } +SPAN.toplevel A:visited { color: white; } + +SPAN.otherpage { color: white; } +SPAN.otherpage A { color: white; } +SPAN.otherpage A:link { color: white; } +SPAN.otherpage A:visited { color: white; } + +SPAN.descendant A { color: white; } +SPAN.descendant A:link { color: white; } +SPAN.descendant A:visited { color: white; } + +SPAN.ancestor A { color: white; } +SPAN.ancestor A:link { color: white; } +SPAN.ancestor A:visited { color: white; } + +SPAN.shrink1 { font-size: 80%; } +SPAN.shrink2 { font-size: 70%; } +SPAN.shrink3 { font-size: 70%; } +