forked from manifestinteractive/MMM-Nest-Camera
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MMM-Nest-Camera.css
79 lines (68 loc) · 1.48 KB
/
MMM-Nest-Camera.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
70
71
72
73
74
75
76
77
78
79
.MMM-Nest-Camera .camera {
display: inline-block;
}
.MMM-Nest-Camera .image {
display: inline-block;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.MMM-Nest-Camera .camera iframe {
width: 100%;
height: 100%;
}
.MMM-Nest-Camera .image.image__large,
.MMM-Nest-Camera .camera.camera__large {
width: 720px;
height: 400px;
margin: 20px;
}
.MMM-Nest-Camera .image.image__medium,
.MMM-Nest-Camera .camera.camera__medium {
width: 530px;
height: 300px;
margin: 10px;
}
.MMM-Nest-Camera .image.image__small,
.MMM-Nest-Camera .camera.camera__small {
width: 355px;
height: 200px;
margin: 10px;
}
.MMM-Nest-Camera .image.image__mini,
.MMM-Nest-Camera .camera.camera__mini {
width: 180px;
height: 100px;
margin: 10px;
}
.MMM-Nest-Camera .image .camera-title {
font-family: "Roboto Condensed", sans-serif;
color: #FFF;
text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
opacity: 0.5;
text-align: left;
}
.MMM-Nest-Camera .image.image__large .camera-title {
font-size: 20px;
font-weight: 500;
padding: 10px 15px;
}
.MMM-Nest-Camera .image.image__medium .camera-title {
font-size: 20px;
font-weight: 500;
padding: 10px 15px;
}
.MMM-Nest-Camera .image.image__small .camera-title {
font-size: 16px;
font-weight: 600;
padding: 12px;
line-height: 16px;
opacity: 0.65;
}
.MMM-Nest-Camera .image.image__mini .camera-title {
font-size: 14px;
font-weight: 600;
padding: 10px;
line-height: 14px;
opacity: 0.65;
}