diff options
author | Florian Pritz <bluewind@xssn.at> | 2010-09-22 15:46:40 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xssn.at> | 2010-09-22 15:49:12 +0200 |
commit | 8a00125ce96b39de0454e81fb8a4892a59317d48 (patch) | |
tree | 61af0eb8311d95e9eba13f53b2d5ba6c30ad232d /data/paste-fsharp.css | |
parent | 1563e6b6b3f4062ad5013d9b3fd55e8c4d91ad16 (diff) |
split css file
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to 'data/paste-fsharp.css')
-rw-r--r-- | data/paste-fsharp.css | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/data/paste-fsharp.css b/data/paste-fsharp.css new file mode 100644 index 000000000..da9c9416f --- /dev/null +++ b/data/paste-fsharp.css @@ -0,0 +1,24 @@ +.fsharp .de1, .fsharp .de2 {font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;} +.fsharp {font-family:monospace;} +.fsharp .imp {font-weight: bold; color: red;} +.fsharp li, .fsharp .li1 {font-weight: normal; vertical-align:top;} +.fsharp .ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;} +.fsharp .li2 {font-weight: bold; vertical-align:top;} +.fsharp .kw1 {color: #06c; font-weight: bold;} +.fsharp .kw2 {color: #06c; font-weight: bold;} +.fsharp .kw3 {color: #06c; font-weight: bold;} +.fsharp .kw4 {color: #06c; font-weight: bold;} +.fsharp .kw5 {color: #06c; font-weight: bold;} +.fsharp .kw6 {color: #06c; font-weight: bold;} +.fsharp .kw7 {color: #06c; font-weight: bold;} +.fsharp .kw8 {color: #06c; font-weight: bold;} +.fsharp .coMULTI {color: #5d478b; font-style: italic;} +.fsharp .co1 {color: #5d478b; font-style: italic;} +.fsharp .co2 {color: #5d478b; font-style: italic;} +.fsharp .br0 {color: #6c6;} +.fsharp .sy0 {color: #a52a2a;} +.fsharp .st0 {color: #3cb371;} +.fsharp .nu0 {color: #c6c;} +.fsharp .me1 {color: #060;} +.fsharp .ln-xtra, .fsharp li.ln-xtra, .fsharp div.ln-xtra {background-color: #ffc;} +.fsharp span.xtra { display:block; } |