pre.sh_sourceCode {
  background: #ffffff url('prebg.png') top left repeat;
  color: #000000;
  font-style: normal;
  font-weight: normal;
}

pre.sh_sourceCode .sh_keyword { color: #0000ff; font-weight: bold; }           /* language keywords */
pre.sh_sourceCode .sh_type { color: #006400; }                            /* basic types */
pre.sh_sourceCode .sh_usertype { color: #008080; }                             /* user defined types */
pre.sh_sourceCode .sh_string { color: #ff0000; font-family: monospace; }        /* strings and chars */
pre.sh_sourceCode .sh_regexp { color: orange; font-family: monospace; }     /* regular expressions */
pre.sh_sourceCode .sh_specialchar { color: #ffc0cb; font-family: monospace; }  /* e.g., \n, \t, \\ */
pre.sh_sourceCode .sh_comment { color: #a52a2a; font-style: italic; }         /* comments */
pre.sh_sourceCode .sh_number { color: #800080; }                             /* literal numbers */
pre.sh_sourceCode .sh_preproc { color: #00008b; font-weight: bold; }       /* e.g., #include, import */
pre.sh_sourceCode .sh_symbol { color: #8b0000; }                            /* e.g., <, >, + */
pre.sh_sourceCode .sh_function { color: #000000; font-weight: bold; }         /* function calls and declarations */
pre.sh_sourceCode .sh_cbracket { color: #ff0000; }                              /* block brackets (e.g., {, }) */
pre.sh_sourceCode .sh_todo { font-weight: bold; background-color: #00ffff; }   /* TODO and FIXME */

/* predefined variables and functions (for instance glsl) */
pre.sh_sourceCode .sh_predef_var { color: #00008b; }
pre.sh_sourceCode .sh_predef_func { color: #00008b; font-weight: bold; }

/* for OOP */
pre.sh_sourceCode .sh_classname { color: #008080; }

/* line numbers (not yet implemented) */
pre.sh_sourceCode .sh_linenum { color: #000000; font-family: monospace; }

/* Internet related */
pre.sh_sourceCode .sh_url { color: #0000ff; text-decoration: underline; font-family: monospace; }

/* for ChangeLog and Log files */
pre.sh_sourceCode .sh_date { color: #0000ff; font-weight: bold; }
pre.sh_sourceCode .sh_time, pre.sh_sourceCode .sh_file { color: #00008b; font-weight: bold; }
pre.sh_sourceCode .sh_ip, pre.sh_sourceCode .sh_name { color: #006400; }

/* for Prolog, Perl... */
pre.sh_sourceCode .sh_variable { color: #006400; }

/* for LaTeX */
pre.sh_sourceCode .sh_italics { color: #006400; font-style: italic; }
pre.sh_sourceCode .sh_bold { color: #006400; font-weight: bold; }
pre.sh_sourceCode .sh_underline { color: #006400; text-decoration: underline; }
pre.sh_sourceCode .sh_fixed { color: #006400; font-family: monospace; }
pre.sh_sourceCode .sh_argument { color: #006400; }
pre.sh_sourceCode .sh_optionalargument { color: #800080; }
pre.sh_sourceCode .sh_math { color: orange; }
pre.sh_sourceCode .sh_bibtex { color: #0000ff; }

/* for diffs */
pre.sh_sourceCode .sh_oldfile { color: orange; }
pre.sh_sourceCode .sh_newfile { color: #006400; }
pre.sh_sourceCode .sh_difflines { color: #0000ff; }

/* for css */
pre.sh_sourceCode .sh_selector { color: #800080; }
pre.sh_sourceCode .sh_property { color: #0000ff; }
pre.sh_sourceCode .sh_value { color: #006400; font-style: italic; }

/* other */
pre.sh_sourceCode .sh_section { color: #000000; font-weight: bold; }
pre.sh_sourceCode .sh_paren { color: #ff0000; }
pre.sh_sourceCode .sh_attribute { color: #006400; }
