forked from science-ation/science-ation
18 lines
766 B
CSS
18 lines
766 B
CSS
/*
|
|
===============================================================================
|
|
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/
|
|
===============================================================================
|
|
*/
|
|
|
|
.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; }
|