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-c_mac.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-c_mac.css')
-rw-r--r-- | data/paste-c_mac.css | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/data/paste-c_mac.css b/data/paste-c_mac.css deleted file mode 100644 index 3d4b472e6..000000000 --- a/data/paste-c_mac.css +++ /dev/null @@ -1,34 +0,0 @@ -.c_mac .de1, .c_mac .de2 {font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;} -.c_mac {font-family:monospace;} -.c_mac .imp {font-weight: bold; color: red;} -.c_mac li, .c_mac .li1 {font-weight: normal; vertical-align:top;} -.c_mac .ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;} -.c_mac .li2 {font-weight: bold; vertical-align:top;} -.c_mac .kw1 {color: #0000ff;} -.c_mac .kw2 {color: #0000ff;} -.c_mac .kw3 {color: #0000dd;} -.c_mac .kw4 {color: #0000ff;} -.c_mac .co1 {color: #ff0000;} -.c_mac .co2 {color: #339900;} -.c_mac .coMULTI {color: #ff0000; font-style: italic;} -.c_mac .es0 {color: #000099; font-weight: bold;} -.c_mac .es1 {color: #000099; font-weight: bold;} -.c_mac .es2 {color: #660099; font-weight: bold;} -.c_mac .es3 {color: #660099; font-weight: bold;} -.c_mac .es4 {color: #660099; font-weight: bold;} -.c_mac .es5 {color: #006699; font-weight: bold;} -.c_mac .br0 {color: #000000;} -.c_mac .sy0 {color: #000000;} -.c_mac .st0 {color: #666666;} -.c_mac .nu0 {color: #0000dd;} -.c_mac .nu6 {color: #208080;} -.c_mac .nu8 {color: #208080;} -.c_mac .nu12 {color: #208080;} -.c_mac .nu16 {color:#800080;} -.c_mac .nu17 {color:#800080;} -.c_mac .nu18 {color:#800080;} -.c_mac .nu19 {color:#800080;} -.c_mac .me1 {color: #00eeff;} -.c_mac .me2 {color: #00eeff;} -.c_mac .ln-xtra, .c_mac li.ln-xtra, .c_mac div.ln-xtra {background-color: #ffc;} -.c_mac span.xtra { display:block; } |