summaryrefslogtreecommitdiffstatshomepage
path: root/includes/js/dojox/highlight/resources/pygments/pastie.css
diff options
context:
space:
mode:
authorGravatar mensonge2008-11-14 15:39:19 +0000
committerGravatar mensonge2008-11-14 15:39:19 +0000
commit1c5685d68f1b73270fb814fe04cbb490eb90ba5f (patch)
tree3d3ada08a934b96fc31531f1327690d7edc6f766 /includes/js/dojox/highlight/resources/pygments/pastie.css
parent104d59099e048688c4dbac37d72137006e396558 (diff)
downloadscuttle-1c5685d68f1b73270fb814fe04cbb490eb90ba5f.tar.gz
scuttle-1c5685d68f1b73270fb814fe04cbb490eb90ba5f.zip
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
Diffstat (limited to 'includes/js/dojox/highlight/resources/pygments/pastie.css')
-rw-r--r--includes/js/dojox/highlight/resources/pygments/pastie.css30
1 files changed, 0 insertions, 30 deletions
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}