-
Notifications
You must be signed in to change notification settings - Fork 0
/
cdsb2024.css
93 lines (73 loc) · 1.72 KB
/
cdsb2024.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
.remark-slide-content {
background-image: url("css/cdsb.png"), linear-gradient(to bottom, white 88%, rgba(227, 227, 227) 96%) ;
background-position: 10px 565px , center;
background-size: 95px , 100% 100%, cover ;
font-size: 24pt;
}
.remark-slide-content h1, .remark-slide-content h2, .remark-slide-content h3 {
color: #454647;
font-weight: bold;
}
.title-slide {
background-image: url("css/encuentro.png"),url("css/rmb.png"),url("css/nnb.png"),url("css/avatar.png"), linear-gradient(to bottom, white 88%, rgba(227, 227, 227) 96%) ;
background-position: 0% 0%,25% 92%,56% 92%,80% 96%, center ;
background-size: 1210px,210px,190px,120px, 100% 100%, cover ;
}
.title-slide h1 {
text-align: center;
position: absolute;
bottom: 32%;
left: 0%;
color: #454647;
font-weight: bold;
}
.title-slide h2 {
font-size: 30pt;
position: absolute;
bottom: 20%;
text-align: center;
}
.title-slide h3 {
position: absolute;
bottom: 18%;
left: 38%;
text-align: center;
color: #454647;
font-weight: bold;
}
.chapter-slide {
background-image: url("https://www.r-project.org/conferences/useR.png"), linear-gradient(to bottom, #B85232 85%, rgba(184, 82, 50) 95%) ;
background-position: 10px 590px , center;
background-size: 0px, 100% 100%, cover ;
}
.chapter-slide h1 {
position: absolute;
top: 40%;
left: 15%;
text-align: center;
color: #e8e8e8 ;
}
/* Two-column layout */
.left-column {
width: 20%;
float: left;
margin-top: -30px;
}
.right-column {
width: 75%;
float: right;
margin-top: -30px;
}
.pull-left {
float: left;
width: 47%;
margin-top: -30px;
}
.pull-right {
float: right;
width: 47%;
margin-top: -30px;
}
.remark-code, .remark-inline-code {
font-size: 19pt;
}