Lines Matching full:stylesheet
287 What languages are you wanting to make this stylesheet for?<br /><br />
330 echo '<p>Here is your completed stylesheet. Note that it may not be perfect - no regular expression styles are included for one thing,
334 // Make the stylesheet
367 $stylesheet = "/* GeSHi (c) Nigel McNie 2004 (http://qbnz.com/highlighter) */";
371 $stylesheet .= "\n$overall_selector {{$overall_styles}}";
376 $stylesheet .= "\n$default_selector {{$default_styles}}";
384 $stylesheet .= "\n$keyword_selector_1 {{$keywords_1}}";
391 $stylesheet .= "\n$keyword_selector_2 {{$keywords_2}}";
398 $stylesheet .= "\n$keyword_selector_3 {{$keywords_3}}";
405 $stylesheet .= "\n$keyword_selector_4 {{$keywords_4}}";
413 $stylesheet .= "\n$comment_selector {{$comments}}";
420 $stylesheet .= "\n$esc_selector {{$esc}}";
427 $stylesheet .= "\n$brk_selector {{$brackets}}";
434 $stylesheet .= "\n$string_selector {{$strings}}";
441 $stylesheet .= "\n$num_selector {{$numbers}}";
448 $stylesheet .= "\n$method_selector {{$methods}}";
451 echo "<pre>$stylesheet</pre>";