-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
executable file
·93 lines (77 loc) · 1.49 KB
/
style.css
File metadata and controls
executable file
·93 lines (77 loc) · 1.49 KB
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
body {
background-color: #6499B3;
}
.reveal .progress {
height: 10px;
}
.reveal .progress span {
background: #a3f2ff;
}
.reveal h1 {
font-family: 'Lato', sans-serif;
font-weight: 100;
}
.reveal h2 {
font-family: 'Lato', sans-serif;
font-weight: 100;
}
.reveal p {
font-family: 'Lato', sans-serif;
font-weight: 100;
}
.reveal p.title {
font-family: 'Lato', sans-serif;
font-weight: 200;
font-size: 1.1em;
line-height: 1.5em;
margin-bottom: 1em;
margin-top: 1.5em;
width: 100%;
}
.slides {
font-family: 'Lato', sans-serif;
font-weight: 100;
}
.reveal .author {
float: right;
font-family: 'Lato', sans-serif;
font-weight: 100;
font-size: 0.75em;
}
.reveal .author img {
vertical-align: middle;
}
.reveal section img {
border: 0px solid #000;
box-shadow: 0 0 0 rgba(0,0,0,0);
border-radius: 50%;
}
.reveal ul li {
font-family: 'Lato', sans-serif;
font-weight: 200;
font-size: 1.1em;
padding: 10px 0;
list-style-type: circle;
}
.reveal p small {
line-height: 1.7em;
width: 800px;
}
.reveal .giveme {
color: #1c2148;
text-shadow: 0 0 10px #ffffff,
0 0 10px #ffffff,
0 0 20px #ffffff,
0 0 30px #ffffff,
0 0 2px #ffffff;
}
.reveal .participate {
overflow: visible;
width: 1250px;
transform: translateX(-145px);
}
.reveal .participatep small {
overflow: visible;
width: 1250px;
transform: translateX(-145px);
}