-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextra.css
87 lines (79 loc) · 1.01 KB
/
extra.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
87
/* Extra CSS */
.small {
font-size: 80%;
}
.tiny {
font-size: 60%;
}
.large {
font-size: 150%;
}
.larger {
font-size: 160%;
}
.vlarge {
font-size: 200%;
}
.huge {
font-size: 250%;
}
.vhuge {
font-size: 350%;
}
.full-width {
display: flex;
width: 100%;
flex: 1 1 auto;
}
.left-code {
width: 38%;
height: 92%;
float: left;
}
.right-plot {
width: 60%;
float: right;
padding-left: 1%;
}
.pull-left {
float: left;
width: 57%;
}
.pull-right {
float: right;
width: 37%;
}
div.my-footer {
background-color: #400080;
position: absolute;
bottom: 0px;
left: 0px;
height: 40px;
width: 100%;
}
.inverse .my-footer {
background-color: #0079D1;
color: #FDFCFA;
}
div.my-footer span {
font-size: 16pt;
color: #D40067;
position: absolute;
left: 20px;
bottom: 10px;
}
.inverse .remark-slide-number {
display: none;
}
.end .remark-slide-number{
display: none;
}
.inverse strong {
color: #002B36
}
.inverse code {
color: #002B36
}
.remark-slide-number {
display: none;
}