summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/highlight/resources/pygments/borland.css
diff options
context:
space:
mode:
authorTristan Zur <tzur@web.web.ccwn.org>2014-03-27 22:27:47 +0100
committerTristan Zur <tzur@web.web.ccwn.org>2014-03-27 22:27:47 +0100
commitb62676ca5d3d6f6ba3f019ea3f99722e165a98d8 (patch)
tree86722cb80f07d4569f90088eeaea2fc2f6e2ef94 /js/dojo/dojox/highlight/resources/pygments/borland.css
Initial commit of intern.ccwn.org contentsHEADmaster
Diffstat (limited to 'js/dojo/dojox/highlight/resources/pygments/borland.css')
-rw-r--r--js/dojo/dojox/highlight/resources/pygments/borland.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/js/dojo/dojox/highlight/resources/pygments/borland.css b/js/dojo/dojox/highlight/resources/pygments/borland.css
new file mode 100644
index 0000000..9fb9d19
--- /dev/null
+++ b/js/dojo/dojox/highlight/resources/pygments/borland.css
@@ -0,0 +1,17 @@
+/* Pygments borland style */
+
+code .comment {color: #080; font-style: italic}
+code .comment.preproc {color: #008080; font-style: normal}
+code .comment.special {font-weight: bold; font-style: normal}
+
+code .keyword {color: #000080; font-weight: bold}
+
+code .operator.word {font-weight: bold}
+
+code .name.attribute {color: #f00}
+code .name.tag {color: #000080; font-weight: bold}
+
+code .string {color: #00f}
+code .string.char {color: #800080}
+
+code .number {color: #00f}