-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathrise.css
36 lines (29 loc) · 913 Bytes
/
rise.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
.reveal, .reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 {
font-family: "Libre Baskerville", serif;
}
:root {
--main-font: "Libre Baskerville";
}
:root {
/* --color-1: #009D82 ;
--color-2: #00493d ; */
/* --logo-2: url("img/esd_logo.png") ; /* Not working, TODO */ */
/* --name : Workshop: Energy Time Series Storage and Analytics ; /*Not working, TODO*/ */
}
body { /* Change the logo urls in the line after if needed */
background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='40px' width='auto'><text x='10' y='20' fill='grey' font-size='30'>KISD</text></svg>");
background-size: 95%;
background-position: 100% 98%;
background-repeat: no-repeat, no-repeat, no-repeat;
}
hr {
border-top: 1px solid #da9814;
}
div.left {
float: left;
width: 60%;
}
div.right {
float: right;
width: 35%;
}