aboutsummaryrefslogtreecommitdiff
path: root/inst/web/css/highlight.css
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2016-09-27 23:00:48 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2016-09-27 23:00:48 +0200
commit12a31f4c130c551f82232d9ef7dfb608bd52c53f (patch)
tree2525ab1ea4102a6edddbd0c2f03f4a851bf2f9c5 /inst/web/css/highlight.css
parent0d958ab6f84b569b5437f231c56004890c4ae23b (diff)
Reorganise repository using standard package layout
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