aboutsummaryrefslogtreecommitdiff
path: root/inst/web/css/highlight.css
diff options
context:
space:
mode:
authorranke <ranke@5fad18fb-23f0-0310-ab10-e59a3bee62b4>2015-08-22 09:29:17 +0000
committerranke <ranke@5fad18fb-23f0-0310-ab10-e59a3bee62b4>2015-08-22 09:29:17 +0000
commitae12e32d074ba3839c1b71d500d9a0757b0d8d10 (patch)
treeffd6800812fd3f5a2cfa277d5177ecfc77f14e92 /inst/web/css/highlight.css
parentd8d6012e98fb4c7f158bcc7c173407c2b5f3e42e (diff)
Add static HTML documentation
git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/chemCal@37 5fad18fb-23f0-0310-ab10-e59a3bee62b4
Diffstat (limited to 'inst/web/css/highlight.css')
-rw-r--r--inst/web/css/highlight.css28
1 files changed, 28 insertions, 0 deletions
diff --git a/inst/web/css/highlight.css b/inst/web/css/highlight.css
new file mode 100644
index 0000000..4b85237
--- /dev/null
+++ b/inst/web/css/highlight.css
@@ -0,0 +1,28 @@
+/* Syntax highlighting ---------------------------------------------------- */
+
+pre .input {
+ border-left: 3px solid #ccc;
+ padding-left: 0.5em;
+}
+pre .output {
+ background-color: #eee;
+}
+
+.number {color:rgb(21,20,181);}
+.functioncall {color:#264D66 ;}
+.string {color:#375D81 ;}
+.keyword {font-weight:bolder ;color:black;}
+.argument {color:#264D66 ;}
+.comment {color: #333;}
+.formalargs {color: #264D66;}
+.eqformalargs {color:#264D66;}
+.slot {font-style:italic;}
+.symbol {color:black ;}
+.prompt {color:black ;}
+
+pre img {
+ background-color: #fff;
+ border: 1px solid #ccc;
+ display: block;
+ margin: 0.5em auto 0.5em auto;
+}

Contact - Imprint