-
Notifications
You must be signed in to change notification settings - Fork 48
/
style.css
100 lines (76 loc) · 1.39 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
87
88
89
90
91
92
93
94
95
96
97
98
99
.div sourceCode {
margin: 0;
}
.reveal pre code {
max-height: 800px;
overflow: hidden;
overflow-wrap: normal;
}
.level2.slide-background:after {
background-image: url(./img/soundsensing-logo-transparent.png);
background-size: 215px 39px;
background-repeat: no-repeat;
background-position: right bottom;
position: fixed;
bottom: 0.5em;
left: 3.0em;
opacity: 0.9;
width: 215px;
height: 39px;
content: "";
z-index: -100;
}
/*
background-color: #FFFFFF;
*/
/*
Event logo
.level1.slide-background:after {
background-color: #FFFFFF;
background-image: url(./img/tinyml-logo.jpg);
background-size: 125px 120px;
background-repeat: no-repeat;
background-position: right bottom;
position: fixed;
bottom: 0.0em;
left: 0.0em;
opacity: 0.8;
width: 125px;
height: 120px;
content: "";
}
*/
#model-constraints {
background-color: rgba(255, 255, 255, .3);
}
.reveal section img {
border:none;
box-shadow:none;
background: rgba(255, 255, 255, 1.0);
margin: 0px;
padding: 10px;
}
#soundsensing h2 {
display: none;
}
#dashboard h2 {
display: none;
}
#demo-video h2 {
display: none;
}
#architecture h2 {
display: none;
}
#pipeline h2 {
display: none;
}
#confusion {
padding: 0px;
}
#confusion p {
margin: 0px;
}
#confusion h2 {
display: none;
}