diff options
author | Florian Pritz <bluewind@xinu.at> | 2012-06-13 21:27:14 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2012-08-16 16:31:28 +0200 |
commit | 71273d9477b88cca86e6724491c1ea337ee96f05 (patch) | |
tree | b5b0d73085775d9aacae2871a0d57faa99ea72ca /data/paste-gdb.css | |
parent | 789ffb00e6d25af4409d26dce04d211e365f2d58 (diff) |
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 <bluewind@xinu.at>
Diffstat (limited to 'data/paste-gdb.css')
-rw-r--r-- | data/paste-gdb.css | 22 |
1 files changed, 0 insertions, 22 deletions
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; } |