-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
86 lines (67 loc) · 1.37 KB
/
style.css
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
p.caption {
color: #777;
margin-top: 10px;
}
p code {
white-space: inherit;
}
pre {
word-break: normal;
word-wrap: normal;
}
pre code {
white-space: inherit;
}
.header-section-number{
color: #741A48;
}
/*-----Body Links-------*/
/*https://rstudio4edu.github.io/rstudio4edu-book/book-fancy.html*/
.book .book-body .page-wrapper .page-inner section.normal a {
color: #741A48;
}
.book .book-body .page-wrapper .page-inner section.normal a:hover {
color: #A74D7A; /* darker color when hovering */
text-decoration: none;
}
/*-----TOC links-------*/
.book .book-summary ul.summary li a:link {
color: #444444;
}
.book .book-summary ul.summary li a:visited {
color: #444444;
}
.book .book-summary ul.summary li a:hover {
color: #741A48; /* darker color when hovering */
text-decoration: none;
}
.book .book-summary ul.summary li.active>a { /*active TOC links*/
color: #A74D7A !important;
font-weight: bold;
}
/*--- LOGO ---*/
.toc-logo {
width: 230px !important;
object-fit: contain;
margin: 0 auto;
display: block;
}
.toc-logo img {
max-width: 100%;
margin-top: 10px;
}
.summary > li:first-child {
height: auto !important;
}
/*--- CODE chunks ---*/
.script-source {
font-weight: bold !important;
border-left: 3px solid #C0910B !important;
}
.script-output {
background-color: #ffffff !important;
}
/*--- Titles ---*/
.title {
color: #741A48;
}