root / trunk / web / dojo / dojox / highlight / resources / pygments / pastie.css
History | View | Annotate | Download (1.3 KB)
| 1 | 9 | andrej.cim | |
|---|---|---|---|
| 2 | code .comment {color: #888} | ||
| 3 | code .comment.preproc {color: #c00; font-weight: bold} | ||
| 4 | code .comment.special {color: #c00; font-weight: bold; background-color: #fff0f0} | ||
| 5 | code .keyword {color: #008800; font-weight: bold} | ||
| 6 | code .keyword.pseudo {font-weight: normal} | ||
| 7 | code .keyword.type {color: #888} | ||
| 8 | code .operator.word {color: #080} | ||
| 9 | code .name.builtin {color: #038} | ||
| 10 | code .name.function {color: #06b; font-weight: bold} | ||
| 11 | code .name.class {color: #b06; font-weight: bold} | ||
| 12 | code .name.namespace {color: #b06; font-weight: bold} | ||
| 13 | code .name.exception {color: #b06; font-weight: bold} | ||
| 14 | code .name.variable {color: #369} | ||
| 15 | code .name.variable.class {color: #369} | ||
| 16 | code .name.variable.instance {color: #33b} | ||
| 17 | code .name.variable.global {color: #d70} | ||
| 18 | code .name.constant {color: #036; font-weight: bold} | ||
| 19 | code .name.label {color: #369; font-style: italic} | ||
| 20 | code .name.attribute {color: #369} | ||
| 21 | code .name.tag {color: #b06; font-weight: bold} | ||
| 22 | code .name.decorator {color: #555} | ||
| 23 | code .name.property {color: #369; font-weight: bold} | ||
| 24 | code .string {color: #d20; background-color: #fff0f0} | ||
| 25 | code .string.interpol {color: #33b} | ||
| 26 | code .string.escape {color: #04d} | ||
| 27 | code .string.regex {color: #080; background-color: #fff0f0} | ||
| 28 | code .string.symbol {color: #a60} | ||
| 29 | code .string.other {color: #2b2; background-color: #f0fff0} | ||
| 30 | code .number {color: #00d; font-weight: bold} |