forked from noatamir/sponsoring
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathslides.css
executable file
·62 lines (53 loc) · 874 Bytes
/
slides.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
.remark-slide-content {
background-image: url(img/texture-rstats.png);
background-position: center bottom;
}
.intertitle img {
min-height: 100%;
min-width: 1024px;
width: 100%;
height: auto;
position: fixed;
top: 4;
left: 0;
}
.slidish img {
width: 100%;
align: "center";
}
/** From xaringan default css**/
@page { margin: 0; }
@media print {
.remark-slide-scaler {
width: 100% !important;
height: 100% !important;
transform: scale(1) !important;
top: 0 !important;
left: 0 !important;
}
}
.pull-left {
float: left;
width: 47%;
}
.pull-right {
float: right;
width: 47%;
}
.pull-right ~ * {
clear: both;
}
.slidish .pull-left {
float: left;
width: 27%;
}
.slidish .pull-right {
float: right;
width: 67%;
}
.slidish .pull-right ~ * {
clear: both;
}
.contact {
text-align: center;
}