-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDeep_Dive_Into_The_Clustering_World.css
86 lines (69 loc) · 1.42 KB
/
Deep_Dive_Into_The_Clustering_World.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
/* when setting overlay,
* (see metadata in notebook)
*
* it's your responsability to put all the pieces where you want
* even in the middle if that was what you wanted
*
*/
div.myheader {
position: right;
margin-top: 1%;
margin-left: 5%;
font-size: large;
}
.myheader img {
float: right;
width: 200px;
}
div.myfooter {
position: absolute;
background: red;
font-size: 120%;
right: 10%;
}
div.cell.selected:before, div.cell.selected.jupyter-soft-selected:before{
background: #812432;
}
div.cell.selected, div.cell.selected.jupyter-soft-selected {
border: 0px;
}
/*
RISE
*/
.rise-enabled {
background-color: #ffffff !important;
border-top: 0px #812432 solid;
border-bottom: 0px #812432 solid;
}
.rise-enabled .chalkboard-button i {
display: block !important;
bottom: 0em !important;
font-size: .8em !important;
color: #727272 !important;
}
.rise-enabled .reveal .progress span {
background: #812432;
}
.question {
color: #008;
}
.your_turn {
color: #e08414;
font-size: 150%;
font-weight: bold;
}
.rendered_html h1 {
color: #812432;
}
.fa-4x {
font-size: 2em;
}
.rendered_html h2:first-child {
margin-top: -0.056em;
}
.rendered_html table, .rendered_html th, .rendered_html tr, .rendered_html td {
font-size: 95%;
}
.container.slides .celltoolbar, .container.slides .hide-in-slideshow {
display: None ! important;
}