 Parent Directory
|
 Parent Directory
|  Revision Log
 Revision Log
| 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 |  |