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-qbasic.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-qbasic.css')
-rw-r--r-- | data/paste-qbasic.css | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/data/paste-qbasic.css b/data/paste-qbasic.css deleted file mode 100644 index 19174073b..000000000 --- a/data/paste-qbasic.css +++ /dev/null @@ -1,20 +0,0 @@ -.qbasic .de1, .qbasic .de2 {font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;} -.qbasic {font-family:monospace;} -.qbasic .imp {font-weight: bold; color: red;} -.qbasic li, .qbasic .li1 {font-weight: normal; vertical-align:top;} -.qbasic .ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;} -.qbasic .li2 {font-weight: bold; vertical-align:top;} -.qbasic .kw1 {color: #a1a100;} -.qbasic .kw3 {color: #000066;} -.qbasic .co1 {color: #808080;} -.qbasic .co2 {color: #808080;} -.qbasic .co3 {color: #8080C0;} -.qbasic .es0 {color: #000099;} -.qbasic .br0 {color: #66cc66;} -.qbasic .sy0 {color: #66cc66;} -.qbasic .st0 {color: #ff0000;} -.qbasic .nu0 {color: #cc66cc;} -.qbasic .re1 {color: #cc66cc;} -.qbasic .re2 {color: #339933;} -.qbasic .ln-xtra, .qbasic li.ln-xtra, .qbasic div.ln-xtra {background-color: #ffc;} -.qbasic span.xtra { display:block; } |