-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathjquery.prezento.css
More file actions
44 lines (37 loc) · 927 Bytes
/
jquery.prezento.css
File metadata and controls
44 lines (37 loc) · 927 Bytes
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
/* ============================================
Prezento styling
============================================ */
/* Keyframes, needed for the moving background */
@keyframes moveBG {
0% { background-position: 0% 0%; }
100% { background-position: 0% 100%; }
}
@-moz-keyframes moveBG {
0% { background-position: 0% 0%; }
100% { background-position: 0% 100%; }
}
@-webkit-keyframes moveBG {
0% { background-position: 0% 0%; }
100% { background-position: 0% 100%; }
}
@-ms-keyframes moveBG {
0% { background-position: 0% 0%; }
100% { background-position: 0% 100%; }
}
@-o-keyframes moveBG {
0% { background-position: 0% 0%; }
100% { background-position: 0% 100%; }
}
/* Error message for when you forget to add devices */
.pserror{
background-color: #d00022;
color: #fff;
padding: 10px;
text-align:center;
width: 300px;
margin: 0 auto;
}
.pserror a{
color: #FFF;
text-decoration: underline;
}