Searched refs:code_style (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/examples/includes/geshi/
H A Dgeshi.php448 var $code_style = 'font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;'; variable
826 $this->code_style = $style; variable
828 $this->code_style .= $style;
3757 $def_attr = ' style="' . $this->code_style . '"';
3767 $def_attr = ' style="' . $this->code_style . '"';
3815 $attributes = ' style="'. $this->code_style .'"';
3845 .'<span style="' . $this->code_style .'">';
3893 .'<span style="' . $this->code_style .'">';
4253 $stylesheet .= "$selector.de1, $selector.de2 {{$this->code_style}}\n";

Completed in 60 milliseconds