Home | History | Annotate | Download | only in geshi

Lines Matching refs:selector

4216         // First, work out what the selector should be. If there's an ID,
4217 // that should be used, the same for a class. Otherwise, a selector
4220 $selector = '#' . $this->overall_id;
4222 $selector = '.' . $this->language;
4224 $selector .= '.' . $this->overall_class;
4227 $selector .= ' ';
4252 //$stylesheet .= "$selector, {$selector}ol, {$selector}ol li {margin: 0;}\n";
4253 $stylesheet .= "$selector.de1, $selector.de2 {{$this->code_style}}\n";
4259 $stylesheet .= "$selector {{$this->overall_style}}\n";
4264 // either the style is empty and thus no selector is needed
4270 $stylesheet .= "{$selector}a:link {{$style}}\n";
4273 $stylesheet .= "{$selector}a:hover {{$style}}\n";
4276 $stylesheet .= "{$selector}a:active {{$style}}\n";
4279 $stylesheet .= "{$selector}a:visited {{$style}}\n";
4288 $stylesheet .= "$selector.head {{$this->header_content_style}}\n";
4291 $stylesheet .= "$selector.foot {{$this->footer_content_style}}\n";
4297 $stylesheet .= "$selector.imp {{$this->important_styles}}\n";
4302 $stylesheet .= "{$selector}li, {$selector}.li1 {{$this->line_style1}}\n";
4305 $stylesheet .= "{$selector}.ln {{$this->table_linenumber_style}}\n";
4309 $stylesheet .= "{$selector}.li2 {{$this->line_style2}}\n";
4317 $stylesheet .= "$selector.kw$group {{$styles}}\n";
4326 $stylesheet .= "$selector.co$group {{$styles}}\n";
4335 $stylesheet .= "$selector.es$group {{$styles}}\n";
4340 $stylesheet .= "$selector.br$group {{$styles}}\n";
4345 $stylesheet .= "$selector.sy$group {{$styles}}\n";
4354 $stylesheet .= "$selector.st$group {{$styles}}\n";
4359 $stylesheet .= "$selector.nu$group {{$styles}}\n";
4364 $stylesheet .= "$selector.me$group {{$styles}}\n";
4370 $stylesheet .= "$selector.sc$group {{$styles}}\n";
4379 $stylesheet .= "$selector.";
4383 $stylesheet .= "$selector.re$group {{$styles}}\n";
4389 $stylesheet .= "{$selector}.ln-xtra, {$selector}li.ln-xtra, {$selector}div.ln-xtra {{$this->highlight_extra_lines_style}}\n";
4391 $stylesheet .= "{$selector}span.xtra { display:block; }\n";
4393 $stylesheet .= "{$selector}.lx$lineid, {$selector}li.lx$lineid, {$selector}div.lx$lineid {{$linestyle}}\n";