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-php.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-php.css')
-rw-r--r-- | data/paste-php.css | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/data/paste-php.css b/data/paste-php.css deleted file mode 100644 index 17229d1e1..000000000 --- a/data/paste-php.css +++ /dev/null @@ -1,37 +0,0 @@ -.php .de1, .php .de2 {font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;} -.php {font-family:monospace;} -.php .imp {font-weight: bold; color: red;} -.php li, .php .li1 {font-weight: normal; vertical-align:top;} -.php .ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;} -.php .li2 {font-weight: bold; vertical-align:top;} -.php .kw1 {color: #b1b100;} -.php .kw2 {color: #000000; font-weight: bold;} -.php .kw3 {color: #990000;} -.php .kw4 {color: #009900; font-weight: bold;} -.php .co1 {color: #666666; font-style: italic;} -.php .co2 {color: #666666; font-style: italic;} -.php .co3 {color: #0000cc; font-style: italic;} -.php .co4 {color: #009933; font-style: italic;} -.php .coMULTI {color: #666666; font-style: italic;} -.php .es0 {color: #000099; font-weight: bold;} -.php .es1 {color: #000099; font-weight: bold;} -.php .es2 {color: #660099; font-weight: bold;} -.php .es3 {color: #660099; font-weight: bold;} -.php .es4 {color: #006699; font-weight: bold;} -.php .es5 {color: #006699; font-weight: bold; font-style: italic;} -.php .es6 {color: #009933; font-weight: bold;} -.php .es_h {color: #000099; font-weight: bold;} -.php .br0 {color: #009900;} -.php .sy0 {color: #339933;} -.php .sy1 {color: #000000; font-weight: bold;} -.php .st0 {color: #0000ff;} -.php .st_h {color: #0000ff;} -.php .nu0 {color: #cc66cc;} -.php .nu8 {color: #208080;} -.php .nu12 {color: #208080;} -.php .nu19 {color:#800080;} -.php .me1 {color: #004000;} -.php .me2 {color: #004000;} -.php .re0 {color: #000088;} -.php .ln-xtra, .php li.ln-xtra, .php div.ln-xtra {background-color: #ffc;} -.php span.xtra { display:block; } |