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-klonec.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-klonec.css')
-rw-r--r-- | data/paste-klonec.css | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/data/paste-klonec.css b/data/paste-klonec.css deleted file mode 100644 index 2456e20f8..000000000 --- a/data/paste-klonec.css +++ /dev/null @@ -1,30 +0,0 @@ -.klonec .de1, .klonec .de2 {font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;} -.klonec {font-family:monospace;} -.klonec .imp {font-weight: bold; color: red;} -.klonec li, .klonec .li1 {font-weight: normal; vertical-align:top;} -.klonec .ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;} -.klonec .li2 {font-weight: bold; vertical-align:top;} -.klonec .kw1 {color: #b1b100; font-weight: bold;} -.klonec .kw2 {color: #000000; font-weight: bold;} -.klonec .kw3 {color: #6600FF;} -.klonec .kw4 {color: #6600FF;} -.klonec .kw5 {color: #0099FF; font-weight: bold;} -.klonec .kw6 {color: #990099; font-weight: bold;} -.klonec .kw7 {color: #000066;} -.klonec .co1 {color: #808080; font-style: italic;} -.klonec .co2 {color: #339933;} -.klonec .coMULTI {color: #808080; font-style: italic;} -.klonec .es0 {color: #000099; font-weight: bold;} -.klonec .br0 {color: #000000;} -.klonec .sy0 {color: #000000;} -.klonec .sy1 {color: #000000; font-weight: bold;} -.klonec .st0 {color: #ff0000;} -.klonec .nu0 {color: #cc66cc;} -.klonec .me1 {color: #006600;} -.klonec .me2 {color: #006600;} -.klonec .sc0 {background-color:#ffccff; font-weight: bold; color:#000000;} -.klonec .sc3 {color: #00bbdd; font-weight: bold;} -.klonec .sc4 {color: #ddbb00;} -.klonec .sc5 {color: #009900;} -.klonec .ln-xtra, .klonec li.ln-xtra, .klonec div.ln-xtra {background-color: #ffc;} -.klonec span.xtra { display:block; } |