summaryrefslogtreecommitdiffstats
path: root/data/paste-pycon.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-pycon.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-pycon.css')
-rw-r--r--data/paste-pycon.css22
1 files changed, 0 insertions, 22 deletions
diff --git a/data/paste-pycon.css b/data/paste-pycon.css
deleted file mode 100644
index 4dd1982ec..000000000
--- a/data/paste-pycon.css
+++ /dev/null
@@ -1,22 +0,0 @@
-.pycon .de1, .pycon .de2 {font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;}
-.pycon {font-family:monospace;}
-.pycon .imp {font-weight: bold; color: red;}
-.pycon li, .pycon .li1 {font-weight: normal; vertical-align:top;}
-.pycon .ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;}
-.pycon .li2 {font-weight: bold; vertical-align:top;}
-.pycon .kw1 {color: #ff7700;font-weight:bold;}
-.pycon .kw2 {color: #008000;}
-.pycon .kw3 {color: #dc143c;}
-.pycon .kw4 {color: #0000cd;}
-.pycon .co1 {color: #808080; font-style: italic;}
-.pycon .coMULTI {color: #808080; font-style: italic;}
-.pycon .co-1 {color: #444444;}
-.pycon .es0 {color: #000099; font-weight: bold;}
-.pycon .br0 {color: black;}
-.pycon .sy0 {color: #66cc66;}
-.pycon .st0 {color: #483d8b;}
-.pycon .nu0 {color: #ff4500;}
-.pycon .me1 {color: black;}
-.pycon .sc-1 {color: #222222;}
-.pycon .ln-xtra, .pycon li.ln-xtra, .pycon div.ln-xtra {background-color: #ffc;}
-.pycon span.xtra { display:block; }