summaryrefslogtreecommitdiffstats
path: root/data/paste-haskell.css
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xssn.at>2010-09-22 15:46:40 +0200
committerFlorian Pritz <bluewind@xssn.at>2010-09-22 15:49:12 +0200
commit8a00125ce96b39de0454e81fb8a4892a59317d48 (patch)
tree61af0eb8311d95e9eba13f53b2d5ba6c30ad232d /data/paste-haskell.css
parent1563e6b6b3f4062ad5013d9b3fd55e8c4d91ad16 (diff)
split css file
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to 'data/paste-haskell.css')
-rw-r--r--data/paste-haskell.css22
1 files changed, 22 insertions, 0 deletions
diff --git a/data/paste-haskell.css b/data/paste-haskell.css
new file mode 100644
index 000000000..ccc5833c3
--- /dev/null
+++ b/data/paste-haskell.css
@@ -0,0 +1,22 @@
+.haskell .de1, .haskell .de2 {font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;}
+.haskell {font-family:monospace;}
+.haskell .imp {font-weight: bold; color: red;}
+.haskell li, .haskell .li1 {font-weight: normal; vertical-align:top;}
+.haskell .ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;}
+.haskell .li2 {font-weight: bold; vertical-align:top;}
+.haskell .kw1 {color: #06c; font-weight: bold;}
+.haskell .kw2 {color: #06c; font-weight: bold;}
+.haskell .kw3 {font-weight: bold;}
+.haskell .kw4 {color: #cccc00; font-weight: bold;}
+.haskell .kw5 {color: maroon;}
+.haskell .co1 {color: #5d478b; font-style: italic;}
+.haskell .co2 {color: #339933; font-weight: bold;}
+.haskell .coMULTI {color: #5d478b; font-style: italic;}
+.haskell .es0 {background-color: #3cb371; font-weight: bold;}
+.haskell .br0 {color: green;}
+.haskell .sy0 {color: #339933; font-weight: bold;}
+.haskell .st0 {background-color: #3cb371;}
+.haskell .nu0 {color: red;}
+.haskell .me1 {color: #060;}
+.haskell .ln-xtra, .haskell li.ln-xtra, .haskell div.ln-xtra {background-color: #ffc;}
+.haskell span.xtra { display:block; }