-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathslides.css
78 lines (67 loc) · 1.83 KB
/
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
/* slides.css for Markdown slides generated with pandoc :
$ pandoc --standalone -c slides.css -t slidy slides.md -o slides.slidy.html
*/
body {
font-family: 'Beleren';
zoom: 1.40;
-moz-transform: scale(1.40);
-moz-transform-origin: 0 0;
}
h1, h2, h3, h4, h5, h6 {
/* font-family: 'Plantin'; */
font-family: 'Planewalker';
text-align: center;
margin-top: 4% !important;
}
ol {
text-align: center;
list-style-position: inside;
}
div.slide {
background-image: url("logoADS_transparent.png");
background-size: contain;
-o-background-size: contain;
-moz-background-size: contain;
-webkit-background-size: contain;
background-repeat: no-repeat;
background-attachment: fixed;
background-position-x: center;
background-position-y: top;
background-color: transparent;
}
/* div.toolbar {
z-index: -1;
} */
@font-face {
font-family: 'Beleren';
src: url('fonts/Beleren2016-Bold.ttf')
format('truetype');
}
@font-face {
font-family: 'Plantin';
src: url('fonts/PlantinMTProBold.TTF')
format('truetype');
}
@font-face {
font-family: 'Planewalker';
src: url('fonts/planewalker-cufonfonts-webfont/Planewalker.woff')
format('truetype');
}
@font-face {
font-family: 'Planewalker-Bold';
src: url('fonts/planewalker-cufonfonts-webfont/Planewalker\ Bold.woff')
format('truetype');
font-weight: bold;
}
@font-face {
font-family: 'Planewalker-Bold';
src: url('fonts/planewalker-cufonfonts-webfont/Planewalker\ Italic.woff')
format('truetype');
font-weight: bold;
}
@font-face {
font-family: 'Planewalker-Italic-Bold';
src: url('fonts/planewalker-cufonfonts-webfont/Planewalker\ Bold\ Italic.woff')
format('truetype');
font-weight: italic bold;
}