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-awk.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-awk.css')
-rw-r--r-- | data/paste-awk.css | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/data/paste-awk.css b/data/paste-awk.css deleted file mode 100644 index 9b56780c9..000000000 --- a/data/paste-awk.css +++ /dev/null @@ -1,26 +0,0 @@ -.awk .de1, .awk .de2 {font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;} -.awk {font-family:monospace;} -.awk .imp {font-weight: bold; color: red;} -.awk li, .awk .li1 {font-weight: normal; vertical-align:top;} -.awk .ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;} -.awk .li2 {font-weight: bold; vertical-align:top;} -.awk .kw1 {color: #000000; font-weight: bold;} -.awk .kw2 {color: #C20CB9; font-weight: bold;} -.awk .kw3 {color: #4107D5; font-weight: bold;} -.awk .kw4 {color: #07D589; font-weight: bold;} -.awk .kw5 {color: #0BD507; font-weight: bold;} -.awk .kw6 {color: #078CD5; font-weight: bold;} -.awk .co1 {color:#808080;} -.awk .es0 {color: #000099; font-weight: bold;} -.awk .br0 {color: #7a0874; font-weight: bold;} -.awk .sy0 {color:black;} -.awk .sy1 {color:black;} -.awk .sy2 {color:black;} -.awk .sy3 {color:black;} -.awk .sy4 {color:#C4C364;} -.awk .sy5 {color:black;font-weight:bold;} -.awk .st0 {color: #ff0000;} -.awk .nu0 {color: #000000;} -.awk .re0 {color:#000088;} -.awk .ln-xtra, .awk li.ln-xtra, .awk div.ln-xtra {background-color: #ffc;} -.awk span.xtra { display:block; } |