-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
112 lines (91 loc) · 2.12 KB
/
styles.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
110
111
112
.reveal section img {
background:none;
border:none;
box-shadow:none;
}
.reveal h2, .reveal h1, .reveal h3, .reveal p{
/*margin: 0 0 20px 0;*/
/*color: #fff;*/
font-family: "Fira Sans", Helvetica, sans-serif;
font-weight: 300;
line-height: 1.2;
letter-spacing: normal;
text-transform: none;
text-shadow: none;
word-wrap: break-word;
}
.reveal h3 {
text-align:center;
margin-top:40px;
}
*{font-family: 'Roboto', sans-serif;}
.bold{font-weight:bold;}
.italic{font-style: italic;}
.oblique{font-style: oblique;}
html, body, .reveal div, .reveal a {
font-weight: 200;
}
.reveal .title,
.reveal .subtitle,
.reveal .author { text-align: left; }
.reveal .title {
font-size: 150%;
}
.reveal .subtitle {
color: grey;
font-size: 100%;
}
.reveal .author {
color: grey;
font-size: 0.7em;
}
.reveal .date {
color: grey;
font-size: 0.7em;
}
html, body, .reveal div, .reveal span, .reveal applet, .reveal object, .reveal iframe, .reveal pre, .reveal a, .reveal abbr, .reveal acronym, .reveal figcaption, .reveal footer, .reveal header {
margin: 0;
padding: 10;
border: 0;
vertical-align: baseline;
font-family: 'Fira Sans', sans-serif;
/*font-size: 50%;*/
}
#left {
left:-8.33%;
text-align: left;
float: left;
width:50%;
z-index:-10;
}
#right {
left:31.25%;
top: 75px;
float: right;
text-align: right;
z-index:-10;
width:50%;
}
.reveal .slide-background {
display: block;
background-color: #0f1d45;
}
.reveal h2, .reveal h1, .reveal h3, .reveal p {
font-family: "Montserrat", Helvetica, sans-serif;
}
.reveal html, .reveal body, .reveal div, .reveal span, .reveal applet, .reveal object, .reveal iframe, .reveal pre, .reveal a, .reveal abbr, .reveal acronym, .reveal figcaption, .reveal footer, .reveal header {
font-family: 'Roboto', sans-serif;
/* font-size: 50%; */
}
.vis-network {
overflow: visible !important;
}
.reveal canvas {
width: 130vw !important;
height: 130vh !important;
margin: -20px !important;
transform: translate(-17vw,-12vh);
}
.reveal h1 {
font-size: 1.8em;
}