aboutsummaryrefslogtreecommitdiff
path: root/docs/pkgdown.css
blob: 2edd2759199f5044e051442407ced1c45be2a539 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
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