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