-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
89 lines (64 loc) · 1.09 KB
/
styles.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
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
background-color: #008c53;
}
body .main-container {
max-width: 1800px;
font-family: kelt, KELTN___;
}
h1 { /* Header 1 */
font-size: 28px;
color: #008c53;
font-family: 'Droid Serif';
}
h2 {
font-size: 22px;
color: #008c53;
font-family: 'Droid Serif';
}
h3 {
font-size: 18px;
color: #008c53;
font-family: 'Droid Serif';
}
p {
font-family: 'Droid Serif';
}
.img {
margin-top:0.1em;
}
.remark-slide {
font-family: 'Droid Serif';
color: #383838;
}
.hljs-github{
font-size: 25px;
}
pre {
margin-block-start: 0.8em;
margin-block-end: 0.3em;
}
code.r{
font-size: 16px;
}
pre.r {
font-size: 16px;
}
code.r.hljs.remark-code {
background-color: #DCE9A8;
}
.content-box-desj {
border-radius: 15px;
margin: 0 0 5px;
overflow: hidden;
padding: 4px;
width: 100%;
background-color: #C7DD70;
}
.title-slide {
background-image: url(images/title1.PNG);
background-size: cover;
}
.remark-slide-content > h2:first-of-type {
margin-top: 3px;
margin-bottom: 1px;
}