Lines Matching refs:style

100 …/* 1 .Assign either forground or background color to css style of the display div: general:contents
114 el.style.color = style_spec.get(which);
119 el.style.backgroundColor = style_spec.get(which);
132 el.style.color = style_spec.get('fg');
133 el.style.backgroundColor = style_spec.get('bg');
142 d.style.font = font_style;
164 n.style.backgroundColor = value;
174 n.style.backgroundColor = value;
183 var elems = target.getAttribute( 'style' ).split(/#/);
184 var matches = target.getAttribute( 'style' ).match(/(#[A-Z0-9]+);/);
186 matches = target.getAttribute( 'style' ).match(/(rgb\([,\s\d]+\))/);
233 '<div style="width:90%;margin:auto; height: 400px; overflow:auto;">',
234 …'<style type="text/css">#c_chart td { height: 16px; width: 16px; border: 2px solid white; }</style
235 …'<table id = "c_chart" style="border:2px solid white;" cellspacing="2" cellpadding="2"><tbody><t…
244 …ohtml.push('<td style="background-color: #' + color_vals[i] + ';" title= #"'+ color_vals[i] + '"><…
277 format = "; font-style: italic; " ;
300 …return "<" + tag + " style='color:" + fg_color + "; font: " + (alt_font_style ? alt_font_style :…
333 …html: '<div style="max-width:400px; white-space: pre-wrap;border:1px solid black; margin:auto; he…
342 // style: 'outline:none; border:0;',
383 data.style = this.getValue();
403 data.style = this.getValue();
468 …html: '<table style="border: 1px solid silver;"><tr><td style="width:24px;">&nbsp;</td><tr></table…
534 …html: '<table style="border: 1px solid silver;"><tr><td style="width:24px;">&nbsp;</td><tr></table…
572 …/*'<div style="max-width:400px; font-size: 12pt; white-space: pre-wrap;border:1px solid #cccccc; m…
576 '<p style="text-indent: 50px; font-size: 12pt;"> &lt;font. . . &gt;text&lt;/font&gt;</p>' +
624 d.style.color = elems[1];
625 d.style.backgroundColor = elems[2];
634 d.style.font = font_style;