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

Contents of /nfo/php/libs/com.newsblob.phphtmllib/css/redtheme.php

Parent Directory Parent Directory | Revision Log Revision Log


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

1 <?php
2
3 include_once("local_includes.inc");
4
5 require_once($phphtmllib."/widgets/includes.inc");
6
7 //cache this
8 Header("Cache-Control: public");
9
10 $footer = new FooterNavCSS(TRUE);
11 print $footer->render();
12
13 $info = new InfoTableCSS;
14 $info->update_all_values("border-left",
15 "1px solid #999999",
16 "1px solid #d31919");
17 $info->update_all_values("border-bottom",
18 "1px solid #999999",
19 "1px solid #d31919");
20 $info->update_all_values("border-top",
21 "1px solid #999999",
22 "1px solid #d31919");
23 $info->update_all_values("border-right",
24 "1px solid #999999",
25 "1px solid #d31919");
26
27 $info->update_all_values("background-color",
28 "#999999", "#d31919");
29 print $info->render();
30
31 $navtable = new NavTableCSS;
32 $navtable->update_all_values("background-color",
33 "#999999", "#d31919");
34 $navtable->update_all_values("background-color",
35 "#eeeeee", "#ffa8a8");
36 $navtable->update_all_values("color",
37 "#777777", "#d31919");
38 $navtable->update_all_values("color",
39 "#505dd8", "#d31919");
40 print $navtable->render();
41
42
43 $navcss = new TextCSSNavCSS;
44 $navcss->update_all_values("background-color",
45 "#999999", "#d31919");
46 $navcss->update_all_values("background-color",
47 "#eeeeee", "#ffa8a8");
48 $navcss->update_all_values("color",
49 "#828282",
50 "#d31919");
51 $navcss->update_all_values("border-left",
52 "1px solid #828282",
53 "1px solid #700000");
54 $navcss->update_all_values("border-bottom",
55 "1px solid #828282",
56 "1px solid #700000");
57 $navcss->update_all_values("border-top",
58 "1px solid #828282",
59 "1px solid #700000");
60 $navcss->update_all_values("border-right",
61 "1px solid #828282",
62 "1px solid #700000");
63 print $navcss->render();
64
65 $nav = new VerticalCSSNavTableCSS;
66 $nav->update_all_values("background-color",
67 "#999999", "#d31919");
68 $nav->update_all_values("background-color",
69 "#eeeeee", "#ffa8a8");
70 $nav->update_all_values("color",
71 "#777777", "#d31919");
72 $nav->update_all_values("border",
73 "1px solid #999999",
74 "1px solid #d31919");
75 $nav->update_all_values("border-left",
76 "1px solid #999999",
77 "1px solid #d31919");
78 $nav->update_all_values("border-bottom",
79 "1px solid #999999",
80 "1px solid #d31919");
81 $nav->update_all_values("border-top",
82 "1px solid #999999",
83 "1px solid #d31919");
84 $nav->update_all_values("border-right",
85 "1px solid #999999",
86 "1px solid #d31919");
87 print $nav->render();
88
89 $imagethumbnail = new ImageThumbnailWidgetCSS;
90 print $nav->render();
91
92 $activetab = new ActiveTabCSS;
93 $activetab->update_all_values("background-color",
94 "#eeeeee", "#ffa8a8");
95 $activetab->update_all_values("border",
96 "1px solid #999999",
97 "1px solid #d31919");
98 $activetab->update_all_values("border-left",
99 "1px solid #999999",
100 "1px solid #d31919");
101 $activetab->update_all_values("border-bottom",
102 "1px solid #999999",
103 "1px solid #d31919");
104 $activetab->update_all_values("border-top",
105 "1px solid #999999",
106 "1px solid #d31919");
107 $activetab->update_all_values("border-right",
108 "1px solid #999999",
109 "1px solid #d31919");
110 $activetab->update_all_values("border",
111 "1px solid #a1a1a1",
112 "1px solid #d31919");
113 $activetab->update_all_values("border-left",
114 "1px solid #a1a1a1",
115 "1px solid #d31919");
116 $activetab->update_all_values("border-bottom",
117 "1px solid #a1a1a1",
118 "1px solid #d31919");
119 $activetab->update_all_values("border-top",
120 "1px solid #a1a1a1",
121 "1px solid #d31919");
122 $activetab->update_all_values("border-right",
123 "1px solid #a1a1a1",
124 "1px solid #d31919");
125 print $activetab->render();
126 ?>

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