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-smalltalk.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 data/paste-smalltalk.css (limited to 'data/paste-smalltalk.css') diff --git a/data/paste-smalltalk.css b/data/paste-smalltalk.css new file mode 100644 index 000000000..041e029dd --- /dev/null +++ b/data/paste-smalltalk.css @@ -0,0 +1,19 @@ +.smalltalk .de1, .smalltalk .de2 {font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;} +.smalltalk {font-family:monospace;} +.smalltalk .imp {font-weight: bold; color: red;} +.smalltalk li, .smalltalk .li1 {font-weight: normal; vertical-align:top;} +.smalltalk .ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;} +.smalltalk .li2 {font-weight: bold; vertical-align:top;} +.smalltalk .kw1 {color: #7f007f;} +.smalltalk .coMULTI {color: #007f00; font-style: italic;} +.smalltalk .sy0 {color: #000066; font-weight:bold;} +.smalltalk .st0 {color: #7f0000;} +.smalltalk .nu0 {color: #7f0000;} +.smalltalk .re0 {color: #0000ff;} +.smalltalk .re1 {color: #7f0000;} +.smalltalk .re2 {color: #7f0000;} +.smalltalk .re3 {color: #00007f;} +.smalltalk .re5 {color: #00007f;} +.smalltalk .re6 {color: #00007f;} +.smalltalk .ln-xtra, .smalltalk li.ln-xtra, .smalltalk div.ln-xtra {background-color: #ffc;} +.smalltalk span.xtra { display:block; } -- cgit v1.2.3-24-g4f1b