| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
1 /* 2 =============================================================================== 3 Chili is the jQuery code highlighter plugin 4 ............................................................................... 5 Copyright 2007 / Andrea Ercolino 6 ------------------------------------------------------------------------------- 7 LICENSE: http://www.opensource.org/licenses/mit-license.php 8 WEBSITE: http://noteslog.com/chili/ 9 =============================================================================== 10 */ 11 12 /* 13 this file shows how to configure a static setup 14 it must be linked from the head of a page like: 15 <link rel="stylesheet" type="text/css" href="chili/recipes.css"/> 16 */ 17 18 .html .php { color: red; font-weight: bold; } 19 .html .tag { color: navy; font-weight: bold; } 20 .html .aname { color: purple; } 21 .html .avalue { color: fuchsia; } 22 .html .mlcom { color: green; } 23 .html .entity { color: teal; } 24 25 .javascript .mlcom { color: #4040c2; } 26 .javascript .com { color: green; } 27 .javascript .regexp { color: maroon; } 28 .javascript .string { color: teal; } 29 .javascript .keywords { color: navy; font-weight: bold; } 30 .javascript .global { color: blue; } 31 .javascript .numbers { color: red; } 32 33 .mysql .function { color: #e17100; } 34 .mysql .keyword { color: navy; font-weight: bold; } 35 .mysql .mlcom { color: gray; } 36 .mysql .com { color: green; } 37 .mysql .number { color: red; } 38 .mysql .hexnum { color: red; font-weight: bold; } 39 .mysql .string { color: purple; } 40 .mysql .quid { color: fuchsia; } 41 .mysql .id { color: maroon; } 42 .mysql .value { color: gray; font-weight: bold; } 43 .mysql .variable { color: #4040c2; } 44 45 .php .com { color: green; } 46 .php .const1 { color: red; } 47 .php .const2 { color: red; } 48 .php .func { color: #e17100; } 49 .php .global { color: red; } 50 .php .keyword { color: navy; font-weight: bold; } 51 .php .mlcom { color: gray; } 52 .php .name { color: maroon; } 53 .php .number { color: red; } 54 .php .string1 { color: purple; } 55 .php .string2 { color: fuchsia; } 56 .php .value { color: gray; font-weight: bold; } 57 .php .variable { color: #4040c2; } 58 59 .css .mlcom { color: #4040c2; } 60 .css .color { color: green; } 61 .css .string { color: teal; } 62 .css .attrib { color: navy; font-weight: bold; } 63 .css .value { color: blue; } 64 .css .number { color: red; } 65 66 67 68 /* 69 =============================================================================== 70 Chili is the jQuery code highlighter plugin 71 ............................................................................... 72 Copyright 2007 / Andrea Ercolino 73 ------------------------------------------------------------------------------- 74 LICENSE: http://www.opensource.org/licenses/mit-license.php 75 WEBSITE: http://noteslog.com/chili/ 76 =============================================================================== 77 */ 78 79 .javascript .mlcom { color: #4040c2; } 80 .javascript .com { color: green; } 81 .javascript .regexp { color: maroon; } 82 .javascript .string { color: teal; } 83 .javascript .keywords { color: navy; font-weight: bold; } 84 .javascript .global { color: blue; } 85 .javascript .numbers { color: red; } 86 87 .javascript .jquery .object { color: red; font-weight: bold; } 88 .javascript .jquery .private { background-color: #CCCC99; } 89 .javascript .jquery .attributes { background-color: #CCCC00; } 90 .javascript .jquery .traversing { background-color: #CCCC00; } 91 .javascript .jquery .manipulation { background-color: #CCCC00; } 92 .javascript .jquery .utilities { background-color: #CCCCFF; } 93 .javascript .jquery .core { background-color: #7F7FFF; color: white; } 94 .javascript .jquery .ajax { background-color: #7F7FFF; color: #FFD400; } 95 .javascript .jquery .css { background-color: #999900; color: white; } 96 .javascript .jquery .effects { background-color: #FFAA00; } 97 .javascript .jquery .events { background-color: #FFD400; } 98
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |