From 1c5685d68f1b73270fb814fe04cbb490eb90ba5f Mon Sep 17 00:00:00 2001 From: mensonge Date: Fri, 14 Nov 2008 15:39:19 +0000 Subject: Minor fix: Remove DOJO library (60Mo) replaced by link to Google CDN (online DOJO library) git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@159 b3834d28-1941-0410-a4f8-b48e95affb8f --- .../js/dojox/highlight/resources/highlight.css | 51 ------------------- .../resources/highlight.css.commented.css | 58 ---------------------- .../dojox/highlight/resources/pygments/autumn.css | 22 -------- .../resources/pygments/autumn.css.commented.css | 28 ----------- .../dojox/highlight/resources/pygments/borland.css | 11 ---- .../resources/pygments/borland.css.commented.css | 17 ------- .../highlight/resources/pygments/colorful.css | 37 -------------- .../resources/pygments/colorful.css.commented.css | 43 ---------------- .../dojox/highlight/resources/pygments/default.css | 28 ----------- .../resources/pygments/default.css.commented.css | 35 ------------- .../dojox/highlight/resources/pygments/emacs.css | 29 ----------- .../resources/pygments/emacs.css.commented.css | 36 -------------- .../highlight/resources/pygments/friendly.css | 29 ----------- .../resources/pygments/friendly.css.commented.css | 36 -------------- .../dojox/highlight/resources/pygments/fruity.css | 14 ------ .../resources/pygments/fruity.css.commented.css | 20 -------- .../dojox/highlight/resources/pygments/manni.css | 30 ----------- .../resources/pygments/manni.css.commented.css | 37 -------------- .../dojox/highlight/resources/pygments/murphy.css | 37 -------------- .../resources/pygments/murphy.css.commented.css | 43 ---------------- .../dojox/highlight/resources/pygments/native.css | 21 -------- .../resources/pygments/native.css.commented.css | 28 ----------- .../dojox/highlight/resources/pygments/pastie.css | 30 ----------- .../resources/pygments/pastie.css.commented.css | 36 -------------- .../dojox/highlight/resources/pygments/perldoc.css | 23 --------- .../resources/pygments/perldoc.css.commented.css | 30 ----------- .../js/dojox/highlight/resources/pygments/trac.css | 20 -------- .../resources/pygments/trac.css.commented.css | 26 ---------- 28 files changed, 855 deletions(-) delete mode 100644 includes/js/dojox/highlight/resources/highlight.css delete mode 100644 includes/js/dojox/highlight/resources/highlight.css.commented.css delete mode 100644 includes/js/dojox/highlight/resources/pygments/autumn.css delete mode 100644 includes/js/dojox/highlight/resources/pygments/autumn.css.commented.css delete mode 100644 includes/js/dojox/highlight/resources/pygments/borland.css delete mode 100644 includes/js/dojox/highlight/resources/pygments/borland.css.commented.css delete mode 100644 includes/js/dojox/highlight/resources/pygments/colorful.css delete mode 100644 includes/js/dojox/highlight/resources/pygments/colorful.css.commented.css delete mode 100644 includes/js/dojox/highlight/resources/pygments/default.css delete mode 100644 includes/js/dojox/highlight/resources/pygments/default.css.commented.css delete mode 100644 includes/js/dojox/highlight/resources/pygments/emacs.css delete mode 100644 includes/js/dojox/highlight/resources/pygments/emacs.css.commented.css delete mode 100644 includes/js/dojox/highlight/resources/pygments/friendly.css delete mode 100644 includes/js/dojox/highlight/resources/pygments/friendly.css.commented.css delete mode 100644 includes/js/dojox/highlight/resources/pygments/fruity.css delete mode 100644 includes/js/dojox/highlight/resources/pygments/fruity.css.commented.css delete mode 100644 includes/js/dojox/highlight/resources/pygments/manni.css delete mode 100644 includes/js/dojox/highlight/resources/pygments/manni.css.commented.css delete mode 100644 includes/js/dojox/highlight/resources/pygments/murphy.css delete mode 100644 includes/js/dojox/highlight/resources/pygments/murphy.css.commented.css delete mode 100644 includes/js/dojox/highlight/resources/pygments/native.css delete mode 100644 includes/js/dojox/highlight/resources/pygments/native.css.commented.css delete mode 100644 includes/js/dojox/highlight/resources/pygments/pastie.css delete mode 100644 includes/js/dojox/highlight/resources/pygments/pastie.css.commented.css delete mode 100644 includes/js/dojox/highlight/resources/pygments/perldoc.css delete mode 100644 includes/js/dojox/highlight/resources/pygments/perldoc.css.commented.css delete mode 100644 includes/js/dojox/highlight/resources/pygments/trac.css delete mode 100644 includes/js/dojox/highlight/resources/pygments/trac.css.commented.css (limited to 'includes/js/dojox/highlight/resources') diff --git a/includes/js/dojox/highlight/resources/highlight.css b/includes/js/dojox/highlight/resources/highlight.css deleted file mode 100644 index 45a61a3..0000000 --- a/includes/js/dojox/highlight/resources/highlight.css +++ /dev/null @@ -1,51 +0,0 @@ - -.string, -.function .title, -.class .title, -.tag .attribute .value, -.css .rules .value, -.preprocessor, -.ruby .symbol, -.ruby .instancevar, -.ruby .class .parent, -.built_in, -.sql .aggregate, -.django .template_tag, -.django .variable, -.smalltalk .class { - color: #800; -} -.comment, -.java .annotation, -.template_comment { - color: #888; -} -.number, -.regexp, -.javascript .literal, -.smalltalk .symbol, -.smalltalk .char { - color: #080; -} -.javadoc, -.ruby .string, -.python .decorator, -.django .filter .argument, -.smalltalk .localvars, -.smalltalk .array, -.css .attr_selector, -.xml .pi { - color: #88F; -} -.keyword, -.css .id, -.phpdoc, -.function .title, -.class .title, -.vbscript .built_in, -.sql .aggregate, -.rsl .built_in, -.smalltalk .class, -.xml .tag .title { - font-weight: bold; -} diff --git a/includes/js/dojox/highlight/resources/highlight.css.commented.css b/includes/js/dojox/highlight/resources/highlight.css.commented.css deleted file mode 100644 index eddef1f..0000000 --- a/includes/js/dojox/highlight/resources/highlight.css.commented.css +++ /dev/null @@ -1,58 +0,0 @@ -/* -You can use this file as is or as a starting point for you own styling -*/ - -.string, -.function .title, -.class .title, -.tag .attribute .value, -.css .rules .value, -.preprocessor, -.ruby .symbol, -.ruby .instancevar, -.ruby .class .parent, -.built_in, -.sql .aggregate, -.django .template_tag, -.django .variable, -.smalltalk .class { - color: #800; -} - -.comment, -.java .annotation, -.template_comment { - color: #888; -} - -.number, -.regexp, -.javascript .literal, -.smalltalk .symbol, -.smalltalk .char { - color: #080; -} - -.javadoc, -.ruby .string, -.python .decorator, -.django .filter .argument, -.smalltalk .localvars, -.smalltalk .array, -.css .attr_selector, -.xml .pi { - color: #88F; -} - -.keyword, -.css .id, -.phpdoc, -.function .title, -.class .title, -.vbscript .built_in, -.sql .aggregate, -.rsl .built_in, -.smalltalk .class, -.xml .tag .title { - font-weight: bold; -} 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} -- cgit v1.2.3-54-g00ecf