summaryrefslogtreecommitdiffstats
path: root/data/paste-z80.css
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-06-13 21:27:14 +0200
committerFlorian Pritz <bluewind@xinu.at>2012-08-16 16:31:28 +0200
commit71273d9477b88cca86e6724491c1ea337ee96f05 (patch)
treeb5b0d73085775d9aacae2871a0d57faa99ea72ca /data/paste-z80.css
parent789ffb00e6d25af4409d26dce04d211e365f2d58 (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-z80.css')
-rw-r--r--data/paste-z80.css20
1 files changed, 0 insertions, 20 deletions
diff --git a/data/paste-z80.css b/data/paste-z80.css
deleted file mode 100644
index 3429cd760..000000000
--- a/data/paste-z80.css
+++ /dev/null
@@ -1,20 +0,0 @@
-.z80 .de1, .z80 .de2 {font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;}
-.z80 {font-family:monospace;}
-.z80 .imp {font-weight: bold; color: red;}
-.z80 li, .z80 .li1 {font-weight: normal; vertical-align:top;}
-.z80 .ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;}
-.z80 .li2 {font-weight: bold; vertical-align:top;}
-.z80 .kw1 {color: #0000ff; font-weight:bold;}
-.z80 .kw2 {color: #0000ff;}
-.z80 .kw3 {color: #46aa03; font-weight:bold;}
-.z80 .co1 {color: #adadad; font-style: italic;}
-.z80 .es0 {color: #000099; font-weight: bold;}
-.z80 .br0 {color: #0000ff;}
-.z80 .sy0 {color: #008000;}
-.z80 .st0 {color: #7f007f;}
-.z80 .nu0 {color: #dd22dd;}
-.z80 .re0 {color: #22bbff;}
-.z80 .re1 {color: #22bbff;}
-.z80 .re2 {color: #993333;}
-.z80 .ln-xtra, .z80 li.ln-xtra, .z80 div.ln-xtra {background-color: #ffc;}
-.z80 span.xtra { display:block; }