-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemotion.css
More file actions
executable file
·43 lines (36 loc) · 1.26 KB
/
codemotion.css
File metadata and controls
executable file
·43 lines (36 loc) · 1.26 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
aside.gdbar img {
height: auto;
top: 28px;
width: 190px;
}
slides slide:not(.nobackground):before {
content: "#mov06 http://creativecommons.org/licenses/by-nc-sa/3.0/";
background: url(../../images/codemotion_rome/logo_square.png) no-repeat 0 50%;
-webkit-background-size: 30px 30px;
-moz-background-size: 30px 30px;
-o-background-size: 30px 30px;
background-size: 30px 30px;
}
.html5-features[data-step-on="3"] .multimedia,
.html5-features[data-step-on="3"] .offline-and-storage {
fill: #F14A29;
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
}
.logoslide img {
height: auto;
}
aside.gdbar {
background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #868686), color-stop(100%, #868686)) no-repeat;
background: -webkit-linear-gradient(left, #868686, #868686) no-repeat;
background: -moz-linear-gradient(left, #868686, #868686) no-repeat;
background: -o-linear-gradient(left, #868686, #868686) no-repeat;
background: -ms-linear-gradient(left, #868686, #868686) no-repeat;
background: linear-gradient(left, #868686, #868686) no-repeat;
-webkit-background-size: 0% 100%;
-moz-background-size: 0% 100%;
-o-background-size: 0% 100%;
background-size: 0% 100%;
}