2016-10-07 18:56:00 +00:00
|
|
|
.alarm {
|
|
|
|
color: #b70000;
|
|
|
|
text-shadow: 0 0 0 #b70000,
|
|
|
|
0 0 1px #ffffff,
|
|
|
|
0 0 1px #ffffff,
|
|
|
|
0 0 2px #ffffff,
|
|
|
|
0 0 2px #ffffff,
|
|
|
|
0 0 3px #ffffff,
|
|
|
|
0 0 3px #ffffff,
|
|
|
|
0 0 4px #ffffff,
|
|
|
|
0 0 4px #ffffff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.rs-base {
|
2016-09-12 19:54:07 +00:00
|
|
|
position: absolute;
|
2016-10-07 18:56:00 +00:00
|
|
|
top: 0;
|
|
|
|
left: 0;
|
2016-09-12 19:54:07 +00:00
|
|
|
z-index: 10000;
|
2016-10-07 18:56:00 +00:00
|
|
|
overflow: hidden;
|
2016-09-12 19:54:07 +00:00
|
|
|
padding: 10px;
|
|
|
|
width: 350px;
|
2016-10-07 18:56:00 +00:00
|
|
|
background-color: #222222;
|
|
|
|
font-size: 10px;
|
2016-09-12 19:54:07 +00:00
|
|
|
font-family: 'Roboto Condensed', tahoma, sans-serif;
|
2016-10-07 18:56:00 +00:00
|
|
|
line-height: 1.2em;
|
2016-09-12 19:54:07 +00:00
|
|
|
}
|
|
|
|
|
2016-10-07 18:56:00 +00:00
|
|
|
.rs-base h1 {
|
2016-09-12 19:54:07 +00:00
|
|
|
margin: 0;
|
2016-10-07 18:56:00 +00:00
|
|
|
margin-bottom: 5px;
|
2016-09-12 19:54:07 +00:00
|
|
|
padding: 0;
|
2016-10-07 18:56:00 +00:00
|
|
|
color: #ffffff;
|
2016-09-12 19:54:07 +00:00
|
|
|
font-size: 1.4em;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2016-10-07 18:56:00 +00:00
|
|
|
.rs-base div.rs-group {
|
2016-09-12 19:54:07 +00:00
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
2016-10-07 18:56:00 +00:00
|
|
|
.rs-base div.rs-group.hidden {
|
2016-09-12 19:54:07 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2016-10-07 18:56:00 +00:00
|
|
|
.rs-base div.rs-fraction {
|
2016-09-12 19:54:07 +00:00
|
|
|
position: relative;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
2016-10-07 18:56:00 +00:00
|
|
|
.rs-base div.rs-fraction p {
|
2016-09-12 19:54:07 +00:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2016-10-07 18:56:00 +00:00
|
|
|
width: 120px;
|
|
|
|
text-align: right;
|
2016-09-12 19:54:07 +00:00
|
|
|
}
|
|
|
|
|
2016-10-07 18:56:00 +00:00
|
|
|
.rs-base div.rs-legend {
|
2016-09-12 19:54:07 +00:00
|
|
|
position: absolute;
|
|
|
|
line-height: 1em;
|
|
|
|
}
|
|
|
|
|
2016-10-07 18:56:00 +00:00
|
|
|
.rs-base div.rs-counter-base {
|
2016-09-12 19:54:07 +00:00
|
|
|
position: relative;
|
|
|
|
margin: 2px 0;
|
|
|
|
height: 1em;
|
|
|
|
}
|
|
|
|
|
2016-10-07 18:56:00 +00:00
|
|
|
.rs-base span.rs-counter-id {
|
2016-09-12 19:54:07 +00:00
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
2016-10-07 18:56:00 +00:00
|
|
|
left: 0;
|
2016-09-12 19:54:07 +00:00
|
|
|
}
|
|
|
|
|
2016-10-07 18:56:00 +00:00
|
|
|
.rs-base div.rs-counter-value {
|
2016-09-12 19:54:07 +00:00
|
|
|
position: absolute;
|
2016-10-07 18:56:00 +00:00
|
|
|
top: 0;
|
2016-09-12 19:54:07 +00:00
|
|
|
left: 90px;
|
|
|
|
width: 30px;
|
|
|
|
height: 1em;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2016-10-07 18:56:00 +00:00
|
|
|
.rs-base canvas.rs-canvas {
|
2016-09-12 19:54:07 +00:00
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
}
|