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-oz.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-oz.css')
-rw-r--r-- | data/paste-oz.css | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/data/paste-oz.css b/data/paste-oz.css deleted file mode 100644 index 351b566d5..000000000 --- a/data/paste-oz.css +++ /dev/null @@ -1,19 +0,0 @@ -.oz .de1, .oz .de2 {font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;} -.oz {font-family:monospace;} -.oz .imp {font-weight: bold; color: red;} -.oz li, .oz .li1 {font-weight: normal; vertical-align:top;} -.oz .ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;} -.oz .li2 {font-weight: bold; vertical-align:top;} -.oz .kw1 {color: #a020f0;} -.oz .co1 {color: #B22222;} -.oz .coMULTI {color: #B22222;} -.oz .es0 {color: #bc8f8f;} -.oz .sy0 {color: #a020f0;} -.oz .st0 {color: #bc8f8f;} -.oz .re1 {color: #0000ff;} -.oz .re2 {color: #00a030;} -.oz .re3 {color: #bc8f8f;} -.oz .re4 {color: #0000ff;} -.oz .re5 {color: #a020f0;} -.oz .ln-xtra, .oz li.ln-xtra, .oz div.ln-xtra {background-color: #ffc;} -.oz span.xtra { display:block; } |