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-gdb.css | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 data/paste-gdb.css (limited to 'data/paste-gdb.css') diff --git a/data/paste-gdb.css b/data/paste-gdb.css deleted file mode 100644 index 1952cf84b..000000000 --- a/data/paste-gdb.css +++ /dev/null @@ -1,22 +0,0 @@ -.gdb .de1, .gdb .de2 {font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;} -.gdb {font-family:monospace;} -.gdb .imp {font-weight: bold; color: red;} -.gdb li, .gdb .li1 {font-weight: normal; vertical-align:top;} -.gdb .ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;} -.gdb .li2 {font-weight: bold; vertical-align:top;} -.gdb .kw0 {font-weight:bold;} -.gdb .kw1 {font-weight:bold; color: #ff0000;} -.gdb .br0 {font-weight:bold;} -.gdb .st0 {color: #933;} -.gdb .re0 {color: #000066; font-weight:bold;} -.gdb .re1 {color: #006600;} -.gdb .re2 {color: #B07E00;} -.gdb .re3 {color: #0057AE; text-style:italic;} -.gdb .re4 {color: #0057AE; text-style:italic;} -.gdb .re5 {color: #442886;} -.gdb .re6 {color: #442886; font-weight:bold;} -.gdb .re7 {color: #FF0000; font-weight:bold;} -.gdb .re8 {color: #006E26;} -.gdb .re9 {color: #555;} -.gdb .ln-xtra, .gdb li.ln-xtra, .gdb div.ln-xtra {background-color: #ffc;} -.gdb span.xtra { display:block; } -- cgit v1.2.3-24-g4f1b