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-gml.css | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 data/paste-gml.css (limited to 'data/paste-gml.css') diff --git a/data/paste-gml.css b/data/paste-gml.css deleted file mode 100644 index 052286d25..000000000 --- a/data/paste-gml.css +++ /dev/null @@ -1,20 +0,0 @@ -.gml .de1, .gml .de2 {font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;} -.gml {font-family:monospace;} -.gml .imp {font-weight: bold; color: red;} -.gml li, .gml .li1 {font-weight: normal; vertical-align:top;} -.gml .ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;} -.gml .li2 {font-weight: bold; vertical-align:top;} -.gml .kw1 {font-weight: bold; color: #000000;} -.gml .kw2 {font-weight: bold; color: #000000;} -.gml .kw3 {color: navy;} -.gml .kw4 {color: #663300;} -.gml .co1 {font-style: italic; color: green;} -.gml .coMULTI {font-style: italic; color: green;} -.gml .es0 {color: #000099; font-weight: bold;} -.gml .br0 {color: #000000;} -.gml .sy0 {color: #66cc66; font-weight: bold;} -.gml .st0 {color: #ff0000;} -.gml .nu0 {color: #cc66cc;} -.gml .me1 {color: #202020;} -.gml .ln-xtra, .gml li.ln-xtra, .gml div.ln-xtra {background-color: #ffc;} -.gml span.xtra { display:block; } -- cgit v1.2.3-24-g4f1b