aboutsummaryrefslogtreecommitdiff
path: root/docs/pkgdown.css
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2016-10-06 09:19:21 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2016-10-06 09:19:21 +0200
commit38f9e15f0c972c1516ae737a2bca8d7789581bbd (patch)
tree724c9dc19901f24f427757ac81001f07bf298024 /docs/pkgdown.css
parentec1487f0f2cef32d44b0c6ce94a6f1b4f65a79d3 (diff)
Static documentation rebuilt by pkgdown::build_site()
Diffstat (limited to 'docs/pkgdown.css')
-rw-r--r--docs/pkgdown.css59
1 files changed, 59 insertions, 0 deletions
diff --git a/docs/pkgdown.css b/docs/pkgdown.css
new file mode 100644
index 00000000..2edd2759
--- /dev/null
+++ b/docs/pkgdown.css
@@ -0,0 +1,59 @@
+body {
+ position: relative;
+}
+
+.icon img {
+ float: right;
+ border: 1px solid #ccc;
+}
+.index .internal {display: none;}
+ul.index li {margin-bottom: 0.5em; clear: both;}
+
+footer {
+ margin-top: 45px;
+ padding: 35px 0 36px;
+ border-top: 1px solid #e5e5e5;
+}
+footer p {
+ margin-bottom: 0;
+ color: #555;
+}
+
+/* Fixes for fixed navbar --------------------------*/
+
+body {
+ position: relative;
+ padding-top: 60px;
+}
+
+.section h1, .section h2, .section h3, .section h4 {
+ padding-top: 60px;
+ margin-top: -60px;
+}
+
+/* Table of contents --------------------------*/
+
+#tocnav h2 {
+ margin-top: 0;
+ font-size: 1.5em;
+}
+
+
+/* Syntax highlighting ---------------------------------------------------- */
+
+.fl,.number {color:rgb(21,20,181);}
+.fu,.functioncall {color:#264D66 ;}
+.ch,.st,.string {color:#375D81 ;}
+.kw,.keyword {font-weight:bolder ;color:black;}
+.argument {color:#264D66 ;}
+.co,.comment {color: #333;}
+.formalargs {color: #264D66;}
+.eqformalargs {color:#264D66;}
+.slot {font-style:italic;}
+.symbol {color:black ;}
+.prompt {color:black ;}
+
+pre img {
+ background-color: #fff;
+ display: block;
+}

Contact - Imprint