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-vb.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-vb.css')
-rw-r--r-- | data/paste-vb.css | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/data/paste-vb.css b/data/paste-vb.css deleted file mode 100644 index d8f35c141..000000000 --- a/data/paste-vb.css +++ /dev/null @@ -1,17 +0,0 @@ -.vb .de1, .vb .de2 {font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;} -.vb {font-family:monospace;} -.vb .imp {font-weight: bold; color: red;} -.vb li, .vb .li1 {font-weight: normal; vertical-align:top;} -.vb .ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;} -.vb .li2 {font-weight: bold; vertical-align:top;} -.vb .kw1 {color: #F660AB; font-weight: bold;} -.vb .kw2 {color: #E56717; font-weight: bold;} -.vb .kw3 {color: #8D38C9; font-weight: bold;} -.vb .kw4 {color: #151B8D; font-weight: bold;} -.vb .kw5 {color: #00C2FF; font-weight: bold;} -.vb .kw6 {color: #3EA99F; font-weight: bold;} -.vb .co1 {color: #008000;} -.vb .es0 {color: #800000; font-weight: bold;} -.vb .st0 {color: #800000;} -.vb .ln-xtra, .vb li.ln-xtra, .vb div.ln-xtra {background-color: #ffc;} -.vb span.xtra { display:block; } |