diff options
author | Florian Pritz <bluewind@xssn.at> | 2010-09-22 15:46:40 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xssn.at> | 2010-09-22 15:49:12 +0200 |
commit | 8a00125ce96b39de0454e81fb8a4892a59317d48 (patch) | |
tree | 61af0eb8311d95e9eba13f53b2d5ba6c30ad232d /data/paste-d.css | |
parent | 1563e6b6b3f4062ad5013d9b3fd55e8c4d91ad16 (diff) |
split css file
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to 'data/paste-d.css')
-rw-r--r-- | data/paste-d.css | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/data/paste-d.css b/data/paste-d.css new file mode 100644 index 000000000..b3715d9d3 --- /dev/null +++ b/data/paste-d.css @@ -0,0 +1,39 @@ +.d .de1, .d .de2 {font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;} +.d {font-family:monospace;} +.d .imp {font-weight: bold; color: red;} +.d li, .d .li1 {font-weight: normal; vertical-align:top;} +.d .ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;} +.d .li2 {font-weight: bold; vertical-align:top;} +.d .kw1 {color: #b1b100;} +.d .kw2 {color: #000000; font-weight: bold;} +.d .kw3 {color: #aaaadd; font-weight: bold;} +.d .kw4 {color: #993333;} +.d .co1 {color: #808080; font-style: italic;} +.d .co2 {color: #009933; font-style: italic;} +.d .co3 {color: #009933; font-style: italic;} +.d .co4 {color: #ff0000;} +.d .co5 {color: #0040ff;} +.d .coMULTI {color: #808080; font-style: italic;} +.d .es0 {color: #000099; font-weight: bold;} +.d .es1 {color: #000099; font-weight: bold;} +.d .es2 {color: #660099; font-weight: bold;} +.d .es3 {color: #660099; font-weight: bold;} +.d .es4 {color: #660099; font-weight: bold;} +.d .es5 {color: #006699; font-weight: bold;} +.d .es6 {color: #666699; font-weight: bold; font-style: italic;} +.d .br0 {color: #66cc66;} +.d .sy0 {color: #66cc66;} +.d .st0 {color: #ff0000;} +.d .st_h {color: #ff0000;} +.d .nu0 {color: #0000dd;} +.d .nu6 {color: #208080;} +.d .nu8 {color: #208080;} +.d .nu12 {color: #208080;} +.d .nu16 {color:#800080;} +.d .nu17 {color:#800080;} +.d .nu18 {color:#800080;} +.d .nu19 {color:#800080;} +.d .me1 {color: #006600;} +.d .me2 {color: #006600;} +.d .ln-xtra, .d li.ln-xtra, .d div.ln-xtra {background-color: #ffc;} +.d span.xtra { display:block; } |