Parent Directory | Revision Log
1 | <?php |
2 | |
3 | |
4 | $css = <<<EOF |
5 | |
6 | TABLE.infotableframe { |
7 | background: #000000; |
8 | font-size: 10pt; |
9 | } |
10 | |
11 | TD.infotabletitle { |
12 | font-family: arial,helvetica,lucida; |
13 | font-size: 10pt; |
14 | font-weight: bold; |
15 | background: $title; |
16 | color:#ffffff |
17 | } |
18 | TD.infotabletd { |
19 | font-family: arial,helvetica,lucida; |
20 | font-size: 10pt; |
21 | font-weight: bold; |
22 | background: $title; |
23 | color: $titlefont; |
24 | } |
25 | TR.infotablecell1 { |
26 | font-size: 10pt; |
27 | background: $cellbackground; |
28 | color: #000000; |
29 | } |
30 | |
31 | TR.infotablecell2 { |
32 | font-size: 10pt; |
33 | background: $cellbackground2; |
34 | color: #000000; |
35 | } |
36 | EOF; |
37 | |
38 | print $css; |
39 | |
40 | ?> |
MailToCvsAdmin">MailToCvsAdmin | ViewVC Help |
Powered by ViewVC 1.1.26 |