-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathxari.css
More file actions
81 lines (77 loc) · 1.25 KB
/
Copy pathxari.css
File metadata and controls
81 lines (77 loc) · 1.25 KB
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
.title-slide {
background-image: url('logo_blue.png');
background-position: 6% 94%;
background-size: 10%;
}
.title-slide .remark-slide-number {
display: none;
}
.title-slide > h1 {
font-size: 40px;
padding-top: 0px;
}
.title-slide > h2 {
font-size: 35px;
}
.title-slide > h3 {
font-size: 25px;
}
.remark-slide-content > h1 {
font-size: 48px;
margin-top: -105px;
}
.remark-slide-content > h2 {
font-size: 42px;
margin-top: 15px;
}
.remark-slide-content > h3 {
font-size: 36px;
margin-top: 20px;
}
.remark-slide-content{
font-size: 30px;
}
.remark-code, .remark-inline-code {
background: #f0f0f0;
}
.pull-left-dswf {
float: left;
width: 47%;
}
.pull-right-dswf {
float: right;
width: 45%;
}
.logo {
float: right;
padding: 5px 20px 5px 20px;
height: 68px;
}
div.datamaps-header {
color: #fff;
position: fixed;
top: 0px;
left: 0px;
height: 40px;
width: 100%;
text-align: left;
}
div.datamaps-footer {
background-color: #23373B;
color: white;
font-size: 10pt;
position: absolute;
bottom: 0px;
left: 0px;
height: 45px;
width: 100%;
}
div.datamaps-footer span {
font-size: 10pt;
position: absolute;
left: 23px;
bottom: 5px;
}
.remark-slide-number {
color: #FFF;
}