From cff3c0c965c5f22918abe736432bd73a40bae5b2 Mon Sep 17 00:00:00 2001 From: wei <> Date: Wed, 1 Feb 2006 07:12:14 +0000 Subject: Update syntax highlighter with Copy Code option. --- framework/3rdParty/geshi/highlight.css | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'framework/3rdParty/geshi/highlight.css') diff --git a/framework/3rdParty/geshi/highlight.css b/framework/3rdParty/geshi/highlight.css index be000a83..00a53f41 100644 --- a/framework/3rdParty/geshi/highlight.css +++ b/framework/3rdParty/geshi/highlight.css @@ -93,4 +93,21 @@ .javascript .st0 {color: #3366CC;} .javascript .nu0 {color: #CC0000;} .javascript .me1 {color: #006600;} -.javascript .re0 {color: #0066FF;} \ No newline at end of file +.javascript .re0 {color: #0066FF;} + +.source .copycode +{ + text-align: right; + float: right; +} + +.source .copycode a +{ + cursor: pointer; + color: blue; +} + +.source .copycode_hover a +{ + color: red; +} -- cgit v1.2.3