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-reg.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 data/paste-reg.css (limited to 'data/paste-reg.css') diff --git a/data/paste-reg.css b/data/paste-reg.css new file mode 100644 index 000000000..c0d3698f1 --- /dev/null +++ b/data/paste-reg.css @@ -0,0 +1,18 @@ +.reg .de1, .reg .de2 {font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;} +.reg {font-family:monospace;} +.reg .imp {font-weight: bold; color: red;} +.reg li, .reg .li1 {font-weight: normal; vertical-align:top;} +.reg .ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;} +.reg .li2 {font-weight: bold; vertical-align:top;} +.reg .kw3 {color: #800000;} +.reg .co1 {color: #009900;} +.reg .br0 {color: #000000;} +.reg .sy0 {color: #000000;} +.reg .st0 {color: #009900;} +.reg .re0 {color: #00CCFF;} +.reg .geshi_registry_header {color: #0000FF;} +.reg .re3 {color: #0000FF;} +.reg .geshi_variable {color: #0000FF;} +.reg .geshi_guid {color: #FF6600;} +.reg .ln-xtra, .reg li.ln-xtra, .reg div.ln-xtra {background-color: #ffc;} +.reg span.xtra { display:block; } -- cgit v1.2.3-24-g4f1b