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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (vendor branch)
Thu Jan 30 03:29:45 2003 UTC (21 years, 6 months ago) by jonen
Branch: MAIN, no_vendor_tag
CVS Tags: v2-1-3, no_release_tag, HEAD
Changes since 1.1: +0 -0 lines

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