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-4cs.css | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 data/paste-4cs.css (limited to 'data/paste-4cs.css') diff --git a/data/paste-4cs.css b/data/paste-4cs.css deleted file mode 100644 index b69507f41..000000000 --- a/data/paste-4cs.css +++ /dev/null @@ -1,17 +0,0 @@ -._4cs .de1, ._4cs .de2 {font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;} -._4cs {font-family:monospace;} -._4cs .imp {font-weight: bold; color: red;} -._4cs li, ._4cs .li1 {font-weight: normal; vertical-align:top;} -._4cs .ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;} -._4cs .li2 {font-weight: bold; vertical-align:top;} -._4cs .kw1 {color: #0000C0; font-weight: bold;} -._4cs .kw2 {color: #808080;} -._4cs .co1 {color: #008000;} -._4cs .es0 {color: #000099;} -._4cs .br0 {color: #000080;} -._4cs .sy0 {color: #000080;} -._4cs .st0 {color: #800080;} -._4cs .nu0 {color: #cc66cc;} -._4cs .me1 {color: #66cc66;} -._4cs .ln-xtra, ._4cs li.ln-xtra, ._4cs div.ln-xtra {background-color: #ffc;} -._4cs span.xtra { display:block; } -- cgit v1.2.3-24-g4f1b