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-gnuplot.css | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 data/paste-gnuplot.css (limited to 'data/paste-gnuplot.css') diff --git a/data/paste-gnuplot.css b/data/paste-gnuplot.css deleted file mode 100644 index 8f04297f4..000000000 --- a/data/paste-gnuplot.css +++ /dev/null @@ -1,21 +0,0 @@ -.gnuplot .de1, .gnuplot .de2 {font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;} -.gnuplot {font-family:monospace;} -.gnuplot .imp {font-weight: bold; color: red;} -.gnuplot li, .gnuplot .li1 {font-weight: normal; vertical-align:top;} -.gnuplot .ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;} -.gnuplot .li2 {font-weight: bold; vertical-align:top;} -.gnuplot .kw1 {color: #b1b100;} -.gnuplot .kw2 {color: #990000;} -.gnuplot .kw3 {color: #550000;} -.gnuplot .kw4 {color: #7a0874;} -.gnuplot .kw5 {color: #448888;} -.gnuplot .co1 {color: #adadad; font-style: italic;} -.gnuplot .es0 {color: #000099; font-weight:bold;} -.gnuplot .br0 {color: #000099; font-weight:bold;} -.gnuplot .sy0 {color: #000; font-weight: bold;} -.gnuplot .st0 {color: #0000ff;} -.gnuplot .nu0 {color: #cc66cc;} -.gnuplot .re0 {color: #007800;} -.gnuplot .re1 {color: #cc66cc;} -.gnuplot .ln-xtra, .gnuplot li.ln-xtra, .gnuplot div.ln-xtra {background-color: #ffc;} -.gnuplot span.xtra { display:block; } -- cgit v1.2.3-24-g4f1b