-
Notifications
You must be signed in to change notification settings - Fork 0
/
MMM-BlinkCameraIntegration.css
executable file
·69 lines (62 loc) · 1.34 KB
/
MMM-BlinkCameraIntegration.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
.MMM-BlinkCameraIntergration {
position: absolute;
left: 50% - 100px;
top: 0;
/* margin-left: auto;
margin-right: auto; */
width: 100%;
z-index: -500;
}
.blinkPane {
/* visibility: hidden; */
position: relative;
background-color: transparent;
width: 200px;
height: 200px;
border-radius: 13px;
padding: 3px;
margin: 1px;
display: inline-block;
}
.cameraName {
position: absolute;
top: 0;
left:1vw;
text-align: left;
background-color: transparent;
font-family: Arial, Helvetica, sans-serif;
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
font-size: 2vw;
color: white;
border-radius: 0px;
border-color: transparent;
z-index: 100;
}
.videoDateTime {
position: absolute;
top: 2vw;
left:1vw;
text-align: left;
background-color: transparent;
font-family: Arial, Helvetica, sans-serif;
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
font-size: 1vw;
color: white;
border-radius: 0px;
border-color: transparent;
z-index: 100;
}
.snapshot {
width: 100%;
height: 100%;
z-index: 0;
}
.video {
width: 100%;
height: 100%;
z-index: 50;
}
.videoSource {
width: 100%;
height: 100%;
}