-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMMM-Feuerwehr-Alarm-FME.css
92 lines (89 loc) · 1.67 KB
/
MMM-Feuerwehr-Alarm-FME.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
80
81
82
83
84
85
86
87
88
89
90
91
92
.feuerwehr {
background-color: red;
display: block;
-ms-transform: translate(0, -3px); /* IE 9 */
-webkit-transform: translate(0, -3px); /* Safari */
transform: translate(0, -3px);
padding-top: 20pt;
}
.feuerwehr_fullscreen {
position: absolute;
/*overflow: auto;*/
display:block;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
margin: 0pt;
width: 100%;
height: 100%;
height: 100vh;
width: 100vw;
background-color: red;
z-index: 15;
}
.feuerwehr_innertext {
left: 50%;
}
.alarmtext {
color: white;
font-size: 70pt;
font-family: "Roboto-Light";
min-height: 70pt;
font-weight: bold;
}
.alarmzeit {
color: white;
font-size: 30pt;
font-family: "Roboto-Light";
min-height: 100%;
}
.alarmcounter {
color: white;
font-size: 20pt;
font-family: "Roboto-Light";
min-height: 100%;
}
#fwalarmicon {
color: white;
}
.feuerwehr_innertext_fullscreen {
position: absolute;
top: 50%;
left: 50%;
text-align: center;
margin: auto 0;
transform: translate(-50%, -50%);
}
.alarmtext_fullscreen {
color: white;
font-size: 100pt;
font-family: "Tahoma,Verdana,Arial";
min-height: 100pt;
font-weight: bold;
line-height: 1.5em;
}
.alarmtextbig_fullscreen {
color: white;
font-size: 150pt;
font-family: "Tahoma,Verdana,Arial";
min-height: 150pt;
font-weight: bold;
line-height: 1.5em;
animation: blinker 1s infinite;
}
@keyframes blinker {
100% { opacity: 0; }
}
.alarmzeit_fullscreen {
color: white;
font-size: 40pt;
font-family: "Roboto-Light";
min-height: 100%;
}
.alarmcounter_fullscreen {
color: white;
font-size: 20pt;
font-family: "Roboto-Light";
min-height: 100%;
}