From 71273d9477b88cca86e6724491c1ea337ee96f05 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Wed, 13 Jun 2012 21:27:14 +0200 Subject: switch to pygments - faster than geshi - easier to modify the css because there is only one - geshi upstream seems pretty dead Signed-off-by: Florian Pritz --- data/paste-smalltalk.css | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 data/paste-smalltalk.css (limited to 'data/paste-smalltalk.css') diff --git a/data/paste-smalltalk.css b/data/paste-smalltalk.css deleted file mode 100644 index 041e029dd..000000000 --- a/data/paste-smalltalk.css +++ /dev/null @@ -1,19 +0,0 @@ -.smalltalk .de1, .smalltalk .de2 {font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;} -.smalltalk {font-family:monospace;} -.smalltalk .imp {font-weight: bold; color: red;} -.smalltalk li, .smalltalk .li1 {font-weight: normal; vertical-align:top;} -.smalltalk .ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;} -.smalltalk .li2 {font-weight: bold; vertical-align:top;} -.smalltalk .kw1 {color: #7f007f;} -.smalltalk .coMULTI {color: #007f00; font-style: italic;} -.smalltalk .sy0 {color: #000066; font-weight:bold;} -.smalltalk .st0 {color: #7f0000;} -.smalltalk .nu0 {color: #7f0000;} -.smalltalk .re0 {color: #0000ff;} -.smalltalk .re1 {color: #7f0000;} -.smalltalk .re2 {color: #7f0000;} -.smalltalk .re3 {color: #00007f;} -.smalltalk .re5 {color: #00007f;} -.smalltalk .re6 {color: #00007f;} -.smalltalk .ln-xtra, .smalltalk li.ln-xtra, .smalltalk div.ln-xtra {background-color: #ffc;} -.smalltalk span.xtra { display:block; } -- cgit v1.2.3-24-g4f1b