source: Dev/trunk/src/client/dojox/highlight/resources/pygments/borland.css

Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 469 bytes
Line 
1/* Pygments borland style */
2
3code .comment {color: #080; font-style: italic}
4code .comment.preproc {color: #008080; font-style: normal}
5code .comment.special {font-weight: bold; font-style: normal}
6
7code .keyword {color: #000080; font-weight: bold}
8
9code .operator.word {font-weight: bold}
10
11code .name.attribute {color: #f00}
12code .name.tag {color: #000080; font-weight: bold}
13
14code .string {color: #00f}
15code .string.char {color: #800080}
16
17code .number {color: #00f}
Note: See TracBrowser for help on using the repository browser.