/* =============================================================================== Chili is the jQuery code highlighter plugin ............................................................................... Copyright 2007 / Andrea Ercolino ------------------------------------------------------------------------------- LICENSE: http://www.opensource.org/licenses/mit-license.php WEBSITE: http://noteslog.com/chili/ =============================================================================== */ /* this file shows how to configure a static setup it must be linked from the head of a page like: */ // Using a play on Gruber Dark: // http://daringfireball.net/projects/bbcolors/schemes/ .html { color: rgb(243,243,255); } /*.html .php { color: red; font-weight: bold; }*/ .html .tag { color: rgb(115,200,54); } .html .aname { color: rgb(149,169,159); } .html .avalue { color: rgb(150,166,200); } .html .mlcom { color: rgb(204,140,60); } .html .entity { color: rgb(255,221,51); } .javascript { color: rgb(243,243,255); } .javascript .mlcom { color: rgb(95,97,126); } .javascript .com { color: rgb(95,97,126); } .javascript .regexp { color: rgb(153,0,102); } .javascript .string { color: rgb(204,140,60); } .javascript .global { color: rgb(204,140,60); } .javascript .keywords { color: rgb(150,166,200); } .javascript .numbers { color: rgb(133,142,244); } .javascript .method { color: rgb(115,200,54); } .javascript .selector { color: rgb(204,140,60); } .mysql .function { color: #e17100; } .mysql .keyword { color: navy; font-weight: bold; } .mysql .mlcom { color: gray; } .mysql .com { color: green; } .mysql .number { color: red; } .mysql .hexnum { color: red; font-weight: bold; } .mysql .string { color: purple; } .mysql .quid { color: fuchsia; } .mysql .id { color: maroon; } .mysql .value { color: gray; font-weight: bold; } .mysql .variable { color: #4040c2; } .php .com { color: green; } .php .const1 { color: red; } .php .const2 { color: red; } .php .func { color: #e17100; } .php .global { color: red; } .php .keyword { color: navy; font-weight: bold; } .php .mlcom { color: gray; } .php .name { color: maroon; } .php .number { color: red; } .php .string1 { color: purple; } .php .string2 { color: fuchsia; } .php .value { color: gray; font-weight: bold; } .php .variable { color: #4040c2; } .css .mlcom { color: #4040c2; } .css .color { color: green; } .css .string { color: teal; } .css .attrib { color: navy; font-weight: bold; } .css .value { color: blue; } .css .number { color: red; }