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-haskell.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-haskell.css')
-rw-r--r-- | data/paste-haskell.css | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/data/paste-haskell.css b/data/paste-haskell.css deleted file mode 100644 index ce5b8af47..000000000 --- a/data/paste-haskell.css +++ /dev/null @@ -1,23 +0,0 @@ -.haskell .de1, .haskell .de2 {font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;} -.haskell {font-family:monospace;} -.haskell .imp {font-weight: bold; color: red;} -.haskell li, .haskell .li1 {font-weight: normal; vertical-align:top;} -.haskell .ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;} -.haskell .li2 {font-weight: bold; vertical-align:top;} -.haskell .kw1 {color: #06c; font-weight: bold;} -.haskell .kw2 {color: #06c; font-weight: bold;} -.haskell .kw3 {font-weight: bold;} -.haskell .kw4 {color: #cccc00; font-weight: bold;} -.haskell .kw5 {color: maroon;} -.haskell .co1 {color: #5d478b; font-style: italic;} -.haskell .co2 {color: #339933; font-weight: bold;} -.haskell .co3 {color: #5d478b; font-style: italic;} -.haskell .coMULTI {color: #5d478b; font-style: italic;} -.haskell .es0 {background-color: #3cb371; font-weight: bold;} -.haskell .br0 {color: green;} -.haskell .sy0 {color: #339933; font-weight: bold;} -.haskell .st0 {background-color: #3cb371;} -.haskell .nu0 {color: red;} -.haskell .me1 {color: #060;} -.haskell .ln-xtra, .haskell li.ln-xtra, .haskell div.ln-xtra {background-color: #ffc;} -.haskell span.xtra { display:block; } |