-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.css
110 lines (86 loc) · 1.55 KB
/
custom.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
100
101
102
103
104
105
106
107
108
109
/* some custom css for slides */
html body {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
background-color: white;
}
/*home page*/
.title-slide {
margin: 10vh 0;
text-align: center;
}
.title-slide img {
vertical-align: middle;
}
.title-slide > h1 {
color: #212121;
font-size: 6vh;
margin-bottom: 0px;
}
.title-slide > h2 {
color: #757575;
font-size: 2vmin;
}
.title-slide h1, h2 {
text-align: center;
font-weight: normal;
}
.title-slide h3, h4 {
text-align: center;
font-weight: normal;
}
.title-slide .remark-slide-number {
display: none;
}
.remark-slide-content .header {
top: 12px;
left: 20px;
position: absolute;
}
/* Two-column layout */
.left-column {
width: 40%;
height: 92%;
float: left;
color: black;
}
.right-column {
padding: 0;
width: 55%;
float: right;
color: black;
}
.left-column-lower {
margin-top: 100px;
width: 40%;
height: 92%;
float: left;
color: black;
}
.right-column-lower {
margin-top: 100px;
padding: 0;
width: 55%;
float: right;
color: black;
}
/* Center-column layout */
.center-column {
width: 50%;
height: 92%;
float: inherit;
color: black;
}
.remark-slide-content h1 {
text-align: center;
}
a {
color: #212121;
text-decoration: underline;
}
.inverse {
/*#205493*/
background-color: #162d50;
}
.remark-inline-code {
color: #162d50;
}