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-euphoria.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-euphoria.css')
-rw-r--r-- | data/paste-euphoria.css | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/data/paste-euphoria.css b/data/paste-euphoria.css deleted file mode 100644 index 2726c08d2..000000000 --- a/data/paste-euphoria.css +++ /dev/null @@ -1,18 +0,0 @@ -.euphoria .de1, .euphoria .de2 {font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;} -.euphoria {font-family:monospace;} -.euphoria .imp {font-weight: bold; color: red;} -.euphoria li, .euphoria .li1 {font-weight: normal; vertical-align:top;} -.euphoria .ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;} -.euphoria .li2 {font-weight: bold; vertical-align:top;} -.euphoria .kw1 {color: #0000ff; font-weight: bold;} -.euphoria .kw2 {color: #cc33ff; font-weight: bold;} -.euphoria .co1 {color: #ff0000; font-style: italic;} -.euphoria .es0 {color: #009900; font-weight: bold;} -.euphoria .br0 {color: #999900; font-weight: bold;} -.euphoria .sy0 {color: #999900;} -.euphoria .sy1 {color: #333333;} -.euphoria .sy2 {color: #333333; font-style: bold} -.euphoria .st0 {color: #00cc00;} -.euphoria .nu0 {color: #cc33cc; font-style: italic} -.euphoria .ln-xtra, .euphoria li.ln-xtra, .euphoria div.ln-xtra {background-color: #ffc;} -.euphoria span.xtra { display:block; } |