From 71273d9477b88cca86e6724491c1ea337ee96f05 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Wed, 13 Jun 2012 21:27:14 +0200 Subject: 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 --- data/paste-php.css | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 data/paste-php.css (limited to 'data/paste-php.css') 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; } -- cgit v1.2.3-24-g4f1b