From 8a00125ce96b39de0454e81fb8a4892a59317d48 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Wed, 22 Sep 2010 15:46:40 +0200 Subject: split css file Signed-off-by: Florian Pritz --- data/paste-c.css | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 data/paste-c.css (limited to 'data/paste-c.css') diff --git a/data/paste-c.css b/data/paste-c.css new file mode 100644 index 000000000..deddb3c59 --- /dev/null +++ b/data/paste-c.css @@ -0,0 +1,34 @@ +.c .de1, .c .de2 {font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;} +.c {font-family:monospace;} +.c .imp {font-weight: bold; color: red;} +.c li, .c .li1 {font-weight: normal; vertical-align:top;} +.c .ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;} +.c .li2 {font-weight: bold; vertical-align:top;} +.c .kw1 {color: #b1b100;} +.c .kw2 {color: #000000; font-weight: bold;} +.c .kw3 {color: #000066;} +.c .kw4 {color: #993333;} +.c .co1 {color: #666666; font-style: italic;} +.c .co2 {color: #339933;} +.c .coMULTI {color: #808080; font-style: italic;} +.c .es0 {color: #000099; font-weight: bold;} +.c .es1 {color: #000099; font-weight: bold;} +.c .es2 {color: #660099; font-weight: bold;} +.c .es3 {color: #660099; font-weight: bold;} +.c .es4 {color: #660099; font-weight: bold;} +.c .es5 {color: #006699; font-weight: bold;} +.c .br0 {color: #009900;} +.c .sy0 {color: #339933;} +.c .st0 {color: #ff0000;} +.c .nu0 {color: #0000dd;} +.c .nu6 {color: #208080;} +.c .nu8 {color: #208080;} +.c .nu12 {color: #208080;} +.c .nu16 {color:#800080;} +.c .nu17 {color:#800080;} +.c .nu18 {color:#800080;} +.c .nu19 {color:#800080;} +.c .me1 {color: #202020;} +.c .me2 {color: #202020;} +.c .ln-xtra, .c li.ln-xtra, .c div.ln-xtra {background-color: #ffc;} +.c span.xtra { display:block; } -- cgit v1.2.3-24-g4f1b