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-euphoria.css | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 data/paste-euphoria.css (limited to 'data/paste-euphoria.css') diff --git a/data/paste-euphoria.css b/data/paste-euphoria.css deleted file mode 100644 index 2726c08d2..000000000 --- a/data/paste-euphoria.css +++ /dev/null @@ -1,18 +0,0 @@ -.euphoria .de1, .euphoria .de2 {font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;} -.euphoria {font-family:monospace;} -.euphoria .imp {font-weight: bold; color: red;} -.euphoria li, .euphoria .li1 {font-weight: normal; vertical-align:top;} -.euphoria .ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;} -.euphoria .li2 {font-weight: bold; vertical-align:top;} -.euphoria .kw1 {color: #0000ff; font-weight: bold;} -.euphoria .kw2 {color: #cc33ff; font-weight: bold;} -.euphoria .co1 {color: #ff0000; font-style: italic;} -.euphoria .es0 {color: #009900; font-weight: bold;} -.euphoria .br0 {color: #999900; font-weight: bold;} -.euphoria .sy0 {color: #999900;} -.euphoria .sy1 {color: #333333;} -.euphoria .sy2 {color: #333333; font-style: bold} -.euphoria .st0 {color: #00cc00;} -.euphoria .nu0 {color: #cc33cc; font-style: italic} -.euphoria .ln-xtra, .euphoria li.ln-xtra, .euphoria div.ln-xtra {background-color: #ffc;} -.euphoria span.xtra { display:block; } -- cgit v1.2.3-24-g4f1b