forked from thomo/MMM-Pir
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMMM-Pir.css
More file actions
76 lines (61 loc) · 952 Bytes
/
MMM-Pir.css
File metadata and controls
76 lines (61 loc) · 952 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
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
/* Main */
#MMM-PIR {
font-size: large;
min-width: 250px;
display: inline-flex;
flex-direction: column;
}
#MMM-PIR.hidden {
display: none;
}
/* Text */
#MMM-PIR_TEXT {
font-size: large;
display: flex;
}
#MMM-PIR_TEXT.hidden {
display: none;
}
#MMM-PIR_TEXT_TRANSLATE {
margin-right: 10px;
}
/* Style */
#MMM-PIR_STYLE {
font-size: large;
min-width: 100px;
margin-left: auto;
margin-right: auto;
}
#MMM-PIR_STYLE.Line {
height: 40px;
}
#MMM-PIR_STYLE.Circle {
width: 100px;
height: 93px;
margin-bottom: 10px;
}
#MMM-PIR_STYLE.SemiCircle {
width: 100px;
}
#MMM-PIR_STYLE.hidden {
display: none;
}
/* Presence */
#MMM-PIR_PRESENCE {
font-size: large;
display: flex;
}
#MMM-PIR_PRESENCE.hidden {
display: none;
}
#MMM-PIR_PRESENCE_TEXT {
margin-right: 10px;
}
/* availability */
#MMM-PIR_AVAILABILITY {
font-size: large;
display: flex;
}
#MMM-PIR_AVAILABILITY_TEXT {
margin-right: 10px;
}