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-typoscript.css | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 data/paste-typoscript.css (limited to 'data/paste-typoscript.css') diff --git a/data/paste-typoscript.css b/data/paste-typoscript.css deleted file mode 100644 index 6fff4ec12..000000000 --- a/data/paste-typoscript.css +++ /dev/null @@ -1,35 +0,0 @@ -.typoscript .de1, .typoscript .de2 {font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;} -.typoscript {font-family:monospace;} -.typoscript .imp {font-weight: bold; color: red;} -.typoscript li, .typoscript .li1 {font-weight: normal; vertical-align:top;} -.typoscript .ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;} -.typoscript .li2 {font-weight: bold; vertical-align:top;} -.typoscript .kw1 {color: #ed7d14;} -.typoscript .kw2 {font-weight: bold;} -.typoscript .kw3 {color: #990000; font-weight: bold;} -.typoscript .kw4 {color: #990000; font-weight: bold;} -.typoscript .kw5 {color: #990000; font-weight: bold;} -.typoscript .kw6 {color: #990000; font-weight: bold;} -.typoscript .kw7 {color: #990000; font-weight: bold;} -.typoscript .kw8 {font-weight: bold;} -.typoscript .kw9 {color: #990000; font-weight: bold;} -.typoscript .co1 {color: #aaa; font-style: italic;} -.typoscript .co2 {color: #aaa; font-style: italic;} -.typoscript .coMULTI {color: #aaa; font-style: italic;} -.typoscript .br0 {color: #009900;} -.typoscript .sy0 {color: #339933; font-weight: bold;} -.typoscript .sy1 {color: #009900; font-weight: bold;} -.typoscript .st0 {color: #ac14aa;} -.typoscript .nu0 {color: #cc0000;} -.typoscript .me1 {color: #0000e0; font-weight: bold;} -.typoscript .me2 {color: #0000e0; font-weight: bold;} -.typoscript .re0 {color: #009900;} -.typoscript .re1 {color: #009900; font-weight: bold;} -.typoscript .re2 {color: #3366CC;} -.typoscript .re3 {color: #000066; font-weight: bold;} -.typoscript .re4 {color: #ed7d14;} -.typoscript .re5 {color: #000066; font-weight: bold;} -.typoscript .re6 {color: #009900;} -.typoscript .re7 {color: #3366CC;} -.typoscript .ln-xtra, .typoscript li.ln-xtra, .typoscript div.ln-xtra {background-color: #ffc;} -.typoscript span.xtra { display:block; } -- cgit v1.2.3-24-g4f1b