forked from eouia/MMM-Assistant
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMMM-Assistant.css
More file actions
79 lines (64 loc) · 1.01 KB
/
Copy pathMMM-Assistant.css
File metadata and controls
79 lines (64 loc) · 1.01 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
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
.yourcommand {
font-weight:bold;
color:#FED;
}
.answer {
font-weight:normal;
color:#CCC;
font-size:0.8em;
}
.answer .command {
background-color:#69F;
border-radius:3px;
color:#FFF;
padding:3px;
}
.answer .args {
color:#F96;
}
.answer .module {
background-color:#F96;
border-radius:3px;
color:#FFF;
padding:3px;
}
.answer .module.hidden {
background-color:#333;
}
.ASSTNT .status {
border-radius:50%;
background-color:#333;
font-size:60px;
line-height:80px;
text-align: center;
vertical-align: middle;
width:80px;
height:80px;
}
.ASSTNT .status.INITIALIZED {
color:#999;
}
.ASSTNT .status.HOTWORD_STARTED {
color:#FFF;
}
.ASSTNT .status.HOTWORD_DETECTED {
color:#F66;
}
.ASSTNT .status.ASSISTANT_STARTED {
color:#FFF;
}
.ASSTNT .status.ASSISTANT_SPEAKING {
color:#F66;
}
.ASSTNT .status.COMMAND_STARTED {
color:#FFF;
}
.ASSTNT .status.COMMAND_LISTENED {
color:#F66;
}
.ASSTNT .status.SPEAK_STARTED {
color:#F66;
}
.ASSTNT .status.SPEAK_ENDED {
color:#FFF;
}