diff options
author | Florian Pritz <bluewind@xinu.at> | 2012-04-08 20:43:39 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2012-04-09 20:47:33 +0200 |
commit | 2704dd7b04746b325eb87f9d7eaf671e9ed5e7e3 (patch) | |
tree | ad7bde9b82cf8297e0118316aa982f6787d21ba9 /data/paste-euphoria.css | |
parent | b256550f2b2640d4ff507d5c759251bac538bbd9 (diff) |
update geshi css files
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'data/paste-euphoria.css')
-rw-r--r-- | data/paste-euphoria.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/data/paste-euphoria.css b/data/paste-euphoria.css new file mode 100644 index 000000000..2726c08d2 --- /dev/null +++ b/data/paste-euphoria.css @@ -0,0 +1,18 @@ +.euphoria .de1, .euphoria .de2 {font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;} +.euphoria {font-family:monospace;} +.euphoria .imp {font-weight: bold; color: red;} +.euphoria li, .euphoria .li1 {font-weight: normal; vertical-align:top;} +.euphoria .ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;} +.euphoria .li2 {font-weight: bold; vertical-align:top;} +.euphoria .kw1 {color: #0000ff; font-weight: bold;} +.euphoria .kw2 {color: #cc33ff; font-weight: bold;} +.euphoria .co1 {color: #ff0000; font-style: italic;} +.euphoria .es0 {color: #009900; font-weight: bold;} +.euphoria .br0 {color: #999900; font-weight: bold;} +.euphoria .sy0 {color: #999900;} +.euphoria .sy1 {color: #333333;} +.euphoria .sy2 {color: #333333; font-style: bold} +.euphoria .st0 {color: #00cc00;} +.euphoria .nu0 {color: #cc33cc; font-style: italic} +.euphoria .ln-xtra, .euphoria li.ln-xtra, .euphoria div.ln-xtra {background-color: #ffc;} +.euphoria span.xtra { display:block; } |