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-mpasm.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 data/paste-mpasm.css (limited to 'data/paste-mpasm.css') diff --git a/data/paste-mpasm.css b/data/paste-mpasm.css new file mode 100644 index 000000000..6abc42ee5 --- /dev/null +++ b/data/paste-mpasm.css @@ -0,0 +1,21 @@ +.mpasm .de1, .mpasm .de2 {font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;} +.mpasm {font-family:monospace;} +.mpasm .imp {font-weight: bold; color: red;} +.mpasm li, .mpasm .li1 {font-weight: normal; vertical-align:top;} +.mpasm .ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;} +.mpasm .li2 {font-weight: bold; vertical-align:top;} +.mpasm .kw1 {color: #00007f;} +.mpasm .kw2 {color: #0000ff;} +.mpasm .kw3 {color: #007f00;} +.mpasm .kw4 {color: #46aa03; font-weight:bold;} +.mpasm .kw5 {color: #7f0000;} +.mpasm .co1 {color: #adadad; font-style: italic;} +.mpasm .es0 {color: #000099; font-weight: bold;} +.mpasm .br0 {color: #66cc66;} +.mpasm .sy0 {color: #66cc66;} +.mpasm .st0 {color: #7f007f;} +.mpasm .nu0 {color: #ff0000;} +.mpasm .re0 {color: #ff0000;} +.mpasm .re1 {color: #ff0000;} +.mpasm .ln-xtra, .mpasm li.ln-xtra, .mpasm div.ln-xtra {background-color: #ffc;} +.mpasm span.xtra { display:block; } -- cgit v1.2.3-24-g4f1b