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-gnuplot.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-gnuplot.css')
-rw-r--r-- | data/paste-gnuplot.css | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/data/paste-gnuplot.css b/data/paste-gnuplot.css deleted file mode 100644 index 8f04297f4..000000000 --- a/data/paste-gnuplot.css +++ /dev/null @@ -1,21 +0,0 @@ -.gnuplot .de1, .gnuplot .de2 {font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;} -.gnuplot {font-family:monospace;} -.gnuplot .imp {font-weight: bold; color: red;} -.gnuplot li, .gnuplot .li1 {font-weight: normal; vertical-align:top;} -.gnuplot .ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;} -.gnuplot .li2 {font-weight: bold; vertical-align:top;} -.gnuplot .kw1 {color: #b1b100;} -.gnuplot .kw2 {color: #990000;} -.gnuplot .kw3 {color: #550000;} -.gnuplot .kw4 {color: #7a0874;} -.gnuplot .kw5 {color: #448888;} -.gnuplot .co1 {color: #adadad; font-style: italic;} -.gnuplot .es0 {color: #000099; font-weight:bold;} -.gnuplot .br0 {color: #000099; font-weight:bold;} -.gnuplot .sy0 {color: #000; font-weight: bold;} -.gnuplot .st0 {color: #0000ff;} -.gnuplot .nu0 {color: #cc66cc;} -.gnuplot .re0 {color: #007800;} -.gnuplot .re1 {color: #cc66cc;} -.gnuplot .ln-xtra, .gnuplot li.ln-xtra, .gnuplot div.ln-xtra {background-color: #ffc;} -.gnuplot span.xtra { display:block; } |