117 {
119 $body = $this->aColor['BODY'];
120 $h2 = $this->aColor['H2'];
121 $menu1 = $this->aColor['MENU1'];
122 $menu2 = $this->aColor['MENU2'];
123 $menu1_selected = $this->aColor['MENU1-SELECTED'];
124 $menu1_font = $this->aColor['FONT-MENU1'];
125 $menu2_font = $this->aColor['FONT-MENU2'];
126 $font_table = $this->aColor['FONT-TABLE'];
127 $font_default = $this->aColor['FONT-DEFAULT'];
128 $font_table_header = $this->aColor['FONT-TABLE-HEADER'];
129 $folder_font = $this->aColor['FONT-FOLDER'];
130 $folder = $this->aColor['FOLDER'];
131 $tr_odd=$this->aColor['TR-ODD'];
132 $tr_even=$this->aColor['TR-EVEN'];
133 $inner_box=$this->aColor['INNER-BOX'];
134 $inner_box_title=$this->aColor['INNER-BOX-TITLE'];
135
136 echo <<<EOF
138#top {
139 color:{$folder_font};
140 background-color: transparent;
141 }
142 #dossier,#module {
143 color:{$folder_font};
144 background-color: {$folder};
145 }
146 body {
147 background-color: {$body} !important;
148 color:{$font_default} !important;
149 }
151 background-color: {$h2} ;
152 }
154 background-color: {$inner_box_title} ;
155 }
156 .nav-fill .nav-item {
157 background: {$menu1};
158 color: {$menu1_font};
159 }
160 .nav-level2 {
161 background-color: {$menu2};
162 color:{$menu2_font};
163 }
164 .nav-pills .nav-link.active {
165 background-color: {$menu1_selected} !important;
166 }
168 color:{$font_table} !important;
169 }
171 color:{$font_table_header};
172 }
173 tr.odd,div.inner_box
tr.odd,div.box
tr.odd {
174 background-color: {$tr_odd};
175 }
176 #calc1 , div.inner_box , div.box, #add_todo_list , div.add_todo_list,body.op_detail_frame, div.op_detail_frame {
177 background-color:{$inner_box};
178 }
180 background-color: {$tr_even} ;
181 }
183
184EOF;
185
186 }
h2($p_string, $p_class="", $raw="")
th($p_string, $p_extra='', $raw='')
tr($p_string, $p_extra='')