aboutsummaryrefslogtreecommitdiff
path: root/docs/pkgdown.css
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2018-03-01 10:10:08 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2018-03-01 10:10:08 +0100
commit6d8de73e68f2c0349e618af35ce4a8f095ca0ed5 (patch)
tree3f4b574934ce0bcb1ed0f167b4daab81accc5a38 /docs/pkgdown.css
parent3c39bba4af013b099ec013bddcc92407058026e0 (diff)
Rebuild static docs using current pkdown
Process PELMO runs in example using 15 (hyperthreading) cores and show processor info.
Diffstat (limited to 'docs/pkgdown.css')
-rw-r--r--docs/pkgdown.css42
1 files changed, 41 insertions, 1 deletions
diff --git a/docs/pkgdown.css b/docs/pkgdown.css
index 9c437c7..181fe63 100644
--- a/docs/pkgdown.css
+++ b/docs/pkgdown.css
@@ -34,6 +34,10 @@ img.icon {
float: right;
}
+img {
+ max-width: 100%;
+}
+
/* Section anchors ---------------------------------*/
a.anchor {
@@ -96,6 +100,11 @@ a.anchor {
margin-bottom: 0.5em;
}
+.orcid {
+ height: 16px;
+ vertical-align: middle;
+}
+
/* Reference index & topics ----------------------------------------------- */
.ref-index th {font-weight: normal;}
@@ -133,15 +142,30 @@ pre, code {
color: #333;
}
-pre img {
+pre code {
+ overflow: auto;
+ word-wrap: normal;
+ white-space: pre;
+}
+
+pre .img {
+ margin: 5px 0;
+}
+
+pre .img img {
background-color: #fff;
display: block;
+ height: auto;
}
code a, pre a {
color: #375f84;
}
+a.sourceLine:hover {
+ text-decoration: none;
+}
+
.fl {color: #1514b5;}
.fu {color: #000000;} /* function */
.ch,.st {color: #036a07;} /* string */
@@ -152,3 +176,19 @@ code a, pre a {
.error { color: orange; font-weight: bolder;}
.warning { color: #6A0366; font-weight: bolder;}
+/* Clipboard --------------------------*/
+
+.hasCopyButton {
+ position: relative;
+}
+
+.btn-copy-ex {
+ position: absolute;
+ right: 0;
+ top: 0;
+ visibility: hidden;
+}
+
+.hasCopyButton:hover button.btn-copy-ex {
+ visibility: visible;
+}

Contact - Imprint