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-yaml.css | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 data/paste-yaml.css (limited to 'data/paste-yaml.css') diff --git a/data/paste-yaml.css b/data/paste-yaml.css deleted file mode 100644 index 9bad6a96e..000000000 --- a/data/paste-yaml.css +++ /dev/null @@ -1,21 +0,0 @@ -.yaml .de1, .yaml .de2 {font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;} -.yaml {font-family:monospace;} -.yaml .imp {font-weight: bold; color: red;} -.yaml li, .yaml .li1 {font-weight: normal; vertical-align:top;} -.yaml .ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;} -.yaml .li2 {font-weight: bold; vertical-align:top;} -.yaml .kw1 {font-weight: bold;} -.yaml .co0 {color: #303050;background-color: #F5F5F5} -.yaml .co1 {color: blue;} -.yaml .co2 {font-weight: bold; color: red;} -.yaml .co3 {color: green;} -.yaml .co4 {color: #007F45;} -.yaml .co5 {color: #7f7fFF;} -.yaml .co6 {color: #FF7000;} -.yaml .co7 {color: #FF45C0;} -.yaml .co8 {font-weight: bold; color: #005F5F;} -.yaml .sy1 {color: cyan;} -.yaml .sy2 {font-weight: bold; color: brown;} -.yaml .st0 {color: #CF00CF;} -.yaml .ln-xtra, .yaml li.ln-xtra, .yaml div.ln-xtra {background-color: #ffc;} -.yaml span.xtra { display:block; } -- cgit v1.2.3-24-g4f1b