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

Contents of /nfo/php/libs/com.newsblob.phphtmllib/widgets/css/NavTable.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
6 .navtablehead {
7 background: #003196;
8 }
9
10 .navtablesubhead {
11 background: #ffffff;
12 }
13
14 .navtablesubtitle {
15 font-family: ariel, helvetica, sans serif;
16 font-size: 8pt;
17 color: $subtitlefont;
18 background: $subtitle;
19 font-weight: bold;
20 text-align: center;
21 }
22 .navtabletitlehead {
23 font-family: sans serif, helvetica, arial;
24 font-size: 10pt;
25 background: $title;
26 color: $titlefont;
27 font-weight: bold;
28 text-align: center;
29
30 }
31
32 .navtablebarleft {
33 background-image: url('/phphtmllib/widgets/images/top-left-corner.gif');
34 background-repeat: no-repeat;
35 background-color: $title;
36 }
37 .navtablebarright {
38 background-image: url('/phphtmllib/widgets/images/top-right-corner.gif');
39 background-repeat: no-repeat;
40 background-color: $title;
41 }
42 .navtablediv {
43 line-height: 11px;
44 font-family: Arial, helvetica, sans serif;
45 font-size: 10pt;
46 }
47 .navtableheight {
48 font-size:4pt;
49 line-height:3px;
50 }
51 EOF;
52
53 print $css;
54
55 ?>

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