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-6502tasm.css | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 data/paste-6502tasm.css (limited to 'data/paste-6502tasm.css') diff --git a/data/paste-6502tasm.css b/data/paste-6502tasm.css deleted file mode 100644 index a63c3b02b..000000000 --- a/data/paste-6502tasm.css +++ /dev/null @@ -1,23 +0,0 @@ -._6502tasm .de1, ._6502tasm .de2 {font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;} -._6502tasm {font-family:monospace;} -._6502tasm .imp {font-weight: bold; color: red;} -._6502tasm li, ._6502tasm .li1 {font-weight: normal; vertical-align:top;} -._6502tasm .ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;} -._6502tasm .li2 {font-weight: bold; vertical-align:top;} -._6502tasm .kw1 {color: #00f; font-weight:bold;} -._6502tasm .kw2 {color: #00f; font-weight:bold;} -._6502tasm .kw3 {color: #080; font-weight:bold;} -._6502tasm .kw4 {color: #f00; font-weight:bold;} -._6502tasm .kw5 {color: #80f; font-weight:bold;} -._6502tasm .kw6 {color: #f08; font-weight:bold;} -._6502tasm .kw7 {color: #a04; font-weight:bold; font-style: italic;} -._6502tasm .co1 {color: #999; font-style: italic;} -._6502tasm .es0 {color: #009; font-weight: bold;} -._6502tasm .br0 {color: #000;} -._6502tasm .sy0 {color: #080;} -._6502tasm .st0 {color: #080;} -._6502tasm .nu0 {color: #f00;} -._6502tasm .nu5 {color: #f00;} -._6502tasm .nu13 {color: #f00;} -._6502tasm .ln-xtra, ._6502tasm li.ln-xtra, ._6502tasm div.ln-xtra {background-color: #ffc;} -._6502tasm span.xtra { display:block; } -- cgit v1.2.3-24-g4f1b