forked from jonnor/machinehearing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
95 lines (77 loc) · 1.32 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
/* White background for images, to handle transparency */
.reveal section img {
border:none;
box-shadow:none;
background: rgba(255, 255, 255, 1.0);
margin: 0px;
padding: 0px;
}
/* Allow bigger code blocks */
.reveal pre code {
max-height: 80%;
}
/* Increase font sizes a bit */
.reveal section h1 {
font-size: 3.0em !important;
}
.reveal section h2 {
font-size: 2.0em !important;
}
.reveal section p {
font-size: 1.2em !important;
}
.reveal section li {
font-size: 1.2em;
}
.reveal section figcaption {
font-size: 1.2em;
}
.reveal section pre code {
font-size: 1.5em;
}
/* Slide specifix layout tweaks */
#sb-cnn h2 {
display: none;
}
#pipeline h2 {
display: none;
}
#soundsensing h2 {
display: none;
}
#feature-preprocessing h2 {
display: none;
}
#keras-model h2 {
display: none;
}
#keras-model code {
font-size: 1.2em; !important
}
.reveal .sourceCode {
margin-top: 0px;
margin-bottom: 0px;
}
#demo-video h2 {
display: none;
}
#convolutional-neural-network p {
padding: 30px;
}
#more-learning p {
padding: 80px;
}
#transfer-learning-from-images h2 {
font-size: 1.6em !important;
}
#convolutional-neural-network h2 {
font-size: 1.2em !important;
}
/*
#summary {
text-align:left;
}
#summary h2 {
text-align:center;
}
*/