/[cvs]/nfo/php/libs/com.newsblob.phphtmllib/widgets/css/TextNav.php
ViewVC logotype

Annotation of /nfo/php/libs/com.newsblob.phphtmllib/widgets/css/TextNav.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Thu Jan 30 03:29:45 2003 UTC (21 years, 7 months ago) by jonen
Branch point for: MAIN, no_vendor_tag
Initial revision

1 jonen 1.1 <?php
2    
3    
4     $css =<<<EOF
5     A.textnavlist:hover {
6     color: $fonthover;
7     }
8    
9     A.textnavlist {
10     font-family : Arial, Helvetica, sans-serif;
11     font-size : 10pt;
12     font-weight : bold;
13     color : $font;
14     text-decoration : none;
15     }
16    
17     TD.textnavdivider {
18     background-image: url('/phphtmllib/widgets/images/dot_div_vert.gif');
19     }
20    
21     TD.textnavtd {
22     background: $background;
23     }
24    
25    
26     EOF;
27    
28     print $css;
29     ?>

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed