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-autoit.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-autoit.css')
-rw-r--r-- | data/paste-autoit.css | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/data/paste-autoit.css b/data/paste-autoit.css deleted file mode 100644 index 3c8114863..000000000 --- a/data/paste-autoit.css +++ /dev/null @@ -1,23 +0,0 @@ -.autoit .de1, .autoit .de2 {font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;} -.autoit {font-family:monospace;} -.autoit .imp {font-weight: bold; color: red;} -.autoit li, .autoit .li1 {font-weight: normal; vertical-align:top;} -.autoit .ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;} -.autoit .li2 {font-weight: bold; vertical-align:top;} -.autoit .kw1 {color: #0000FF; font-weight: bold;} -.autoit .kw2 {color: #800000; font-weight: bold;} -.autoit .kw3 {color: #000080; font-style: italic; font-weight: bold;} -.autoit .kw4 {color: #0080FF; font-style: italic; font-weight: bold;} -.autoit .kw5 {color: #F000FF; font-style: italic;} -.autoit .kw6 {color: #A00FF0; font-style: italic;} -.autoit .coMULTI {font-style: italic; color: #669900;} -.autoit .co0 {font-style: italic; color: #009933;} -.autoit .co1 {font-style: italic; color: #9977BB;} -.autoit .br0 {color: #FF0000; font-weight: bold;} -.autoit .sy0 {color: #FF0000; font-weight: bold;} -.autoit .st0 {font-weight: bold; color: #9977BB;} -.autoit .nu0 {color: #AC00A9; font-style: italic; font-weight: bold;} -.autoit .me1 {color: #0000FF; font-style: italic; font-weight: bold;} -.autoit .re0 {font-weight: bold; color: #AA0000;} -.autoit .ln-xtra, .autoit li.ln-xtra, .autoit div.ln-xtra {background-color: #ffc;} -.autoit span.xtra { display:block; } |