-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
78 lines (61 loc) · 1.28 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
/*--- LOGO ---*/
.toc-logo {
width: 150px !important;
object-fit: contain;
margin: 0 auto;
display: block;
}
.toc-logo img {
max-width: 100%;
margin-bottom: 20px;
margin-top: 20px;
}
.summary > li:first-child {
height: auto !important;
}
/*--- Sidebar ---*/
.book .book-summary {
background: #f1f6f7;
border-right: none;
}
.book .book-summary ul.summary li a,
.book .book-summary ul.summary li span {
padding-top: 8px;
padding-bottom: 8px;
padding-left: 15px;
padding-right: 15px;
color: #2f5175;
}
/* color when hovering */
.summary a:hover {
color: #1e2dbe !important;
}
/* color for active links */
.book .book-summary ul.summary li.active>a { /*active TOC links*/
color: #778ca5 !important;
border-left: solid 5px;
border-color: #1e2dbe;
padding-left: 11px !important;
}
/*____Code Chunks____*/
.sourceCode pre {
margin: 0 !important; /* makes space above and below symmetrical*/
}
.sourceCode {
margin-bottom: 0.85em; /* adds same amount of margin as a <p> would */
}
/*_____ Boxes _____*/
.emphbox {
padding: 1em;
background: #f1f6f7;
color: rgb(17, 17, 17);
border: 2px solid rgba(216, 237, 247, 0.984)
border-radius: 10px;
}
.center {
text-align: center;
}
div.csl-entry {
clear: both;
margin-bottom: 15px;
}