-
Notifications
You must be signed in to change notification settings - Fork 0
/
psyplot-framework-presentation.css
88 lines (71 loc) · 1.36 KB
/
psyplot-framework-presentation.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
/* this is for styling the overlay
* when using header / footer and backimage
*
* see metadata in notebook
*/
#rise-footer {
margin: 10px;
right: 10%;
}
#rise-footer img {
height: 6em;
margin-left: 10em;
margin-right: 10em;
}
.xr-text-repr-fallback {
display: none !important;
}
li.xr-var-item {
display: flex;
}
dl > dt {
clear: left;
}
dl > dd {
padding-left: 10px;
}
#slide-2-0 > div.fragment > div.cell {
color: #004085;
background-color: #cce5ff;
border-color: #b8daff;
padding: .75rem 1.25rem;
margin: 1rem;
width: 45% !important;
border: 1px solid transparent;
border-radius: .25rem;
}
#slide-3-3 > div.fragment > div.cell {
color: #004085;
background-color: #cce5ff;
border-color: #b8daff;
padding: .75rem 1.25rem;
margin: 1rem;
width: 45% !important;
border: 1px solid transparent;
border-radius: .25rem;
}
#slide-5-3 .code_cell {
flex-direction: row !important;
}
#slide-5-3 .code_cell .input {
width: 50%
}
#slide-5-3 .code_cell .output_wrapper {
width: 50%
}
#slide-5-3 .code_cell .output_wrapper .prompt {
min-width: 2ex;
}
section .past {
top: 0 !important;
}
section .present {
top: 0 !important;
}
section .future {
top: 0 !important;
}
.section-heading {
padding-top: 25% !important;
text-align: center !important;
}