aboutsummaryrefslogtreecommitdiff
path: root/includes/js/dojox/highlight/resources/pygments
diff options
context:
space:
mode:
Diffstat (limited to 'includes/js/dojox/highlight/resources/pygments')
-rw-r--r--includes/js/dojox/highlight/resources/pygments/autumn.css22
-rw-r--r--includes/js/dojox/highlight/resources/pygments/autumn.css.commented.css28
-rw-r--r--includes/js/dojox/highlight/resources/pygments/borland.css11
-rw-r--r--includes/js/dojox/highlight/resources/pygments/borland.css.commented.css17
-rw-r--r--includes/js/dojox/highlight/resources/pygments/colorful.css37
-rw-r--r--includes/js/dojox/highlight/resources/pygments/colorful.css.commented.css43
-rw-r--r--includes/js/dojox/highlight/resources/pygments/default.css28
-rw-r--r--includes/js/dojox/highlight/resources/pygments/default.css.commented.css35
-rw-r--r--includes/js/dojox/highlight/resources/pygments/emacs.css29
-rw-r--r--includes/js/dojox/highlight/resources/pygments/emacs.css.commented.css36
-rw-r--r--includes/js/dojox/highlight/resources/pygments/friendly.css29
-rw-r--r--includes/js/dojox/highlight/resources/pygments/friendly.css.commented.css36
-rw-r--r--includes/js/dojox/highlight/resources/pygments/fruity.css14
-rw-r--r--includes/js/dojox/highlight/resources/pygments/fruity.css.commented.css20
-rw-r--r--includes/js/dojox/highlight/resources/pygments/manni.css30
-rw-r--r--includes/js/dojox/highlight/resources/pygments/manni.css.commented.css37
-rw-r--r--includes/js/dojox/highlight/resources/pygments/murphy.css37
-rw-r--r--includes/js/dojox/highlight/resources/pygments/murphy.css.commented.css43
-rw-r--r--includes/js/dojox/highlight/resources/pygments/native.css21
-rw-r--r--includes/js/dojox/highlight/resources/pygments/native.css.commented.css28
-rw-r--r--includes/js/dojox/highlight/resources/pygments/pastie.css30
-rw-r--r--includes/js/dojox/highlight/resources/pygments/pastie.css.commented.css36
-rw-r--r--includes/js/dojox/highlight/resources/pygments/perldoc.css23
-rw-r--r--includes/js/dojox/highlight/resources/pygments/perldoc.css.commented.css30
-rw-r--r--includes/js/dojox/highlight/resources/pygments/trac.css20
-rw-r--r--includes/js/dojox/highlight/resources/pygments/trac.css.commented.css26
26 files changed, 0 insertions, 746 deletions
diff --git a/includes/js/dojox/highlight/resources/pygments/autumn.css b/includes/js/dojox/highlight/resources/pygments/autumn.css
deleted file mode 100644
index b1846f4..0000000
--- a/includes/js/dojox/highlight/resources/pygments/autumn.css
+++ /dev/null
@@ -1,22 +0,0 @@
-
-code .comment {color: #aaa; font-style: italic}
-code .comment.preproc {color: #4c8317; font-style: normal}
-code .comment.special {color: #00a}
-code .keyword {color: #00a}
-code .keyword.type {color: #0aa}
-code .operator.word {color: #00a}
-code .name.builtin {color: #0aa}
-code .name.function {color: #0a0}
-code .name.class {color: #0a0; text-decoration: underline}
-code .name.namespace {color: #0aa; text-decoration: underline}
-code .name.exception {color: #D2413A; font-weight: bold}
-code .name.variable {color: #a00}
-code .name.constant {color: #a00}
-code .name.entity {color: #800; font-weight: bold}
-code .name.attribute {color: #1e90ff}
-code .name.tag {color: #1e90ff; font-weight: bold}
-code .name.decorator {color: #888}
-code .string {color: #a50}
-code .string.regex {color: #099}
-code .string.symbol {color: #00a}
-code .number {color: #099}
diff --git a/includes/js/dojox/highlight/resources/pygments/autumn.css.commented.css b/includes/js/dojox/highlight/resources/pygments/autumn.css.commented.css
deleted file mode 100644
index 3deb7c4..0000000
--- a/includes/js/dojox/highlight/resources/pygments/autumn.css.commented.css
+++ /dev/null
@@ -1,28 +0,0 @@
-/* Pygments autumn style */
-
-code .comment {color: #aaa; font-style: italic}
-code .comment.preproc {color: #4c8317; font-style: normal}
-code .comment.special {color: #00a}
-
-code .keyword {color: #00a}
-code .keyword.type {color: #0aa}
-
-code .operator.word {color: #00a}
-
-code .name.builtin {color: #0aa}
-code .name.function {color: #0a0}
-code .name.class {color: #0a0; text-decoration: underline}
-code .name.namespace {color: #0aa; text-decoration: underline}
-code .name.exception {color: #D2413A; font-weight: bold}
-code .name.variable {color: #a00}
-code .name.constant {color: #a00}
-code .name.entity {color: #800; font-weight: bold}
-code .name.attribute {color: #1e90ff}
-code .name.tag {color: #1e90ff; font-weight: bold}
-code .name.decorator {color: #888}
-
-code .string {color: #a50}
-code .string.regex {color: #099}
-code .string.symbol {color: #00a}
-
-code .number {color: #099}
diff --git a/includes/js/dojox/highlight/resources/pygments/borland.css b/includes/js/dojox/highlight/resources/pygments/borland.css
deleted file mode 100644
index 85fb11f..0000000
--- a/includes/js/dojox/highlight/resources/pygments/borland.css
+++ /dev/null
@@ -1,11 +0,0 @@
-
-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}
diff --git a/includes/js/dojox/highlight/resources/pygments/borland.css.commented.css b/includes/js/dojox/highlight/resources/pygments/borland.css.commented.css
deleted file mode 100644
index 9fb9d19..0000000
--- a/includes/js/dojox/highlight/resources/pygments/borland.css.commented.css
+++ /dev/null
@@ -1,17 +0,0 @@
-/* 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}
diff --git a/includes/js/dojox/highlight/resources/pygments/colorful.css b/includes/js/dojox/highlight/resources/pygments/colorful.css
deleted file mode 100644
index 06de503..0000000
--- a/includes/js/dojox/highlight/resources/pygments/colorful.css
+++ /dev/null
@@ -1,37 +0,0 @@
-
-code .comment {color: #888}
-code .comment.preproc {color: #579}
-code .comment.special {color: #c00; font-weight: bold}
-code .keyword {color: #080; font-weight: bold}
-code .keyword.pseudo {color: #038}
-code .keyword.type {color: #339}
-code .operator {color: #333}
-code .operator.word {color: #000; font-weight: bold}
-code .name.builtin {color: #007020}
-code .name.function {color: #06b; font-weight: bold}
-code .name.class {color: #b06; font-weight: bold}
-code .name.namespace {color: #0e84b5; font-weight: bold}
-code .name.exception {color: #f00; font-weight: bold}
-code .name.variable {color: #963}
-code .name.variable.instance {color: #33b}
-code .name.variable.class {color: #369}
-code .name.variable.global {color: #d70; font-weight: bold}
-code .name.constant {color: #036; font-weight: bold}
-code .name.label {color: #970; font-weight: bold}
-code .name.entity {color: #800; font-weight: bold}
-code .name.attribute {color: #00c}
-code .name.tag {color: #070}
-code .name.decorator {color: #555; font-weight: bold}
-code .string {background-color: #fff0f0}
-code .string.char {color: #04d; background-color: transparent}
-code .string.doc {color: #d42; background-color: transparent}
-code .string.interpol {background-color: #eee}
-code .string.escape {color: #666; font-weight: bold}
-code .string.regex {color: #000; background-color: #fff0f0}
-code .string.symbol {color: #a60; background-color: transparent}
-code .string.other {color: #d20}
-code .number {color: #60e}
-code .number.integer {color: #00d}
-code .number.float {color: #60e}
-code .number.hex {color: #058}
-code .number.oct {color: #40e}
diff --git a/includes/js/dojox/highlight/resources/pygments/colorful.css.commented.css b/includes/js/dojox/highlight/resources/pygments/colorful.css.commented.css
deleted file mode 100644
index d63728a..0000000
--- a/includes/js/dojox/highlight/resources/pygments/colorful.css.commented.css
+++ /dev/null
@@ -1,43 +0,0 @@
-/* Pygments colorful style */
-
-code .comment {color: #888}
-code .comment.preproc {color: #579}
-code .comment.special {color: #c00; font-weight: bold}
-
-code .keyword {color: #080; font-weight: bold}
-code .keyword.pseudo {color: #038}
-code .keyword.type {color: #339}
-
-code .operator {color: #333}
-code .operator.word {color: #000; font-weight: bold}
-
-code .name.builtin {color: #007020}
-code .name.function {color: #06b; font-weight: bold}
-code .name.class {color: #b06; font-weight: bold}
-code .name.namespace {color: #0e84b5; font-weight: bold}
-code .name.exception {color: #f00; font-weight: bold}
-code .name.variable {color: #963}
-code .name.variable.instance {color: #33b}
-code .name.variable.class {color: #369}
-code .name.variable.global {color: #d70; font-weight: bold}
-code .name.constant {color: #036; font-weight: bold}
-code .name.label {color: #970; font-weight: bold}
-code .name.entity {color: #800; font-weight: bold}
-code .name.attribute {color: #00c}
-code .name.tag {color: #070}
-code .name.decorator {color: #555; font-weight: bold}
-
-code .string {background-color: #fff0f0}
-code .string.char {color: #04d; background-color: transparent}
-code .string.doc {color: #d42; background-color: transparent}
-code .string.interpol {background-color: #eee}
-code .string.escape {color: #666; font-weight: bold}
-code .string.regex {color: #000; background-color: #fff0f0}
-code .string.symbol {color: #a60; background-color: transparent}
-code .string.other {color: #d20}
-
-code .number {color: #60e}
-code .number.integer {color: #00d}
-code .number.float {color: #60e}
-code .number.hex {color: #058}
-code .number.oct {color: #40e}
diff --git a/includes/js/dojox/highlight/resources/pygments/default.css b/includes/js/dojox/highlight/resources/pygments/default.css
deleted file mode 100644
index f0b5f05..0000000
--- a/includes/js/dojox/highlight/resources/pygments/default.css
+++ /dev/null
@@ -1,28 +0,0 @@
-
-code {background-color: #f8f8f8}
-code .comment {color: #408080; font-style: italic}
-code .comment.preproc {color: #bc7a00; font-style: normal}
-code .keyword {color: #008000; font-weight: bold}
-code .keyword.pseudo {font-weight: normal}
-code .operator {color: #666}
-code .operator.word {color: #a2f}
-code .name.builtin {color: #008000}
-code .name.function {color: #00f}
-code .name.class {color: #00f; font-weight: bold}
-code .name.namespace {color: #00f; font-weight: bold}
-code .name.exception {color: #d2413a; font-weight: bold}
-code .name.variable {color: #19177c}
-code .name.constant {color: #800}
-code .name.label {color: #a0a000}
-code .name.entity {color: #999; font-weight: bold}
-code .name.attribute {color: #7d9029}
-code .name.tag {color: #008000; font-weight: bold}
-code .name.decorator {color: #a2f}
-code .string {color: #ba2121}
-code .string.doc {font-style: italic}
-code .string.interpol {color: #b68; font-weight: bold}
-code .string.escape {color: #b62; font-weight: bold}
-code .string.regex {color: #b68}
-code .string.symbol {color: #19177c}
-code .string.other {color: #008000}
-code .number {color: #666}
diff --git a/includes/js/dojox/highlight/resources/pygments/default.css.commented.css b/includes/js/dojox/highlight/resources/pygments/default.css.commented.css
deleted file mode 100644
index 9c13e30..0000000
--- a/includes/js/dojox/highlight/resources/pygments/default.css.commented.css
+++ /dev/null
@@ -1,35 +0,0 @@
-/* Pygments default style */
-
-code {background-color: #f8f8f8}
-
-code .comment {color: #408080; font-style: italic}
-code .comment.preproc {color: #bc7a00; font-style: normal}
-
-code .keyword {color: #008000; font-weight: bold}
-code .keyword.pseudo {font-weight: normal}
-
-code .operator {color: #666}
-code .operator.word {color: #a2f}
-
-code .name.builtin {color: #008000}
-code .name.function {color: #00f}
-code .name.class {color: #00f; font-weight: bold}
-code .name.namespace {color: #00f; font-weight: bold}
-code .name.exception {color: #d2413a; font-weight: bold}
-code .name.variable {color: #19177c}
-code .name.constant {color: #800}
-code .name.label {color: #a0a000}
-code .name.entity {color: #999; font-weight: bold}
-code .name.attribute {color: #7d9029}
-code .name.tag {color: #008000; font-weight: bold}
-code .name.decorator {color: #a2f}
-
-code .string {color: #ba2121}
-code .string.doc {font-style: italic}
-code .string.interpol {color: #b68; font-weight: bold}
-code .string.escape {color: #b62; font-weight: bold}
-code .string.regex {color: #b68}
-code .string.symbol {color: #19177c}
-code .string.other {color: #008000}
-
-code .number {color: #666}
diff --git a/includes/js/dojox/highlight/resources/pygments/emacs.css b/includes/js/dojox/highlight/resources/pygments/emacs.css
deleted file mode 100644
index 8c815ed..0000000
--- a/includes/js/dojox/highlight/resources/pygments/emacs.css
+++ /dev/null
@@ -1,29 +0,0 @@
-
-code {background-color: #f8f8f8}
-code .comment {color: #080; font-style: italic}
-code .comment.preproc {font-style: normal}
-code .comment.special {font-style: normal; font-weight: bold}
-code .keyword {color: #a2f; font-weight: bold}
-code .keyword.pseudo {font-weight: normal}
-code .operator {color: #666}
-code .operator.word {color: #a2f; font-weight: bold}
-code .name.builtin {color: #a2f}
-code .name.function {color: #00a000}
-code .name.class {color: #00f}
-code .name.namespace {color: #00f; font-weight: bold}
-code .name.exception {color: #d2413a; font-weight: bold}
-code .name.variable {color: #b8860b}
-code .name.constant {color: #800}
-code .name.label {color: #a0a000}
-code .name.entity {color: #999; font-weight: bold}
-code .name.attribute {color: #b44}
-code .name.tag {color: #008000; font-weight: bold}
-code .name.decorator {color: #a2f}
-code .string {color: #b44}
-code .string.doc {font-style: italic}
-code .string.interpol {color: #b68; font-weight: bold}
-code .string.escape {color: #b62; font-weight: bold}
-code .string.regex {color: #b68}
-code .string.symbol {color: #b8860b}
-code .string.other {color: #008000}
-code .number {color: #666}
diff --git a/includes/js/dojox/highlight/resources/pygments/emacs.css.commented.css b/includes/js/dojox/highlight/resources/pygments/emacs.css.commented.css
deleted file mode 100644
index ed391e1..0000000
--- a/includes/js/dojox/highlight/resources/pygments/emacs.css.commented.css
+++ /dev/null
@@ -1,36 +0,0 @@
-/* Pygments emacs style */
-
-code {background-color: #f8f8f8}
-
-code .comment {color: #080; font-style: italic}
-code .comment.preproc {font-style: normal}
-code .comment.special {font-style: normal; font-weight: bold}
-
-code .keyword {color: #a2f; font-weight: bold}
-code .keyword.pseudo {font-weight: normal}
-
-code .operator {color: #666}
-code .operator.word {color: #a2f; font-weight: bold}
-
-code .name.builtin {color: #a2f}
-code .name.function {color: #00a000}
-code .name.class {color: #00f}
-code .name.namespace {color: #00f; font-weight: bold}
-code .name.exception {color: #d2413a; font-weight: bold}
-code .name.variable {color: #b8860b}
-code .name.constant {color: #800}
-code .name.label {color: #a0a000}
-code .name.entity {color: #999; font-weight: bold}
-code .name.attribute {color: #b44}
-code .name.tag {color: #008000; font-weight: bold}
-code .name.decorator {color: #a2f}
-
-code .string {color: #b44}
-code .string.doc {font-style: italic}
-code .string.interpol {color: #b68; font-weight: bold}
-code .string.escape {color: #b62; font-weight: bold}
-code .string.regex {color: #b68}
-code .string.symbol {color: #b8860b}
-code .string.other {color: #008000}
-
-code .number {color: #666}
diff --git a/includes/js/dojox/highlight/resources/pygments/friendly.css b/includes/js/dojox/highlight/resources/pygments/friendly.css
deleted file mode 100644
index c4d392a..0000000
--- a/includes/js/dojox/highlight/resources/pygments/friendly.css
+++ /dev/null
@@ -1,29 +0,0 @@
-
-code {background-color: #f8f8f8}
-code .comment {color: #60a0b0; font-style: italic}
-code .comment.preproc {color: #007020; font-style: normal}
-code .comment.special {background-color: #fff0f0; font-style: normal}
-code .keyword {color: #007020; font-weight: bold}
-code .keyword.pseudo {font-weight: normal}
-code .operator {color: #666}
-code .operator.word {color: #007020; font-weight: bold}
-code .name.builtin {color: #007020}
-code .name.function {color: #06287e}
-code .name.class {color: #0e84b5; font-weight: bold}
-code .name.namespace {color: #0e84b5; font-weight: bold}
-code .name.exception {color: #007020}
-code .name.variable {color: #bb60d5}
-code .name.constant {color: #60add5}
-code .name.label {color: #002070; font-weight: bold}
-code .name.entity {color: #d55537; font-weight: bold}
-code .name.attribute {color: #4070a0}
-code .name.tag {color: #062873; font-weight: bold}
-code .name.decorator {color: #555; font-weight: bold}
-code .string {color: #4070a0}
-code .string.doc {font-style: italic}
-code .string.interpol {color: #70a0d0; font-style: italic}
-code .string.escape {color: #4070a0; font-weight: bold}
-code .string.regex {color: #235388}
-code .string.symbol {color: #517918}
-code .string.other {color: #c65d09}
-code .number {color: #40a070}
diff --git a/includes/js/dojox/highlight/resources/pygments/friendly.css.commented.css b/includes/js/dojox/highlight/resources/pygments/friendly.css.commented.css
deleted file mode 100644
index 7a1c36f..0000000
--- a/includes/js/dojox/highlight/resources/pygments/friendly.css.commented.css
+++ /dev/null
@@ -1,36 +0,0 @@
-/* Pygments friendly style */
-
-code {background-color: #f8f8f8}
-
-code .comment {color: #60a0b0; font-style: italic}
-code .comment.preproc {color: #007020; font-style: normal}
-code .comment.special {background-color: #fff0f0; font-style: normal}
-
-code .keyword {color: #007020; font-weight: bold}
-code .keyword.pseudo {font-weight: normal}
-
-code .operator {color: #666}
-code .operator.word {color: #007020; font-weight: bold}
-
-code .name.builtin {color: #007020}
-code .name.function {color: #06287e}
-code .name.class {color: #0e84b5; font-weight: bold}
-code .name.namespace {color: #0e84b5; font-weight: bold}
-code .name.exception {color: #007020}
-code .name.variable {color: #bb60d5}
-code .name.constant {color: #60add5}
-code .name.label {color: #002070; font-weight: bold}
-code .name.entity {color: #d55537; font-weight: bold}
-code .name.attribute {color: #4070a0}
-code .name.tag {color: #062873; font-weight: bold}
-code .name.decorator {color: #555; font-weight: bold}
-
-code .string {color: #4070a0}
-code .string.doc {font-style: italic}
-code .string.interpol {color: #70a0d0; font-style: italic}
-code .string.escape {color: #4070a0; font-weight: bold}
-code .string.regex {color: #235388}
-code .string.symbol {color: #517918}
-code .string.other {color: #c65d09}
-
-code .number {color: #40a070}
diff --git a/includes/js/dojox/highlight/resources/pygments/fruity.css b/includes/js/dojox/highlight/resources/pygments/fruity.css
deleted file mode 100644
index 019fa02..0000000
--- a/includes/js/dojox/highlight/resources/pygments/fruity.css
+++ /dev/null
@@ -1,14 +0,0 @@
-
-code {background-color: #111; color: #fff}
-code .comment {color: #080; background-color: #0f140f; font-style: italic}
-code .comment.preproc {color: #ff0007; font-weight: bold}
-code .keyword {color: #fb660a; font-weight: bold}
-code .keyword.pseudo {font-weight: normal}
-code .keyword.type {color: #cdcaa9; font-weight: bold}
-code .name.function {color: #ff0086; font-weight: bold}
-code .name.variable {color: #fb660a}
-code .name.constant {color: #0086d2}
-code .name.attribute {color: #ff0086; font-weight: bold}
-code .name.tag {color: #fb660a; font-weight: bold}
-code .string {color: #0086d2}
-code .number {color: #0086f7; font-weight: bold}
diff --git a/includes/js/dojox/highlight/resources/pygments/fruity.css.commented.css b/includes/js/dojox/highlight/resources/pygments/fruity.css.commented.css
deleted file mode 100644
index adf0b59..0000000
--- a/includes/js/dojox/highlight/resources/pygments/fruity.css.commented.css
+++ /dev/null
@@ -1,20 +0,0 @@
-/* Pygments fruity style */
-
-code {background-color: #111; color: #fff}
-
-code .comment {color: #080; background-color: #0f140f; font-style: italic}
-code .comment.preproc {color: #ff0007; font-weight: bold}
-
-code .keyword {color: #fb660a; font-weight: bold}
-code .keyword.pseudo {font-weight: normal}
-code .keyword.type {color: #cdcaa9; font-weight: bold}
-
-code .name.function {color: #ff0086; font-weight: bold}
-code .name.variable {color: #fb660a}
-code .name.constant {color: #0086d2}
-code .name.attribute {color: #ff0086; font-weight: bold}
-code .name.tag {color: #fb660a; font-weight: bold}
-
-code .string {color: #0086d2}
-
-code .number {color: #0086f7; font-weight: bold}
diff --git a/includes/js/dojox/highlight/resources/pygments/manni.css b/includes/js/dojox/highlight/resources/pygments/manni.css
deleted file mode 100644
index 0cbf7e6..0000000
--- a/includes/js/dojox/highlight/resources/pygments/manni.css
+++ /dev/null
@@ -1,30 +0,0 @@
-
-code {background-color: #f0f3f3}
-code .comment {color: #09f; font-style: italic}
-code .comment.preproc {color: #099; font-style: normal}
-code .comment.special {font-weight: bold}
-code .keyword {color: #069; font-weight: bold}
-code .keyword.pseudo {font-weight: normal}
-code .keyword.type {color: #078}
-code .operator {color: #555}
-code .operator.word {color: #000; font-weight: bold}
-code .name.builtin {color: #366}
-code .name.function {color: #c0f}
-code .name.class {color: #0a8; font-weight: bold}
-code .name.namespace {color: #0cf; font-weight: bold}
-code .name.exception {color: #c00; font-weight: bold}
-code .name.variable {color: #033}
-code .name.constant {color: #360}
-code .name.label {color: #99f}
-code .name.entity {color: #999; font-weight: bold}
-code .name.attribute {color: #309}
-code .name.tag {color: #309; font-weight: bold}
-code .name.decorator {color: #99f}
-code .string {color: #c30}
-code .string.doc {font-style: italic}
-code .string.interpol {color: #a00}
-code .string.escape {color: #c30; font-weight: bold}
-code .string.regex {color: #3aa}
-code .string.symbol {color: #fc3}
-code .string.other {color: #c30}
-code .number {color: #f60}
diff --git a/includes/js/dojox/highlight/resources/pygments/manni.css.commented.css b/includes/js/dojox/highlight/resources/pygments/manni.css.commented.css
deleted file mode 100644
index d9ba41a..0000000
--- a/includes/js/dojox/highlight/resources/pygments/manni.css.commented.css
+++ /dev/null
@@ -1,37 +0,0 @@
-/* Pygments manni style */
-
-code {background-color: #f0f3f3}
-
-code .comment {color: #09f; font-style: italic}
-code .comment.preproc {color: #099; font-style: normal}
-code .comment.special {font-weight: bold}
-
-code .keyword {color: #069; font-weight: bold}
-code .keyword.pseudo {font-weight: normal}
-code .keyword.type {color: #078}
-
-code .operator {color: #555}
-code .operator.word {color: #000; font-weight: bold}
-
-code .name.builtin {color: #366}
-code .name.function {color: #c0f}
-code .name.class {color: #0a8; font-weight: bold}
-code .name.namespace {color: #0cf; font-weight: bold}
-code .name.exception {color: #c00; font-weight: bold}
-code .name.variable {color: #033}
-code .name.constant {color: #360}
-code .name.label {color: #99f}
-code .name.entity {color: #999; font-weight: bold}
-code .name.attribute {color: #309}
-code .name.tag {color: #309; font-weight: bold}
-code .name.decorator {color: #99f}
-
-code .string {color: #c30}
-code .string.doc {font-style: italic}
-code .string.interpol {color: #a00}
-code .string.escape {color: #c30; font-weight: bold}
-code .string.regex {color: #3aa}
-code .string.symbol {color: #fc3}
-code .string.other {color: #c30}
-
-code .number {color: #f60}
diff --git a/includes/js/dojox/highlight/resources/pygments/murphy.css b/includes/js/dojox/highlight/resources/pygments/murphy.css
deleted file mode 100644
index 971b505..0000000
--- a/includes/js/dojox/highlight/resources/pygments/murphy.css
+++ /dev/null
@@ -1,37 +0,0 @@
-
-code .comment {color: #666; font-style: italic}
-code .comment.preproc {color: #579; font-style: normal}
-code .comment.special {color: #c00; font-weight: bold}
-code .keyword {color: #289; font-weight: bold}
-code .keyword.pseudo {color: #08f}
-code .keyword.type {color: #66f}
-code .operator {color: #333}
-code .operator.word {color: #000; font-weight: bold}
-code .name.builtin {color: #072}
-code .name.function {color: #5ed; font-weight: bold}
-code .name.class {color: #e9e; font-weight: bold}
-code .name.namespace {color: #0e84b5; font-weight: bold}
-code .name.exception {color: #f00; font-weight: bold}
-code .name.variable {color: #036}
-code .name.variable.instance {color: #aaf}
-code .name.variable.class {color: #ccf}
-code .name.variable.global {color: #f84}
-code .name.constant {color: #5ed; font-weight: bold}
-code .name.label {color: #970; font-weight: bold}
-code .name.entity {color: #800}
-code .name.attribute {color: #007}
-code .name.tag {color: #070}
-code .name.decorator {color: #555; font-weight: bold}
-code .string {background-color: #e0e0ff}
-code .string.char {color: #88f; background-color: transparent}
-code .string.doc {color: #d42; background-color: transparent}
-code .string.interpol {background-color: #eee}
-code .string.escape {color: #666; font-weight: bold}
-code .string.regex {color: #000; background-color: #e0e0ff}
-code .string.symbol {color: #fc8; background-color: transparent}
-code .string.other {color: #f88}
-code .number {color: #60e; font-weight: bold}
-code .number.integer {color: #66f; font-weight: bold}
-code .number.float {color: #60e; font-weight: bold}
-code .number.hex {color: #058; font-weight: bold}
-code .number.oct {color: #40e; font-weight: bold}
diff --git a/includes/js/dojox/highlight/resources/pygments/murphy.css.commented.css b/includes/js/dojox/highlight/resources/pygments/murphy.css.commented.css
deleted file mode 100644
index bea43b5..0000000
--- a/includes/js/dojox/highlight/resources/pygments/murphy.css.commented.css
+++ /dev/null
@@ -1,43 +0,0 @@
-/* Pygments murphy style */
-
-code .comment {color: #666; font-style: italic}
-code .comment.preproc {color: #579; font-style: normal}
-code .comment.special {color: #c00; font-weight: bold}
-
-code .keyword {color: #289; font-weight: bold}
-code .keyword.pseudo {color: #08f}
-code .keyword.type {color: #66f}
-
-code .operator {color: #333}
-code .operator.word {color: #000; font-weight: bold}
-
-code .name.builtin {color: #072}
-code .name.function {color: #5ed; font-weight: bold}
-code .name.class {color: #e9e; font-weight: bold}
-code .name.namespace {color: #0e84b5; font-weight: bold}
-code .name.exception {color: #f00; font-weight: bold}
-code .name.variable {color: #036}
-code .name.variable.instance {color: #aaf}
-code .name.variable.class {color: #ccf}
-code .name.variable.global {color: #f84}
-code .name.constant {color: #5ed; font-weight: bold}
-code .name.label {color: #970; font-weight: bold}
-code .name.entity {color: #800}
-code .name.attribute {color: #007}
-code .name.tag {color: #070}
-code .name.decorator {color: #555; font-weight: bold}
-
-code .string {background-color: #e0e0ff}
-code .string.char {color: #88f; background-color: transparent}
-code .string.doc {color: #d42; background-color: transparent}
-code .string.interpol {background-color: #eee}
-code .string.escape {color: #666; font-weight: bold}
-code .string.regex {color: #000; background-color: #e0e0ff}
-code .string.symbol {color: #fc8; background-color: transparent}
-code .string.other {color: #f88}
-
-code .number {color: #60e; font-weight: bold}
-code .number.integer {color: #66f; font-weight: bold}
-code .number.float {color: #60e; font-weight: bold}
-code .number.hex {color: #058; font-weight: bold}
-code .number.oct {color: #40e; font-weight: bold}
diff --git a/includes/js/dojox/highlight/resources/pygments/native.css b/includes/js/dojox/highlight/resources/pygments/native.css
deleted file mode 100644
index 47c361d..0000000
--- a/includes/js/dojox/highlight/resources/pygments/native.css
+++ /dev/null
@@ -1,21 +0,0 @@
-
-code {background-color: #202020; color: #d0d0d0}
-code .comment {color: #999; font-style: italic}
-code .comment.preproc {color: #cd2828; font-style: normal; font-weight: bold}
-code .comment.special {color: #e50808; font-style: normal; font-weight: bold; background-color: #520000}
-code .keyword {color: #6ab825; font-weight: bold}
-code .keyword.pseudo {font-weight: normal}
-code .operator.word {color: #6ab825; font-weight: bold}
-code .name.builtin {color: #24909d}
-code .name.function {color: #40ffff}
-code .name.class {color: #447fcf; text-decoration: underline}
-code .name.namespace {color: #447fcf; text-decoration: underline}
-code .name.exception {color: #bbb}
-code .name.variable {color: #40ffff}
-code .name.constant {color: #40ffff}
-code .name.attribute {color: #bbb}
-code .name.tag {color: #6ab825; font-weight: bold}
-code .name.decorator {color: #ffa500}
-code .string {color: #ed9d13}
-code .string.other {color: #ffa500}
-code .number {color: #3677a9}
diff --git a/includes/js/dojox/highlight/resources/pygments/native.css.commented.css b/includes/js/dojox/highlight/resources/pygments/native.css.commented.css
deleted file mode 100644
index 6d3306c..0000000
--- a/includes/js/dojox/highlight/resources/pygments/native.css.commented.css
+++ /dev/null
@@ -1,28 +0,0 @@
-/* Pygments native style */
-
-code {background-color: #202020; color: #d0d0d0}
-
-code .comment {color: #999; font-style: italic}
-code .comment.preproc {color: #cd2828; font-style: normal; font-weight: bold}
-code .comment.special {color: #e50808; font-style: normal; font-weight: bold; background-color: #520000}
-
-code .keyword {color: #6ab825; font-weight: bold}
-code .keyword.pseudo {font-weight: normal}
-
-code .operator.word {color: #6ab825; font-weight: bold}
-
-code .name.builtin {color: #24909d}
-code .name.function {color: #40ffff}
-code .name.class {color: #447fcf; text-decoration: underline}
-code .name.namespace {color: #447fcf; text-decoration: underline}
-code .name.exception {color: #bbb}
-code .name.variable {color: #40ffff}
-code .name.constant {color: #40ffff}
-code .name.attribute {color: #bbb}
-code .name.tag {color: #6ab825; font-weight: bold}
-code .name.decorator {color: #ffa500}
-
-code .string {color: #ed9d13}
-code .string.other {color: #ffa500}
-
-code .number {color: #3677a9}
diff --git a/includes/js/dojox/highlight/resources/pygments/pastie.css b/includes/js/dojox/highlight/resources/pygments/pastie.css
deleted file mode 100644
index d5e20e3..0000000
--- a/includes/js/dojox/highlight/resources/pygments/pastie.css
+++ /dev/null
@@ -1,30 +0,0 @@
-
-code .comment {color: #888}
-code .comment.preproc {color: #c00; font-weight: bold}
-code .comment.special {color: #c00; font-weight: bold; background-color: #fff0f0}
-code .keyword {color: #008800; font-weight: bold}
-code .keyword.pseudo {font-weight: normal}
-code .keyword.type {color: #888}
-code .operator.word {color: #080}
-code .name.builtin {color: #038}
-code .name.function {color: #06b; font-weight: bold}
-code .name.class {color: #b06; font-weight: bold}
-code .name.namespace {color: #b06; font-weight: bold}
-code .name.exception {color: #b06; font-weight: bold}
-code .name.variable {color: #369}
-code .name.variable.class {color: #369}
-code .name.variable.instance {color: #33b}
-code .name.variable.global {color: #d70}
-code .name.constant {color: #036; font-weight: bold}
-code .name.label {color: #369; font-style: italic}
-code .name.attribute {color: #369}
-code .name.tag {color: #b06; font-weight: bold}
-code .name.decorator {color: #555}
-code .name.property {color: #369; font-weight: bold}
-code .string {color: #d20; background-color: #fff0f0}
-code .string.interpol {color: #33b}
-code .string.escape {color: #04d}
-code .string.regex {color: #080; background-color: #fff0f0}
-code .string.symbol {color: #a60}
-code .string.other {color: #2b2; background-color: #f0fff0}
-code .number {color: #00d; font-weight: bold}
diff --git a/includes/js/dojox/highlight/resources/pygments/pastie.css.commented.css b/includes/js/dojox/highlight/resources/pygments/pastie.css.commented.css
deleted file mode 100644
index 5b11cae..0000000
--- a/includes/js/dojox/highlight/resources/pygments/pastie.css.commented.css
+++ /dev/null
@@ -1,36 +0,0 @@
-/* Pygments pastie style */
-
-code .comment {color: #888}
-code .comment.preproc {color: #c00; font-weight: bold}
-code .comment.special {color: #c00; font-weight: bold; background-color: #fff0f0}
-
-code .keyword {color: #008800; font-weight: bold}
-code .keyword.pseudo {font-weight: normal}
-code .keyword.type {color: #888}
-
-code .operator.word {color: #080}
-
-code .name.builtin {color: #038}
-code .name.function {color: #06b; font-weight: bold}
-code .name.class {color: #b06; font-weight: bold}
-code .name.namespace {color: #b06; font-weight: bold}
-code .name.exception {color: #b06; font-weight: bold}
-code .name.variable {color: #369}
-code .name.variable.class {color: #369}
-code .name.variable.instance {color: #33b}
-code .name.variable.global {color: #d70}
-code .name.constant {color: #036; font-weight: bold}
-code .name.label {color: #369; font-style: italic}
-code .name.attribute {color: #369}
-code .name.tag {color: #b06; font-weight: bold}
-code .name.decorator {color: #555}
-code .name.property {color: #369; font-weight: bold}
-
-code .string {color: #d20; background-color: #fff0f0}
-code .string.interpol {color: #33b}
-code .string.escape {color: #04d}
-code .string.regex {color: #080; background-color: #fff0f0}
-code .string.symbol {color: #a60}
-code .string.other {color: #2b2; background-color: #f0fff0}
-
-code .number {color: #00d; font-weight: bold}
diff --git a/includes/js/dojox/highlight/resources/pygments/perldoc.css b/includes/js/dojox/highlight/resources/pygments/perldoc.css
deleted file mode 100644
index e9253e6..0000000
--- a/includes/js/dojox/highlight/resources/pygments/perldoc.css
+++ /dev/null
@@ -1,23 +0,0 @@
-
-code {background-color: #eed}
-code .comment {color: #228b22}
-code .comment.preproc {color: #1e889b}
-code .comment.special {color: #8b008b; font-weight: bold}
-code .keyword {color: #8b008b; font-weight: bold}
-code .keyword.type {color: #a7a7a7}
-code .operator.word {color: #8b008b}
-code .name.builtin {color: #658b00}
-code .name.function {color: #008b45}
-code .name.class {color: #008b45; font-weight: bold}
-code .name.namespace {color: #008b45; text-decoration: underline}
-code .name.exception {color: #008b45; font-weight: bold}
-code .name.variable {color: #00688b}
-code .name.constant {color: #00688b}
-code .name.attribute {color: #658b00}
-code .name.tag {color: #8b008b; font-weight: bold}
-code .name.decorator {color: #707a7c}
-code .string {color: #cd5555}
-code .string.regex {color: #1c7e71}
-code .string.other {color: #cb6c20}
-code .string.heredoc {color: #1c7e71; font-style: italic}
-code .number {color: #b452cd}
diff --git a/includes/js/dojox/highlight/resources/pygments/perldoc.css.commented.css b/includes/js/dojox/highlight/resources/pygments/perldoc.css.commented.css
deleted file mode 100644
index 2a56e2f..0000000
--- a/includes/js/dojox/highlight/resources/pygments/perldoc.css.commented.css
+++ /dev/null
@@ -1,30 +0,0 @@
-/* Pygments perldoc style */
-
-code {background-color: #eed}
-
-code .comment {color: #228b22}
-code .comment.preproc {color: #1e889b}
-code .comment.special {color: #8b008b; font-weight: bold}
-
-code .keyword {color: #8b008b; font-weight: bold}
-code .keyword.type {color: #a7a7a7}
-
-code .operator.word {color: #8b008b}
-
-code .name.builtin {color: #658b00}
-code .name.function {color: #008b45}
-code .name.class {color: #008b45; font-weight: bold}
-code .name.namespace {color: #008b45; text-decoration: underline}
-code .name.exception {color: #008b45; font-weight: bold}
-code .name.variable {color: #00688b}
-code .name.constant {color: #00688b}
-code .name.attribute {color: #658b00}
-code .name.tag {color: #8b008b; font-weight: bold}
-code .name.decorator {color: #707a7c}
-
-code .string {color: #cd5555}
-code .string.regex {color: #1c7e71}
-code .string.other {color: #cb6c20}
-code .string.heredoc {color: #1c7e71; font-style: italic}
-
-code .number {color: #b452cd}
diff --git a/includes/js/dojox/highlight/resources/pygments/trac.css b/includes/js/dojox/highlight/resources/pygments/trac.css
deleted file mode 100644
index 2085719..0000000
--- a/includes/js/dojox/highlight/resources/pygments/trac.css
+++ /dev/null
@@ -1,20 +0,0 @@
-
-code .comment {color: #998; font-style: italic}
-code .comment.preproc {color: #999; font-style: normal; font-weight: bold}
-code .comment.special {color: #999; font-weight: bold}
-code .keyword {font-weight: bold}
-code .keyword.type {color: #458}
-code .operator {font-weight: bold}
-code .name.builtin {color: #999}
-code .name.function {color: #900; font-weight: bold}
-code .name.class {color: #458; font-weight: bold}
-code .name.namespace {color: #555}
-code .name.exception {color: #900; font-weight: bold}
-code .name.variable {color: #008080}
-code .name.constant {color: #008080}
-code .name.entity {color: #800080}
-code .name.attribute {color: #008080}
-code .name.tag {color: #000080}
-code .string {color: #b84}
-code .string.regex {color: #808000}
-code .number {color: #099}
diff --git a/includes/js/dojox/highlight/resources/pygments/trac.css.commented.css b/includes/js/dojox/highlight/resources/pygments/trac.css.commented.css
deleted file mode 100644
index 127b1fb..0000000
--- a/includes/js/dojox/highlight/resources/pygments/trac.css.commented.css
+++ /dev/null
@@ -1,26 +0,0 @@
-/* Pygments trac style */
-
-code .comment {color: #998; font-style: italic}
-code .comment.preproc {color: #999; font-style: normal; font-weight: bold}
-code .comment.special {color: #999; font-weight: bold}
-
-code .keyword {font-weight: bold}
-code .keyword.type {color: #458}
-
-code .operator {font-weight: bold}
-
-code .name.builtin {color: #999}
-code .name.function {color: #900; font-weight: bold}
-code .name.class {color: #458; font-weight: bold}
-code .name.namespace {color: #555}
-code .name.exception {color: #900; font-weight: bold}
-code .name.variable {color: #008080}
-code .name.constant {color: #008080}
-code .name.entity {color: #800080}
-code .name.attribute {color: #008080}
-code .name.tag {color: #000080}
-
-code .string {color: #b84}
-code .string.regex {color: #808000}
-
-code .number {color: #099}