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-bnf.css | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 data/paste-bnf.css (limited to 'data/paste-bnf.css') diff --git a/data/paste-bnf.css b/data/paste-bnf.css deleted file mode 100644 index 4c6505208..000000000 --- a/data/paste-bnf.css +++ /dev/null @@ -1,17 +0,0 @@ -.bnf .de1, .bnf .de2 {font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;} -.bnf {font-family:monospace;} -.bnf .imp {font-weight: bold; color: red;} -.bnf li, .bnf .li1 {font-weight: normal; vertical-align:top;} -.bnf .ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;} -.bnf .li2 {font-weight: bold; vertical-align:top;} -.bnf .co0 {color: #666666; font-style: italic;} -.bnf .sy0 {color: #000066; font-weight: bold;} -.bnf .sy1 {color: #000066; font-weight: bold;} -.bnf .sy2 {color: #000066; font-weight: bold;} -.bnf .sy3 {color: #000066; font-weight: bold;} -.bnf .sy4 {color: #006600; font-weight: bold;} -.bnf .st0 {color: #a00;} -.bnf .st1 {color: #a00;} -.bnf .re0 {color: #007;} -.bnf .ln-xtra, .bnf li.ln-xtra, .bnf div.ln-xtra {background-color: #ffc;} -.bnf span.xtra { display:block; } -- cgit v1.2.3-24-g4f1b