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-cmake.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-cmake.css')
-rw-r--r-- | data/paste-cmake.css | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/data/paste-cmake.css b/data/paste-cmake.css deleted file mode 100644 index 3eab98bfe..000000000 --- a/data/paste-cmake.css +++ /dev/null @@ -1,19 +0,0 @@ -.cmake .de1, .cmake .de2 {font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;} -.cmake {font-family:monospace;} -.cmake .imp {font-weight: bold; color: red;} -.cmake li, .cmake .li1 {font-weight: normal; vertical-align:top;} -.cmake .ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;} -.cmake .li2 {font-weight: bold; vertical-align:top;} -.cmake .kw1 {color: #1f3f81; font-style: bold;} -.cmake .kw2 {color: #1f3f81;} -.cmake .kw3 {color: #077807; font-sytle: italic;} -.cmake .co1 {color: #666666; font-style: italic;} -.cmake .es0 {color: #000099; font-weight: bold;} -.cmake .es1 {color: #b08000;} -.cmake .es2 {color: #0000cd;} -.cmake .sy0 {color: #197d8b;} -.cmake .st0 {color: #912f11;} -.cmake .re0 {color: #b08000;} -.cmake .re1 {color: #0000cd;} -.cmake .ln-xtra, .cmake li.ln-xtra, .cmake div.ln-xtra {background-color: #ffc;} -.cmake span.xtra { display:block; } |