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-modula2.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-modula2.css')
-rw-r--r-- | data/paste-modula2.css | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/data/paste-modula2.css b/data/paste-modula2.css deleted file mode 100644 index 2bbb5bd7e..000000000 --- a/data/paste-modula2.css +++ /dev/null @@ -1,21 +0,0 @@ -.modula2 .de1, .modula2 .de2 {font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;} -.modula2 {font-family:monospace;} -.modula2 .imp {font-weight: bold; color: red;} -.modula2 li, .modula2 .li1 {font-weight: normal; vertical-align:top;} -.modula2 .ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;} -.modula2 .li2 {font-weight: bold; vertical-align:top;} -.modula2 .kw1 {color: #000000; font-weight: bold;} -.modula2 .kw2 {color: #000000; font-weight: bold;} -.modula2 .kw3 {color: #000066;} -.modula2 .kw4 {color: #000066; font-weight: bold;} -.modula2 .coMULTI {color: #666666; font-style: italic;} -.modula2 .es0 {color: #000099; font-weight: bold;} -.modula2 .es_h {color: #000099; font-weight: bold;} -.modula2 .br0 {color: #009900;} -.modula2 .sy0 {color: #339933;} -.modula2 .st0 {color: #ff0000;} -.modula2 .st_h {color: #ff0000;} -.modula2 .nu0 {color: #cc66cc;} -.modula2 .me1 {color: #0066ee;} -.modula2 .ln-xtra, .modula2 li.ln-xtra, .modula2 div.ln-xtra {background-color: #ffc;} -.modula2 span.xtra { display:block; } |